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
biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git]
/
pkgs
/
development
/
ocaml-modules
/
xtmpl
/
ppx.nix
blob
0e23cdc48f7079b0ce650fb48f98a83cdde827e8
1
{ buildDunePackage, xtmpl, ppxlib }:
2
3
buildDunePackage {
4
pname = "xtmpl_ppx";
5
minimalOCamlVersion = "4.11";
6
duneVersion = "3";
7
8
inherit (xtmpl) src version;
9
10
buildInputs = [ ppxlib xtmpl ];
11
12
meta = xtmpl.meta // {
13
description = "Xml templating library, ppx extension";
14
};
15
}