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 4fe00f3
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 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
8 changes: 5 additions & 3 deletions irmin-client.opam
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,26 @@ authors: "Zach Shipko <[email protected]>"
license: "ISC"
homepage: "https://github.com/mirage/irmin"
doc: "https://irmin.org"
dev-repo: "git+ssh://github.com/mirage/irmin"
bug-reports: "https://github.com/mirage/irmin/issues"
depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "2.0.0"}
"dune" {>= "2.9.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"}
"fmt" {>= "0.9.0"}
"logs" {>= "0.7.0"}
"lwt" {>= "5.7.0"}
"irmin-test" {= version & with-test}
]
build: [
["dune" "subst"] {pinned}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name] {with-test}
]
dev-repo: "git+ssh://github.com/mirage/irmin"
7 changes: 5 additions & 2 deletions irmin-server.opam
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,28 @@ authors: "Zach Shipko <[email protected]>"
license: "ISC"
homepage: "https://github.com/mirage/irmin"
doc: "https://irmin.org"
dev-repo: "git+ssh://github.com/mirage/irmin"
bug-reports: "https://github.com/mirage/irmin/issues"
depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "2.0.0"}
"dune" {>= "2.9.0"}
"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 4fe00f3

Please sign in to comment.