summary refs log tree commit diff
path: root/pkgs/development/tools/ocaml/js_of_ocaml/ppx.nix
blob: b29ef435e46cdcf88e515be1e52e923916771506 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{ 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 ];
}