2020-12-06 23:42:51 +00:00
|
|
|
{ buildDunePackage, js_of_ocaml-compiler
|
|
|
|
, ppxlib
|
2017-08-27 15:44:39 +01:00
|
|
|
, js_of_ocaml
|
|
|
|
}:
|
|
|
|
|
2020-12-06 23:42:51 +00:00
|
|
|
buildDunePackage {
|
|
|
|
pname = "js_of_ocaml-ppx";
|
2017-08-27 15:44:39 +01:00
|
|
|
|
2020-12-06 23:42:51 +00:00
|
|
|
inherit (js_of_ocaml-compiler) version src meta useDune2;
|
2017-08-27 15:44:39 +01:00
|
|
|
|
2020-12-06 23:42:51 +00:00
|
|
|
buildInputs = [ ppxlib js_of_ocaml ];
|
2017-08-27 15:44:39 +01:00
|
|
|
}
|