File tree Expand file tree Collapse file tree 2 files changed +83
-0
lines changed
gen_js_api/gen_js_api.1.1.5 Expand file tree Collapse file tree 2 files changed +83
-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" {>= "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+ ]
29+ conflicts: [
30+ "js_of_ocaml-compiler" {< "4.0.0"}
31+ ]
32+ build: [
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+ ]
46+ dev-repo: "git+https://github.com/LexiFi/gen_js_api.git"
47+ url {
48+ src: "https://github.com/LexiFi/gen_js_api/archive/refs/tags/v1.1.5.tar.gz"
49+ checksum: [
50+ "md5=4458643419d3d289b68282108d5a632a"
51+ "sha512=361a561f810ca2d1b509919b0ccbf1a069071e9a940779f8c66c381392d99856aa8be5fccda27002fbaf94fb4a2e31b7924013f65b2b29d3c36bf0afaeb2b893"
52+ ]
53+ }
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" {>= "3.0"}
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.5.tar.gz"
26+ checksum: [
27+ "md5=4458643419d3d289b68282108d5a632a"
28+ "sha512=361a561f810ca2d1b509919b0ccbf1a069071e9a940779f8c66c381392d99856aa8be5fccda27002fbaf94fb4a2e31b7924013f65b2b29d3c36bf0afaeb2b893"
29+ ]
30+ }
You can’t perform that action at this time.
0 commit comments