lol
0
fork

Configure Feed

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

at master 13 lines 209 B view raw
1{ 2 buildDunePackage, 3 pgocaml, 4 ppx_optcomp, 5}: 6 7buildDunePackage { 8 pname = "pgocaml_ppx"; 9 inherit (pgocaml) src version meta; 10 11 buildInputs = [ ppx_optcomp ]; 12 propagatedBuildInputs = [ pgocaml ]; 13}