lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 20 lines 256 B view raw
1{ 2 buildDunePackage, 3 xtmpl, 4 ppxlib, 5}: 6 7buildDunePackage { 8 pname = "xtmpl_ppx"; 9 10 inherit (xtmpl) src version; 11 12 buildInputs = [ 13 ppxlib 14 xtmpl 15 ]; 16 17 meta = xtmpl.meta // { 18 description = "Xml templating library, ppx extension"; 19 }; 20}