forgejo-lts: 7.0.10 -> 7.0.11
[NixPkgs.git] / pkgs / development / ocaml-modules / carton / git.nix
blob97055067bc4a23b284109f7edcab058a05064545
1 { buildDunePackage, carton, carton-lwt
2 , bigstringaf, lwt, fpath, result
3 , fmt, decompress, astring
4 }:
6 buildDunePackage {
7   pname = "carton-git";
9   inherit (carton) version src postPatch;
10   duneVersion = "3";
12   propagatedBuildInputs = [
13     carton
14     carton-lwt
15     bigstringaf
16     lwt
17     fpath
18     result
19     fmt
20     decompress
21     astring
22   ];
24   inherit (carton) meta;