Skip to content

Commit

Permalink
Release 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
art-w committed Oct 9, 2023
1 parent ed91c73 commit 00e663f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion irmin-cli.opam
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ depends: [
"cohttp-lwt-unix"
"conduit"
"conduit-lwt"
"conduit-lwt-unix"
"conduit-lwt-unix" {>= "6.0.0"}
"websocket-lwt-unix"
"ppx_blob" {>= "0.7.2"}
"logs"
Expand Down
3 changes: 2 additions & 1 deletion irmin-client.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "2.0.0"}
"irmin-server" {= version}
"irmin-cli" {= version}
"ipaddr"
"websocket-lwt-unix"
"conduit-lwt-unix"
"conduit-lwt-unix" {>= "6.0.0"}
"lwt-dllist"
"js_of_ocaml-lwt"
"brr" {>= "0.0.4"}
Expand Down
4 changes: 3 additions & 1 deletion irmin-server.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,20 @@ depends: [
"optint" {>= "0.1.0"}
"irmin" {= version}
"ppx_irmin" {= version}
"irmin-pack" {= version}
"uri"
"fmt"
"cmdliner" {>= "1.0.4"}
"logs" {>= "0.7.0"}
"lwt" {>= "5.4.0"}
"conduit-lwt-unix"
"conduit-lwt-unix" {>= "6.0.0"}
"websocket-lwt-unix"
"cohttp-lwt-unix"
"ppx_blob" {>= "0.7.2"}
"digestif" {>= "1.1.4"}
"alcotest-lwt" {>= "1.7.0" & with-test}
"irmin-watcher" {>= "0.5.0" & with-test}
"irmin-test" {= version & with-test}
]

build: [
Expand Down
2 changes: 1 addition & 1 deletion test/irmin-server/dune → test/irmin-client/dune
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(test
(name test)
(package irmin-server)
(package irmin-client)
(libraries
irmin.mem
irmin-server.unix
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 00e663f

Please sign in to comment.