Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / development / ocaml-modules / carton / git.nix
blobb361ee1447b20bd834027c281839ff0fa0a2b7b0
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 }:
8 buildDunePackage {
9   pname = "carton-git";
11   inherit (carton) version src postPatch;
12   duneVersion = "3";
14   propagatedBuildInputs = [
15     carton
16     carton-lwt
17     bigstringaf
18     lwt
19     fpath
20     result
21     fmt
22     decompress
23     astring
24   ];
26   inherit (carton) meta;