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]
  ["jbuilder" "runtest" "-p" name] {with-test}
]
depends: [
  "ocaml" {>= "4.01.0" & < "4.06.0"}
  "jbuilder" {>= "1.0+beta10"}
  "irmin" {>= "1.3.0" & < "2.0.0"}
  "irmin-mem" {>= "1.3.0" & < "2.0.0"}
  "irmin-git" {>= "1.3.0" & < "2.0.0"}
  "irmin-http" {>= "1.3.0" & < "2.0.0"}
  "irmin-fs" {>= "1.3.0" & < "2.0.0"}
  "git-unix" {>= "1.11.0"}
  "irmin-watcher" {>= "0.2.0"}
  "irmin-mirage" {with-test & >= "1.3.0" & < "2.0.0"}
  "alcotest" {with-test}
  "mtime" {with-test & >= "1.0.0"}
]
synopsis: "Unix backends for Irmin"
description: """
`Irmin_unix` defines Unix backends (including Git and HTTP) for Irmin, as well
as a very simple CLI tool (called `irmin`) to manipulate and inspect Irmin
stores."""
url {
  src:
    "https://github.com/mirage/irmin/releases/download/1.3.0/irmin-1.3.0.tbz"
  checksum: "md5=52547b19962b54f1696537307696d0c4"
}
