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] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] depends: [ "ocaml" {>= "4.02.3"} "dune" {>= "2.7.0"} "irmin" {= version} "ppx_irmin" {= version} "git" {>= "3.7.0"} "digestif" {>= "0.9.0"} "cstruct" "fmt" "astring" "fpath" "logs" "lwt" {>= "5.3.0"} "uri" "irmin-test" {with-test & = version} "git-unix" {with-test} "mtime" {with-test & >= "1.0.0"} "alcotest" {with-test} ] available: arch != "arm32" & arch != "x86_32" 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/2.10.1/irmin-2.10.1.tbz" checksum: [ "sha256=fb753662f3a2046d7b17f5d67d4a33fc7fe5e1b07b4a581262267571ba76bed2" "sha512=21fa1804cbc0d6e4c4ffc22010e1ce8de9e743e657034649a60b79501c4ce30edf7107d9f54da354196be3327dffae1e23154a0b565639185af0af1ff42fea4d" ] } x-commit-hash: "19847d99551fa99df131388d42fb558957d9a33e"