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.7.0"} "irmin" {= version} "irmin-git" {= version} "irmin-http" {= version} "irmin-fs" {= version} "irmin-pack" {= version} "irmin-graphql" {= version} "irmin-layers" {= version} "irmin-tezos" {= version} "git-unix" {>= "3.7.0"} "digestif" {>= "0.9.0"} "irmin-watcher" {>= "0.2.0"} "yaml" {>= "0.1.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"} "lwt" {>= "5.3.0"} "irmin-test" {with-test & = version} "alcotest" {with-test} ] 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/2.10.1/irmin-2.10.1.tbz" checksum: [ "sha256=fb753662f3a2046d7b17f5d67d4a33fc7fe5e1b07b4a581262267571ba76bed2" "sha512=21fa1804cbc0d6e4c4ffc22010e1ce8de9e743e657034649a60b79501c4ce30edf7107d9f54da354196be3327dffae1e23154a0b565639185af0af1ff42fea4d" ] } x-commit-hash: "19847d99551fa99df131388d42fb558957d9a33e" flags: deprecated