this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Easy OCaml bindings for JavaScript libraries"
4description: """
5
6gen_js_api aims at simplifying the creation of OCaml bindings for
7JavaScript libraries. Authors of bindings write OCaml signatures for
8JavaScript libraries and the tool generates the actual binding code
9with a combination of implicit conventions and explicit annotations.
10
11gen_js_api is to be used with the js_of_ocaml compiler.
12 """
13maintainer: ["Alain Frisch <alain.frisch@lexifi.com>"]
14authors: [
15 "Alain Frisch <alain.frisch@lexifi.com>"
16 "Sebastien Briais <sebastien.briais@lexifi.com>"
17]
18license: "MIT"
19homepage: "https://github.com/LexiFi/gen_js_api"
20bug-reports: "https://github.com/LexiFi/gen_js_api/issues"
21depends: [
22 "dune" {>= "3.0"}
23 "ocaml" {>= "4.08"}
24 "ppxlib" {>= "0.26"}
25 "js_of_ocaml-compiler" {with-test}
26 "ojs" {= version}
27 "odoc" {with-doc}
28]
29conflicts: [
30 "js_of_ocaml-compiler" {< "4.0.0"}
31]
32build: [
33 ["dune" "subst"] {dev}
34 [
35 "dune"
36 "build"
37 "-p"
38 name
39 "-j"
40 jobs
41 "@install"
42 "@runtest" {with-test}
43 "@doc" {with-doc}
44 ]
45]
46dev-repo: "git+https://github.com/LexiFi/gen_js_api.git"
47url {
48 src: "https://github.com/LexiFi/gen_js_api/archive/refs/tags/v1.1.4.tar.gz"
49 checksum: [
50 "md5=929c88d650cb6702621379d9646494ed"
51 "sha512=819ddd0db6d6a562f9fe150a6d302051b3dba4e9db8120e482a8ea406935acab37c3eef850163c818511b167eed1b17ca2292a22051b2cbd2fd46ee9f6da7716"
52 ]
53}