repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git]
/
pkgs
/
development
/
ocaml-modules
/
ocf
/
ppx.nix
blob
0b1f6998ccadf96e3dcc8549ec8220cf2eceea48
1
{ buildDunePackage, ocf, ppxlib }:
2
3
buildDunePackage {
4
pname = "ocf_ppx";
5
minimalOCamlVersion = "4.11";
6
7
inherit (ocf) src version useDune2;
8
9
buildInputs = [ ppxlib ocf ];
10
11
meta = ocf.meta // {
12
description = "Preprocessor for Ocf library";
13
};
14
}