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] ] depends: [ "irmin" {= version} "ppx_irmin" {= version} "ocaml" {>= "4.02.3"} "dune" {>= "2.9.0"} "alcotest-lwt" {>= "1.5.0"} "mtime" {>= "2.0.0"} "astring" "fmt" "jsonm" "logs" "lwt" {>= "5.3.0"} "metrics-unix" "ocaml-syntax-shims" "cmdliner" {< "2.0.0"} "metrics" {>= "0.2.0"} "hex" {with-test & >= "1.4.0"} "vector" {with-test & >= "1.0.0"} "alcotest" {>= "1.7.0" & with-test} "qcheck-alcotest" {>= "0.21.1" & with-test} ] synopsis: "Irmin test suite" description: """ `irmin-test` provides access to the Irmin test suite for testing storage backend implementations. """ url { src: "https://github.com/mirage/irmin/releases/download/3.10.0/irmin-3.10.0.tbz" checksum: [ "sha256=92a9de7a0a2a35c2feba0c35a806b1f0df24c1c0d15164eebf3f919296d26715" "sha512=0203ec5117a851ad5afeb2f9091659b4e142e231b6b945caab93f4d7beb23397c8ac43f7056e91d18f4bff0be1062f6ae966d221f877c229328c0cbbf29fd9f0" ] } x-commit-hash: "7fa4b043a97944635cc100ae2e7dd85f73d8a4ce" x-maintenance-intent: [ "(latest)" ]