File tree Expand file tree Collapse file tree 6 files changed +7
-4
lines changed
Expand file tree Collapse file tree 6 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ depends: [
3636 "cohttp-lwt-unix"
3737 "conduit"
3838 "conduit-lwt"
39- "conduit-lwt-unix"
39+ "conduit-lwt-unix" {>= "6.0.0"}
4040 "websocket-lwt-unix"
4141 "ppx_blob" {>= "0.7.2"}
4242 "logs"
Original file line number Diff line number Diff line change @@ -10,9 +10,10 @@ depends: [
1010 "ocaml" {>= "4.08.0"}
1111 "dune" {>= "2.0.0"}
1212 "irmin-server" {= version}
13+ "irmin-cli" {= version}
1314 "ipaddr"
1415 "websocket-lwt-unix"
15- "conduit-lwt-unix"
16+ "conduit-lwt-unix" {>= "6.0.0"}
1617 "lwt-dllist"
1718 "js_of_ocaml-lwt"
1819 "brr" {>= "0.0.4"}
Original file line number Diff line number Diff line change @@ -12,18 +12,20 @@ depends: [
1212 "optint" {>= "0.1.0"}
1313 "irmin" {= version}
1414 "ppx_irmin" {= version}
15+ "irmin-pack" {= version}
1516 "uri"
1617 "fmt"
1718 "cmdliner" {>= "1.0.4"}
1819 "logs" {>= "0.7.0"}
1920 "lwt" {>= "5.4.0"}
20- "conduit-lwt-unix"
21+ "conduit-lwt-unix" {>= "6.0.0"}
2122 "websocket-lwt-unix"
2223 "cohttp-lwt-unix"
2324 "ppx_blob" {>= "0.7.2"}
2425 "digestif" {>= "1.1.4"}
2526 "alcotest-lwt" {>= "1.7.0" & with-test}
2627 "irmin-watcher" {>= "0.5.0" & with-test}
28+ "irmin-test" {= version & with-test}
2729]
2830
2931build: [
Original file line number Diff line number Diff line change 11(test
22 (name test)
3- (package irmin-server )
3+ (package irmin-client )
44 (libraries
55 irmin.mem
66 irmin-server.unix
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments