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"} "crunch" {>= "2.2.0"} "webmachine" {>= "0.6.0"} "irmin" {= version} "ppx_irmin" {= version} "cohttp-lwt" {>= "1.0.0"} "astring" "cohttp" "fmt" "jsonm" "logs" "lwt" {>= "5.3.0"} "uri" "irmin-git" {with-test & = version} "irmin-test" {with-test & = version} "git-unix" {with-test & >= "3.7.0"} "digestif" {with-test & >= "0.9.0"} "conduit-lwt-unix" {with-test} "cohttp-lwt-unix" {with-test} "git-cohttp-unix" {with-test} ] synopsis: "HTTP client and server for Irmin" 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"