# This file is generated by dune, edit dune-project instead 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.26"} "js_of_ocaml-compiler" {with-test} "conf-npm" {with-test} "ojs" {= "1.1.1"} "odoc" {with-doc} ] conflicts: [ "js_of_ocaml-compiler" {< "4.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.1.1.tar.gz" checksum: [ "md5=df7195a0d938f070296a7cbdb244f7f0" "sha512=54dc13065d3aaad13f6b10aaddcbca8909a2f550d1d4bf10405792ab2536b5be200da56cd14239a10c942a55d2200d03c145b79d6f765f3e1ec49513ae705504" ] }