File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- (lang dune 3 .0 )
1+ (lang dune 3 .15 )
22
33(using mdx 0 .2)
44
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ license: "MIT"
88homepage: "https://github.com/c-cube/moonpool"
99bug-reports: "https://github.com/c-cube/moonpool/issues"
1010depends: [
11- "dune" {>= "3.0 "}
11+ "dune" {>= "3.15 "}
1212 "moonpool" {= version}
1313 "ocaml" {>= "5.0"}
1414 "qcheck-core" {with-test & >= "0.21"}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ homepage: "https://github.com/c-cube/moonpool"
1010bug-reports: "https://github.com/c-cube/moonpool/issues"
1111depends: [
1212 "ocaml" {>= "5.0"}
13- "dune" {>= "3.0 "}
13+ "dune" {>= "3.15 "}
1414 "either" {>= "1.0"}
1515 "trace" {>= "0.11" & with-test}
1616 "trace-tef" {>= "0.11" & with-test}
Original file line number Diff line number Diff line change 11(library
22 (name moonpool_lwt)
33 (public_name moonpool-lwt)
4- (optional)
54 (enabled_if
6- (>= %{ocaml_version} 5.0))
5+ (and
6+ (>= %{ocaml_version} 5.0)
7+ %{lib-available:lwt}))
78 (modules moonpool_lwt types_)
89 (libraries
910 (re_export moonpool)
You can’t perform that action at this time.
0 commit comments