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" {>= "1.5.0"} "mtime" {>= "1.0.0"} "astring" "fmt" "jsonm" "logs" "lwt" {>= "5.3.0"} "metrics-unix" "ocaml-syntax-shims" "cmdliner" {< "1.1.0"} "metrics" {>= "0.2.0"} "hex" {with-test & >= "1.4.0"} "vector" {with-test & >= "1.0.0"} "alcotest-lwt" {with-test & >= "1.5.0"} ] 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.2.0/irmin-3.2.0.tbz" checksum: [ "sha256=969f54f1e3a0d301169ed918916f550a7db6bc96a9b6309dacf02fff8e1785cc" "sha512=6b58ec1caaa6bf4583853bb0ba377eb361653952dce1dbd1585a7b1988ad8a4cc64d373f8e2d2972a2a182af2ce9635e188600954814fa9f4da54f271002a9b6" ] } x-commit-hash: "b9642d318b7c5558e9da31c3447478d8fc4a77da"