1 { stdenv, lib, fetchurl, buildDunePackage
2 , alcotest, mirage-crypto-rng, git-binary
3 , angstrom, astring, cstruct, decompress, digestif, encore, fmt, checkseum
4 , fpath, ke, logs, lwt, ocamlgraph, uri, rresult, base64, hxd
5 , result, bigstringaf, optint, mirage-flow, domain-name, emile
6 , mimic, carton, carton-lwt, carton-git, ipaddr, psq, crowbar, alcotest-lwt, cmdliner
13 minimalOCamlVersion = "4.08";
17 url = "https://github.com/mirage/ocaml-git/releases/download/${version}/git-${version}.tbz";
18 hash = "sha256-98w2Amze/B+YN/ENfSb0V8I2yyFUf8rSEOcUg1YbVdM=";
21 # remove changelog for the carton package
29 propagatedBuildInputs = [
30 angstrom astring checkseum cstruct decompress digestif encore fmt fpath
31 ke logs lwt ocamlgraph uri rresult result bigstringaf optint mirage-flow
32 domain-name emile mimic carton carton-lwt carton-git ipaddr psq hxd
38 alcotest alcotest-lwt mirage-crypto-rng crowbar cmdliner
40 doCheck = !stdenv.isAarch64;
43 description = "Git format and protocol in pure OCaml";
44 license = lib.licenses.isc;
45 maintainers = with lib.maintainers; [ sternenseemann vbgl ];
46 homepage = "https://github.com/mirage/ocaml-git";