Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at netboot-syslinux-multiplatform 11 lines 224 B view raw
1{ buildDunePackage, pgocaml, ppx_optcomp }: 2 3buildDunePackage { 4 pname = "pgocaml_ppx"; 5 inherit (pgocaml) src version meta; 6 7 duneVersion = "3"; 8 9 buildInputs = [ ppx_optcomp ]; 10 propagatedBuildInputs = [ pgocaml ]; 11}