Skip to content

Commit 00e663f

Browse files
committed
Release 3.9.0
1 parent ed91c73 commit 00e663f

File tree

6 files changed

+7
-4
lines changed

6 files changed

+7
-4
lines changed

irmin-cli.opam

+1-1
Original file line numberDiff line numberDiff 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"

irmin-client.opam

+2-1
Original file line numberDiff line numberDiff 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"}

irmin-server.opam

+3-1
Original file line numberDiff line numberDiff 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

2931
build: [

test/irmin-server/dune renamed to test/irmin-client/dune

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.

0 commit comments

Comments
 (0)