2020-12-06 23:42:51 +00:00
|
|
|
{ buildDunePackage, js_of_ocaml-compiler, js_of_ocaml-ppx
|
2018-07-14 09:27:25 +01:00
|
|
|
, js_of_ocaml, ocaml_lwt, lwt_log
|
2018-04-01 06:34:40 +01:00
|
|
|
}:
|
|
|
|
|
2020-12-06 23:42:51 +00:00
|
|
|
buildDunePackage {
|
|
|
|
pname = "js_of_ocaml-lwt";
|
2018-04-01 06:34:40 +01:00
|
|
|
|
2020-12-06 23:42:51 +00:00
|
|
|
inherit (js_of_ocaml-compiler) version src meta useDune2;
|
2018-04-01 06:34:40 +01:00
|
|
|
|
2020-12-06 23:42:51 +00:00
|
|
|
buildInputs = [ js_of_ocaml-ppx ];
|
2018-04-01 06:34:40 +01:00
|
|
|
|
2020-12-06 23:42:51 +00:00
|
|
|
propagatedBuildInputs = [ js_of_ocaml ocaml_lwt lwt_log ];
|
2018-04-01 06:34:40 +01:00
|
|
|
}
|