1 { buildDunePackage, irmin, ppx_irmin, mtime, astring, fmt, jsonm, logs, lwt
2 , metrics-unix, ocaml-syntax-shims, cmdliner, metrics, alcotest-lwt
3 , hex, vector, qcheck-alcotest
10 inherit (irmin) version src;
12 nativeBuildInputs = [ ppx_irmin ];
14 propagatedBuildInputs = [
31 checkInputs = [ hex qcheck-alcotest vector ];
33 meta = irmin.meta // {
34 description = "Irmin test suite";