opam-version: "2.0" synopsis: "Easy OCaml bindings for JavaScript libraries" description: """ gen_js_api aims at simplifying the creation of OCaml bindings for JavaScript libraries. Authors of bindings write OCaml signatures for JavaScript libraries and the tool generates the actual binding code with a combination of implicit conventions and explicit annotations. gen_js_api is to be used with the js_of_ocaml compiler. """ maintainer: ["Alain Frisch "] authors: [ "Alain Frisch " "Sebastien Briais " ] license: "MIT" homepage: "https://github.com/LexiFi/gen_js_api" bug-reports: "https://github.com/LexiFi/gen_js_api/issues" depends: [ "dune" {>= "2.7"} "ocaml" {>= "4.08"} "ppxlib" {>= "0.22"} "ppxlib" {with-test & < "0.26.0"} "js_of_ocaml-compiler" {with-test} "conf-npm" {with-test} "ojs" "odoc" {with-doc} ] conflicts: [ "js_of_ocaml-compiler" {< "3.0.0"} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/LexiFi/gen_js_api.git" url { src: "https://github.com/LexiFi/gen_js_api/archive/v1.0.9.tar.gz" checksum: [ "md5=4cc996401ecfd63b24edca6b75ebef56" "sha512=ed066c0e18d3a5412536f7ded18bb2056c1e9c1a3d1dbd4e914baa730fc7bbc286d93ffe2db2bb4db2e8961e79a4e1fceee9bb301e7984179e3442b762bd01f5" ] }