1 { buildDunePackage, carton
2 , lwt, decompress, optint, bigstringaf
3 , alcotest, alcotest-lwt, cstruct, fmt, logs
4 , mirage-flow, result, rresult
5 , ke, base64, bos, checkseum, digestif, fpath
7 , git-binary # pkgs.git
13 inherit (carton) version src postPatch;
16 propagatedBuildInputs = [
24 # Tests fail with git 2.41
25 # see https://github.com/mirage/ocaml-git/issues/617
48 inherit (carton) meta;