File tree 6 files changed +7
-4
lines changed
6 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ depends: [
36
36
"cohttp-lwt-unix"
37
37
"conduit"
38
38
"conduit-lwt"
39
- "conduit-lwt-unix"
39
+ "conduit-lwt-unix" {>= "6.0.0"}
40
40
"websocket-lwt-unix"
41
41
"ppx_blob" {>= "0.7.2"}
42
42
"logs"
Original file line number Diff line number Diff line change @@ -10,9 +10,10 @@ depends: [
10
10
"ocaml" {>= "4.08.0"}
11
11
"dune" {>= "2.0.0"}
12
12
"irmin-server" {= version}
13
+ "irmin-cli" {= version}
13
14
"ipaddr"
14
15
"websocket-lwt-unix"
15
- "conduit-lwt-unix"
16
+ "conduit-lwt-unix" {>= "6.0.0"}
16
17
"lwt-dllist"
17
18
"js_of_ocaml-lwt"
18
19
"brr" {>= "0.0.4"}
Original file line number Diff line number Diff line change @@ -12,18 +12,20 @@ depends: [
12
12
"optint" {>= "0.1.0"}
13
13
"irmin" {= version}
14
14
"ppx_irmin" {= version}
15
+ "irmin-pack" {= version}
15
16
"uri"
16
17
"fmt"
17
18
"cmdliner" {>= "1.0.4"}
18
19
"logs" {>= "0.7.0"}
19
20
"lwt" {>= "5.4.0"}
20
- "conduit-lwt-unix"
21
+ "conduit-lwt-unix" {>= "6.0.0"}
21
22
"websocket-lwt-unix"
22
23
"cohttp-lwt-unix"
23
24
"ppx_blob" {>= "0.7.2"}
24
25
"digestif" {>= "1.1.4"}
25
26
"alcotest-lwt" {>= "1.7.0" & with-test}
26
27
"irmin-watcher" {>= "0.5.0" & with-test}
28
+ "irmin-test" {= version & with-test}
27
29
]
28
30
29
31
build: [
Original file line number Diff line number Diff line change 1
1
(test
2
2
(name test)
3
- (package irmin-server )
3
+ (package irmin-client )
4
4
(libraries
5
5
irmin.mem
6
6
irmin-server.unix
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments