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} ] available: arch != "arm32" & arch != "x86_32" depends: [ "ocaml" {>= "4.01.0"} "dune" {>= "2.9.0"} "irmin" {= version} "irmin-git" {= version} "irmin-http" {= version} "irmin-fs" {= version} "irmin-pack" {= version} "irmin-graphql" {= version} "irmin-tezos" {= version} "git-unix" {>= "3.7.0"} "digestif" {>= "0.9.0"} "irmin-watcher" {>= "0.2.0"} "yaml" {>= "3.0.0"} "astring" "astring" "cohttp" "cohttp-lwt" "cohttp-lwt-unix" "conduit" "conduit-lwt" "conduit-lwt-unix" "logs" "uri" "cmdliner" "cohttp-lwt-unix" "fmt" "git" {>= "3.7.0"} "happy-eyeballs-lwt" "lwt" {>= "5.3.0"} "irmin-test" {with-test & = version} "alcotest" {with-test} "mdx" {with-test & >= "2.0.0" & < "2.4"} ] 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/3.2.2/irmin-3.2.2.tbz" checksum: [ "sha256=fde223f91b7adb0118698f210356c9965b4a7ae87f61d19c7f2892d1a2d0bcb9" "sha512=02ad3dbe6646640271e721105abcb58f00b06255fe36f378545acd2fb7c9647952ee50247e1508f417fa8c3de713bf9bd213840081af37650ee524170a2e36bc" ] } x-commit-hash: "8a03cc4b2939ba2f600ca6ff956ebc779d42a315" flags: deprecated