opam-version: "2.0" maintainer: "thomas@gazagnaire.org" authors: "Thomas Gazagnaire" 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: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ] depends: [ "dune" {>= "2.7.0"} "irmin-mirage" {= version} "irmin-git" {= version} "mirage-kv" {>= "3.0.0" & < "5.0.0"} "fmt" "git" {>= "3.7.0"} "lwt" {>= "5.3.0"} "mirage-clock" "uri" ] synopsis: "MirageOS-compatible Irmin stores" url { src: "https://github.com/mirage/irmin/releases/download/2.10.2/irmin-2.10.2.tbz" checksum: [ "sha256=088741b619471c8198e74aaf9f4aeb4a9997abec8b9abcbfb3443fd27bfb433f" "sha512=bbc03417d6eb87d99bee391c489d23a586b0a260e4c797f5e2465c3ab67cb627a9efa526097c1b89dd3339eafb8bad738c1cf0502e5c70355871ff7dbba324b9" ] } x-commit-hash: "9a2731c84eb8a9cef3a53b041d068b493979d14b"