python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / development / ocaml-modules / carton / git.nix
blob2cc6b1336de298f147766991b4f186c856824da2
1 { buildDunePackage, carton, carton-lwt
2 , bigarray-compat, bigstringaf, lwt, fpath, result
3 , mmap, 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;
13   propagatedBuildInputs = [
14     carton
15     carton-lwt
16     bigarray-compat
17     bigstringaf
18     lwt
19     fpath
20     result
21     mmap
22     fmt
23     decompress
24     astring
25   ];
27   inherit (carton) meta;