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
/
xtmpl
/
ppx.nix
blob
b6f5bd65000fdfaade9564e145abcb722173c3a1
1
{ buildDunePackage, xtmpl, ppxlib }:
2
3
buildDunePackage {
4
pname = "xtmpl_ppx";
5
minimalOCamlVersion = "4.11";
6
7
inherit (xtmpl) src version useDune2;
8
9
buildInputs = [ ppxlib xtmpl ];
10
11
meta = xtmpl.meta // {
12
description = "Xml templating library, ppx extension";
13
};
14
}