Skip to content

Commit 4137e70

Browse files
committed
implicit_transitive_deps false
1 parent 2edb227 commit 4137e70

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

dune-project

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
(lang dune 2.5)
2+
(implicit_transitive_deps false)
23

34
(formatting
45
(enabled_for ocaml reason))

lib/dune

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(library
22
(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)
55
(preprocess
66
(pps lwt_ppx)))
77

notabot.opam

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,19 @@ depends: [
1313
"dune" {>= "2.5.0"}
1414
"atdgen"
1515
"base"
16+
"biniou"
1617
"cmdliner"
18+
"cstruct"
1719
"devkit"
1820
"hex"
1921
"lwt"
2022
"lwt_ppx"
2123
"nocrypto"
24+
"re"
2225
"stdio"
2326
"uri"
2427
"ocamlformat" {dev & = "0.13.0"}
2528
"omd" {< "2.0.0"}
29+
"yojson"
2630
]
2731
build: ["dune" "build" "-p" name]

src/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(executable
2-
(libraries lib cmdliner devkit devkit.core)
2+
(libraries lib base base.caml cmdliner devkit lwt.unix stdio uri)
33
(preprocess
44
(pps lwt_ppx))
55
(public_name notabot))

0 commit comments

Comments
 (0)