1 { lib, buildDunePackage, js_of_ocaml-compiler, ppxlib }:
4 pname = "js_of_ocaml-toplevel";
5 inherit (js_of_ocaml-compiler) src version;
6 buildInputs = [ ppxlib ];
7 propagatedBuildInputs = [ js_of_ocaml-compiler ];
8 meta = js_of_ocaml-compiler.meta // {
9 mainProgram = "jsoo_mktop";