Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1{ buildDunePackage, carton, carton-lwt
2, bigstringaf, lwt, fpath, result
3, fmt, decompress, astring
4, alcotest, alcotest-lwt, cstruct, logs
5, mirage-flow, rresult, ke
6}:
7
8buildDunePackage {
9 pname = "carton-git";
10
11 inherit (carton) version src postPatch;
12 duneVersion = "3";
13
14 propagatedBuildInputs = [
15 carton
16 carton-lwt
17 bigstringaf
18 lwt
19 fpath
20 result
21 fmt
22 decompress
23 astring
24 ];
25
26 inherit (carton) meta;
27}