File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
(lang dune 2 .5)
2
+ ( implicit_transitive_deps false )
2
3
3
4
( formatting
4
5
( enabled_for ocaml reason) )
Original file line number Diff line number Diff line change 1
1
(library
2
2
(name lib)
3
- (libraries curl curl.lwt nocrypto hex atdgen base stdio lwt lwt.unix uri
4
- devkit devkit.core omd)
3
+ (libraries cstruct curl curl.lwt nocrypto hex atdgen atdgen-runtime biniou yojson base base.caml re stdio lwt lwt.unix uri
4
+ devkit omd)
5
5
(preprocess
6
6
(pps lwt_ppx)))
7
7
Original file line number Diff line number Diff line change @@ -13,15 +13,19 @@ depends: [
13
13
"dune" {>= "2.5.0"}
14
14
"atdgen"
15
15
"base"
16
+ "biniou"
16
17
"cmdliner"
18
+ "cstruct"
17
19
"devkit"
18
20
"hex"
19
21
"lwt"
20
22
"lwt_ppx"
21
23
"nocrypto"
24
+ "re"
22
25
"stdio"
23
26
"uri"
24
27
"ocamlformat" {dev & = "0.13.0"}
25
28
"omd" {< "2.0.0"}
29
+ "yojson"
26
30
]
27
31
build: ["dune" "build" "-p" name]
Original file line number Diff line number Diff line change 1
1
(executable
2
- (libraries lib cmdliner devkit devkit.core )
2
+ (libraries lib base base.caml cmdliner devkit lwt.unix stdio uri )
3
3
(preprocess
4
4
(pps lwt_ppx))
5
5
(public_name notabot))
You can’t perform that action at this time.
0 commit comments