File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ depends: [
1414 "ocaml"
1515 "jbuilder" {>= "1.0+beta10"}
1616 "astring"
17- "result" {< "1.5"}
17+ "result" {>= "1.1" & < "1.5"}
1818 "fmt"
19- "lwt"
19+ "lwt" {>= "2.6.0" & < "5.6"}
2020 "cstruct" {> "2.2.0"}
2121]
2222synopsis: "A library to connect to DataKit servers"
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ depends: [
1111 "ocaml"
1212 "dune"
1313 "astring"
14- "result" {< "1.5"}
14+ "result" {>= "1.1" & < "1.5"}
1515 "fmt"
16- "lwt"
16+ "lwt" {>= "2.6.0" & < "5.6"}
1717 "cstruct" {> "2.2.0"}
1818]
1919build: ["dune" "build" "-p" name "-j" jobs]
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ depends: [
1111 "ocaml"
1212 "dune"
1313 "astring"
14- "result" {< "1.5"}
14+ "result" {>= "1.1" & < "1.5"}
1515 "fmt"
16- "lwt"
16+ "lwt" {>= "2.6.0" & < "5.6"}
1717 "cstruct" {> "2.2.0"}
1818]
1919build: ["dune" "build" "-p" name "-j" jobs]
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ depends: [
1313 "astring"
1414 "result" {< "1.5"}
1515 "fmt"
16- "lwt" {>= "2.6.0"}
16+ "lwt" {>= "2.6.0" & < "5.6" }
1717 "cstruct" {> "2.2.0"}
1818]
1919build: ["dune" "build" "-p" name "-j" jobs]
You can’t perform that action at this time.
0 commit comments