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
bandwhich: 0.23.0 -> 0.23.1; move to by-name; nixfmt; useFetchCargoVendor (#356934)
[NixPkgs.git]
/
pkgs
/
development
/
ocaml-modules
/
ocf
/
ppx.nix
blob
a01c36942ea9a0b8490e7e7d88ffa5862962c8f7
1
{
2
buildDunePackage,
3
ocf,
4
ppxlib,
5
}:
6
7
buildDunePackage {
8
pname = "ocf_ppx";
9
minimalOCamlVersion = "4.11";
10
11
inherit (ocf) src version;
12
13
duneVersion = "3";
14
15
buildInputs = [
16
ppxlib
17
ocf
18
];
19
20
meta = ocf.meta // {
21
description = "Preprocessor for Ocf library";
22
};
23
}