nixpkgs/pkgs/development/tools/ocaml/js_of_ocaml/ppx.nix

13 lines
220 B
Nix
Raw Normal View History

{ buildDunePackage, js_of_ocaml-compiler
, ppxlib
, js_of_ocaml
}:
buildDunePackage {
pname = "js_of_ocaml-ppx";
inherit (js_of_ocaml-compiler) version src meta useDune2;
buildInputs = [ ppxlib js_of_ocaml ];
}