python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / development / ocaml-modules / ocf / ppx.nix
blob0b1f6998ccadf96e3dcc8549ec8220cf2eceea48
1 { buildDunePackage, ocf, ppxlib }:
3 buildDunePackage {
4   pname = "ocf_ppx";
5   minimalOCamlVersion = "4.11";
7   inherit (ocf) src version useDune2;
9   buildInputs = [ ppxlib ocf ];
11   meta = ocf.meta // {
12     description = "Preprocessor for Ocf library";
13   };