10 buildDunePackage rec {
14 src = fetchFromGitHub {
18 sha256 = "1qx6if1avr484bl9x1h0cksdc6gqw5i4pwzdr27h46hppnnvi8y8";
21 minimalOCamlVersion = "4.08";
23 propagatedBuildInputs = [ ojs ppxlib ];
24 checkInputs = [ js_of_ocaml-compiler nodejs ];
28 homepage = "https://github.com/LexiFi/gen_js_api";
29 description = "Easy OCaml bindings for JavaScript libraries";
31 gen_js_api aims at simplifying the creation of OCaml bindings for
32 JavaScript libraries. Authors of bindings write OCaml signatures for
33 JavaScript libraries and the tool generates the actual binding code with a
34 combination of implicit conventions and explicit annotations.
36 gen_js_api is to be used with the js_of_ocaml compiler.
38 license = lib.licenses.mit;
39 maintainers = [ lib.maintainers.bcc32 ];