2020-12-06 23:42:51 +00:00
|
|
|
{ buildDunePackage, js_of_ocaml-compiler
|
|
|
|
, js_of_ocaml-ppx
|
2018-04-11 18:54:19 +01:00
|
|
|
, js_of_ocaml, reactivedata, tyxml
|
|
|
|
}:
|
|
|
|
|
2020-12-06 23:42:51 +00:00
|
|
|
buildDunePackage {
|
|
|
|
pname = "js_of_ocaml-tyxml";
|
2018-04-11 18:54:19 +01:00
|
|
|
|
2020-12-06 23:42:51 +00:00
|
|
|
inherit (js_of_ocaml-compiler) version src meta useDune2;
|
2018-04-11 18:54:19 +01:00
|
|
|
|
2020-12-06 23:42:51 +00:00
|
|
|
buildInputs = [ js_of_ocaml-ppx ];
|
2018-04-11 18:54:19 +01:00
|
|
|
|
2020-12-06 23:42:51 +00:00
|
|
|
propagatedBuildInputs = [ js_of_ocaml reactivedata tyxml ];
|
2018-04-11 18:54:19 +01:00
|
|
|
}
|