this repo has no description
1opam-version: "2.0" 2maintainer: "Alain Frisch <alain.frisch@lexifi.com>" 3authors: [ 4 "Alain Frisch <alain.frisch@lexifi.com>" 5 "Sebastien Briais <sebastien.briais@lexifi.com>" 6] 7homepage: "https://github.com/LexiFi/gen_js_api" 8bug-reports: "https://github.com/LexiFi/gen_js_api/issues" 9license: "MIT" 10dev-repo: "git+https://github.com/LexiFi/gen_js_api.git" 11build: [["dune" "build" "-p" name "-j" jobs]] 12depends: [ 13 "ocaml" {>= "4.08.0"} 14 "dune" {>= "1.11"} 15 "js_of_ocaml" {>= "3.1.0"} 16 "ocaml-migrate-parsetree" {>= "1.6.0" & < "2.0.0"} 17 "ppxlib" {>= "0.9"} 18] 19synopsis: "Easy OCaml bindings for Javascript libraries" 20description: """ 21gen_js_api aims at simplifying the creation of OCaml bindings for 22Javascript libraries. Authors of bindings write OCaml signatures for 23Javascript libraries and the tool generates the actual binding code 24with a combination of implicit conventions and explicit annotations. 25 26gen_js_api is to be used with the js_of_ocaml compiler.""" 27url { 28 src: "https://github.com/LexiFi/gen_js_api/archive/v1.0.6.tar.gz" 29 checksum: [ 30 "md5=efe14f394576c5bb60ae0d53fb402ca8" 31 "sha512=cda932339a16c85888b4d410fa18d1e179cd66eb0e39a611e545aac5583f9bb76c0325977dd7d9cf0ac40ad10ec0e5879a8a748ac6e045b469cddd9d8097a176" 32 ] 33}