opam-version: "2.0"
maintainer:   "thomas@gazagnaire.org"
authors:      ["Thomas Gazagnaire" "Thomas Leonard"]
license:      "ISC"
homepage:     "https://github.com/mirage/irmin"
bug-reports:  "https://github.com/mirage/irmin/issues"
dev-repo: "git+https://github.com/mirage/irmin.git"
doc:          "https://mirage.github.io/irmin/"

build: [
 ["jbuilder" "subst" "-p" name] {pinned}
 ["jbuilder" "build" "-p" name "-j" jobs]
]

depends: [
  "ocaml" {>= "4.01.0"}
  "jbuilder" {>= "1.0+beta10"}
  "crunch"
  "webmachine" {>= "0.3.2" & < "0.6.0"}
  "irmin" {>= "1.2.0" & < "2.0.0"}
  "cohttp-lwt" {>= "0.99.0" & < "1.0"}
  "irmin-git" {with-test & >= "1.2.0" & < "2.0.0"}
  "irmin-mem" {with-test & >= "1.2.0" & < "2.0.0"}
  "alcotest" {with-test}
  "mtime" {with-test & >= "1.0.0"}
]
synopsis: "HTTP client and server for Irmin"
url {
  src:
    "https://github.com/mirage/irmin/releases/download/1.3.1/irmin-1.3.1.tbz"
  checksum: "md5=53201927c015f0624a5c0d0f93f5afef"
}
