File tree Expand file tree Collapse file tree 2 files changed +84
-0
lines changed
gen_js_api/gen_js_api.1.1.2 Expand file tree Collapse file tree 2 files changed +84
-0
lines changed Original file line number Diff line number Diff line change 1+ # This file is generated by dune, edit dune-project instead
2+ opam-version: "2.0"
3+ synopsis: "Easy OCaml bindings for JavaScript libraries"
4+ description: """
5+
6+ gen_js_api aims at simplifying the creation of OCaml bindings for
7+ JavaScript libraries. Authors of bindings write OCaml signatures for
8+ JavaScript libraries and the tool generates the actual binding code
9+ with a combination of implicit conventions and explicit annotations.
10+
11+ gen_js_api is to be used with the js_of_ocaml compiler.
12+ """
13+ maintainer: ["Alain Frisch <
[email protected] >"]
14+ authors: [
15+ "Alain Frisch <
[email protected] >"
16+ "Sebastien Briais <
[email protected] >"
17+ ]
18+ license: "MIT"
19+ homepage: "https://github.com/LexiFi/gen_js_api"
20+ bug-reports: "https://github.com/LexiFi/gen_js_api/issues"
21+ depends: [
22+ "dune" {>= "2.7"}
23+ "ocaml" {>= "4.08"}
24+ "ppxlib" {>= "0.26"}
25+ "js_of_ocaml-compiler" {with-test}
26+ "conf-npm" {with-test}
27+ "ojs" {= version}
28+ "odoc" {with-doc}
29+ ]
30+ conflicts: [
31+ "js_of_ocaml-compiler" {< "4.0.0"}
32+ ]
33+ build: [
34+ ["dune" "subst"] {dev}
35+ [
36+ "dune"
37+ "build"
38+ "-p"
39+ name
40+ "-j"
41+ jobs
42+ "@install"
43+ "@runtest" {with-test}
44+ "@doc" {with-doc}
45+ ]
46+ ]
47+ dev-repo: "git+https://github.com/LexiFi/gen_js_api.git"
48+ url {
49+ src: "https://github.com/LexiFi/gen_js_api/archive/refs/tags/v1.1.2.tar.gz"
50+ checksum: [
51+ "md5=58ab892f1702400247d692f44215b365"
52+ "sha512=26196c124f6c4dc488012990ac99dbde2377b17ac178709e55cf493385ba6253c05d1118415f55accc4cb487e6b4494c24a2f8ac113f65a374e55f3036f6b9ec"
53+ ]
54+ }
Original file line number Diff line number Diff line change 1+ # This file is generated by dune, edit dune-project instead
2+ opam-version: "2.0"
3+ synopsis: "Runtime Library for gen_js_api generated libraries"
4+ description: "To be used in conjunction with gen_js_api"
5+ maintainer: ["Alain Frisch <
[email protected] >"]
6+ authors: [
7+ "Alain Frisch <
[email protected] >"
8+ "Sebastien Briais <
[email protected] >"
9+ ]
10+ license: "MIT"
11+ homepage: "https://github.com/LexiFi/gen_js_api"
12+ bug-reports: "https://github.com/LexiFi/gen_js_api/issues"
13+ depends: [
14+ "dune" {>= "2.7"}
15+ "ocaml" {>= "4.08"}
16+ "js_of_ocaml-compiler" {>= "4.0.0"}
17+ "odoc" {with-doc}
18+ ]
19+ dev-repo: "git+https://github.com/LexiFi/gen_js_api.git"
20+ build: [
21+ ["dune" "subst"] {dev}
22+ ["dune" "build" "-p" name "-j" jobs "@install" "@doc" {with-doc}]
23+ ]
24+ url {
25+ src: "https://github.com/LexiFi/gen_js_api/archive/refs/tags/v1.1.2.tar.gz"
26+ checksum: [
27+ "md5=58ab892f1702400247d692f44215b365"
28+ "sha512=26196c124f6c4dc488012990ac99dbde2377b17ac178709e55cf493385ba6253c05d1118415f55accc4cb487e6b4494c24a2f8ac113f65a374e55f3036f6b9ec"
29+ ]
30+ }
You can’t perform that action at this time.
0 commit comments