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: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] # Tests disabled on 32-bit platforms as the Dune build fails in CI: ["dune" "runtest" "-p" name "-j" jobs] {with-test & arch != "arm32" & arch != "x86_32"} ] depends: [ "ocaml" {>= "4.02.3"} "dune" {>= "2.9.0"} "irmin" {= version} "ppx_irmin" {= version} "git" {>= "3.7.0"} "git-unix" {>= "3.7.0"} "digestif" {>= "0.9.0"} "cstruct" "fmt" "astring" "cohttp-lwt-unix" "fpath" "logs" "lwt" {>= "5.3.0"} "uri" "mimic" "irmin-test" {with-test & = version} "mtime" {with-test & >= "1.0.0" & < "2.0.0"} "alcotest" {with-test} "irmin-watcher" {>= "0.2.0"} ] synopsis: "Git backend for Irmin" description: """ `Irmin_git` expose a bi-directional bridge between Git repositories and Irmin stores. """ url { src: "https://github.com/mirage/irmin/releases/download/3.5.2/irmin-3.5.2.tbz" checksum: [ "sha256=2a1e6a7577e498fbfeb678d666da210dc48d1344637e8ecb653e1dd88c640b5f" "sha512=3fb6f49a1af2f8bab1df5b6f5affaaa09f09fe892a08eb2d9de58138e56646d4a6797f3c087b22875e36e3411218ab2435fe5437ac78f323dd661932af021fad" ] } x-commit-hash: "fb0f332a70215708dc52f716521b162d3c1c49be"