File tree Expand file tree Collapse file tree 8 files changed +391
-0
lines changed
js_of_ocaml-compiler/js_of_ocaml-compiler.6.1.0+beta2
js_of_ocaml-lwt/js_of_ocaml-lwt.6.1.0+beta2
js_of_ocaml-ppx_deriving_json/js_of_ocaml-ppx_deriving_json.6.1.0+beta2
js_of_ocaml-ppx/js_of_ocaml-ppx.6.1.0+beta2
js_of_ocaml-toplevel/js_of_ocaml-toplevel.6.1.0+beta2
js_of_ocaml-tyxml/js_of_ocaml-tyxml.6.1.0+beta2
js_of_ocaml/js_of_ocaml.6.1.0+beta2
wasm_of_ocaml-compiler/wasm_of_ocaml-compiler.6.1.0+beta2 Expand file tree Collapse file tree 8 files changed +391
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Compiler from OCaml bytecode to JavaScript"
3+ description:
4+ "Js_of_ocaml is a compiler from OCaml bytecode to JavaScript. It makes it possible to run pure OCaml programs in JavaScript environment like browsers and Node.js"
5+ maintainer: ["Ocsigen team <
[email protected] >"]
6+ authors: ["Ocsigen team <
[email protected] >"]
7+ license: [
8+ "GPL-2.0-or-later" "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
9+ ]
10+ homepage: "https://ocsigen.org/js_of_ocaml/latest/manual/overview"
11+ doc: "https://ocsigen.org/js_of_ocaml/latest/manual/overview"
12+ bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues"
13+ depends: [
14+ "dune" {>= "3.19"}
15+ "ocaml" {>= "4.13" & < "5.5"}
16+ "num" {with-test}
17+ "ppx_expect" {>= "v0.16.1" & with-test}
18+ "ppxlib" {>= "0.35"}
19+ "re" {with-test}
20+ "cmdliner" {>= "1.1.0"}
21+ "sedlex" {>= "3.3"}
22+ "qcheck" {with-test}
23+ "menhir"
24+ "menhirLib"
25+ "menhirSdk"
26+ "yojson" {>= "2.1"}
27+ "odoc" {with-doc}
28+ ]
29+ depopts: ["ocamlfind"]
30+ conflicts: [
31+ "ocamlfind" {< "1.5.1"}
32+ "js_of_ocaml" {< "3.0"}
33+ ]
34+ dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
35+ x-maintenance-intent: ["(latest)"]
36+ build: [
37+ [
38+ "dune"
39+ "build"
40+ "-p"
41+ name
42+ "-j"
43+ jobs
44+ "@install"
45+ "@doc" {with-doc}
46+ ]
47+ ]
48+ url {
49+ src:
50+ "https://github.com/ocsigen/js_of_ocaml/releases/download/6.1.0%2Bbeta2/js_of_ocaml-6.1.0.beta2.tbz"
51+ checksum: [
52+ "sha256=61a0069c646183a6b6b377528725d17a62f65bc616603c97c67fe75b5a959cdc"
53+ "sha512=db60a1c40970a6304f98876dd7445a16be670f86a56794a0c1925243e59d0e93fcd7cf678c3f8cd55d022781b9f0d6760c39b4c99cf4c09820edd12d5332e504"
54+ ]
55+ }
56+ x-commit-hash: "e7c930ed2dac6dafb077a5feae1db692cbfb7891"
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Compiler from OCaml bytecode to JavaScript"
3+ description:
4+ "Js_of_ocaml is a compiler from OCaml bytecode to JavaScript. It makes it possible to run pure OCaml programs in JavaScript environment like browsers and Node.js"
5+ maintainer: ["Ocsigen team <
[email protected] >"]
6+ authors: ["Ocsigen team <
[email protected] >"]
7+ license: [
8+ "GPL-2.0-or-later" "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
9+ ]
10+ homepage: "https://ocsigen.org/js_of_ocaml/latest/manual/overview"
11+ doc: "https://ocsigen.org/js_of_ocaml/latest/manual/overview"
12+ bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues"
13+ depends: [
14+ "dune" {>= "3.19"}
15+ "ocaml" {>= "4.13"}
16+ "js_of_ocaml" {= version}
17+ "js_of_ocaml-ppx" {= version}
18+ "lwt" {>= "2.4.4"}
19+ "num" {with-test}
20+ "ppx_expect" {>= "v0.14.2" & with-test}
21+ "re" {>= "1.9.0" & with-test}
22+ "odoc" {with-doc}
23+ ]
24+ depopts: ["graphics" "lwt_log"]
25+ dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
26+ x-maintenance-intent: ["(latest)"]
27+ build: [
28+ [
29+ "dune"
30+ "build"
31+ "-p"
32+ name
33+ "-j"
34+ jobs
35+ "@install"
36+ "@doc" {with-doc}
37+ ]
38+ ]
39+ url {
40+ src:
41+ "https://github.com/ocsigen/js_of_ocaml/releases/download/6.1.0%2Bbeta2/js_of_ocaml-6.1.0.beta2.tbz"
42+ checksum: [
43+ "sha256=61a0069c646183a6b6b377528725d17a62f65bc616603c97c67fe75b5a959cdc"
44+ "sha512=db60a1c40970a6304f98876dd7445a16be670f86a56794a0c1925243e59d0e93fcd7cf678c3f8cd55d022781b9f0d6760c39b4c99cf4c09820edd12d5332e504"
45+ ]
46+ }
47+ x-commit-hash: "e7c930ed2dac6dafb077a5feae1db692cbfb7891"
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Compiler from OCaml bytecode to JavaScript"
3+ description:
4+ "Js_of_ocaml is a compiler from OCaml bytecode to JavaScript. It makes it possible to run pure OCaml programs in JavaScript environment like browsers and Node.js"
5+ maintainer: ["Ocsigen team <
[email protected] >"]
6+ authors: ["Ocsigen team <
[email protected] >"]
7+ license: [
8+ "GPL-2.0-or-later" "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
9+ ]
10+ homepage: "https://ocsigen.org/js_of_ocaml/latest/manual/overview"
11+ doc: "https://ocsigen.org/js_of_ocaml/latest/manual/overview"
12+ bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues"
13+ depends: [
14+ "dune" {>= "3.19"}
15+ "ocaml" {>= "4.13"}
16+ "js_of_ocaml" {= version}
17+ "ppxlib" {>= "0.35"}
18+ "num" {with-test}
19+ "ppx_expect" {>= "v0.14.2" & with-test}
20+ "re" {>= "1.9.0" & with-test}
21+ "odoc" {with-doc}
22+ ]
23+ dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
24+ x-maintenance-intent: ["(latest)"]
25+ build: [
26+ [
27+ "dune"
28+ "build"
29+ "-p"
30+ name
31+ "-j"
32+ jobs
33+ "@install"
34+ "@doc" {with-doc}
35+ ]
36+ ]
37+ url {
38+ src:
39+ "https://github.com/ocsigen/js_of_ocaml/releases/download/6.1.0%2Bbeta2/js_of_ocaml-6.1.0.beta2.tbz"
40+ checksum: [
41+ "sha256=61a0069c646183a6b6b377528725d17a62f65bc616603c97c67fe75b5a959cdc"
42+ "sha512=db60a1c40970a6304f98876dd7445a16be670f86a56794a0c1925243e59d0e93fcd7cf678c3f8cd55d022781b9f0d6760c39b4c99cf4c09820edd12d5332e504"
43+ ]
44+ }
45+ x-commit-hash: "e7c930ed2dac6dafb077a5feae1db692cbfb7891"
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Compiler from OCaml bytecode to JavaScript"
3+ description:
4+ "Js_of_ocaml is a compiler from OCaml bytecode to JavaScript. It makes it possible to run pure OCaml programs in JavaScript environment like browsers and Node.js"
5+ maintainer: ["Ocsigen team <
[email protected] >"]
6+ authors: ["Ocsigen team <
[email protected] >"]
7+ license: [
8+ "GPL-2.0-or-later" "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
9+ ]
10+ homepage: "https://ocsigen.org/js_of_ocaml/latest/manual/overview"
11+ doc: "https://ocsigen.org/js_of_ocaml/latest/manual/overview"
12+ bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues"
13+ depends: [
14+ "dune" {>= "3.19"}
15+ "ocaml" {>= "4.13"}
16+ "js_of_ocaml" {= version}
17+ "ppxlib" {>= "0.35"}
18+ "num" {with-test}
19+ "ppx_expect" {>= "v0.14.2" & with-test}
20+ "re" {>= "1.9.0" & with-test}
21+ "odoc" {with-doc}
22+ ]
23+ dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
24+ x-maintenance-intent: ["(latest)"]
25+ build: [
26+ [
27+ "dune"
28+ "build"
29+ "-p"
30+ name
31+ "-j"
32+ jobs
33+ "@install"
34+ "@doc" {with-doc}
35+ ]
36+ ]
37+ url {
38+ src:
39+ "https://github.com/ocsigen/js_of_ocaml/releases/download/6.1.0%2Bbeta2/js_of_ocaml-6.1.0.beta2.tbz"
40+ checksum: [
41+ "sha256=61a0069c646183a6b6b377528725d17a62f65bc616603c97c67fe75b5a959cdc"
42+ "sha512=db60a1c40970a6304f98876dd7445a16be670f86a56794a0c1925243e59d0e93fcd7cf678c3f8cd55d022781b9f0d6760c39b4c99cf4c09820edd12d5332e504"
43+ ]
44+ }
45+ x-commit-hash: "e7c930ed2dac6dafb077a5feae1db692cbfb7891"
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Compiler from OCaml bytecode to JavaScript"
3+ description:
4+ "Js_of_ocaml is a compiler from OCaml bytecode to JavaScript. It makes it possible to run pure OCaml programs in JavaScript environment like browsers and Node.js"
5+ maintainer: ["Ocsigen team <
[email protected] >"]
6+ authors: ["Ocsigen team <
[email protected] >"]
7+ license: [
8+ "GPL-2.0-or-later" "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
9+ ]
10+ homepage: "https://ocsigen.org/js_of_ocaml/latest/manual/overview"
11+ doc: "https://ocsigen.org/js_of_ocaml/latest/manual/overview"
12+ bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues"
13+ depends: [
14+ "dune" {>= "3.19"}
15+ "ocaml" {>= "4.13"}
16+ "js_of_ocaml-compiler" {= version}
17+ "ocamlfind" {>= "1.5.1"}
18+ "graphics" {with-test}
19+ "num" {with-test}
20+ "ppx_expect" {>= "v0.14.2" & with-test}
21+ "ppxlib" {>= "0.35"}
22+ "re" {>= "1.9.0" & with-test}
23+ "odoc" {with-doc}
24+ ]
25+ dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
26+ x-maintenance-intent: ["(latest)"]
27+ build: [
28+ [
29+ "dune"
30+ "build"
31+ "-p"
32+ name
33+ "-j"
34+ jobs
35+ "@install"
36+ "@doc" {with-doc}
37+ ]
38+ ]
39+ url {
40+ src:
41+ "https://github.com/ocsigen/js_of_ocaml/releases/download/6.1.0%2Bbeta2/js_of_ocaml-6.1.0.beta2.tbz"
42+ checksum: [
43+ "sha256=61a0069c646183a6b6b377528725d17a62f65bc616603c97c67fe75b5a959cdc"
44+ "sha512=db60a1c40970a6304f98876dd7445a16be670f86a56794a0c1925243e59d0e93fcd7cf678c3f8cd55d022781b9f0d6760c39b4c99cf4c09820edd12d5332e504"
45+ ]
46+ }
47+ x-commit-hash: "e7c930ed2dac6dafb077a5feae1db692cbfb7891"
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Compiler from OCaml bytecode to JavaScript"
3+ description:
4+ "Js_of_ocaml is a compiler from OCaml bytecode to JavaScript. It makes it possible to run pure OCaml programs in JavaScript environment like browsers and Node.js"
5+ maintainer: ["Ocsigen team <
[email protected] >"]
6+ authors: ["Ocsigen team <
[email protected] >"]
7+ license: [
8+ "GPL-2.0-or-later" "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
9+ ]
10+ homepage: "https://ocsigen.org/js_of_ocaml/latest/manual/overview"
11+ doc: "https://ocsigen.org/js_of_ocaml/latest/manual/overview"
12+ bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues"
13+ depends: [
14+ "dune" {>= "3.19"}
15+ "ocaml" {>= "4.13"}
16+ "js_of_ocaml" {= version}
17+ "js_of_ocaml-ppx" {= version}
18+ "react" {>= "1.2.2"}
19+ "reactiveData" {>= "0.2"}
20+ "tyxml" {>= "4.6"}
21+ "num" {with-test}
22+ "ppx_expect" {>= "v0.14.2" & with-test}
23+ "re" {>= "1.9.0" & with-test}
24+ "odoc" {with-doc}
25+ ]
26+ dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
27+ x-maintenance-intent: ["(latest)"]
28+ build: [
29+ [
30+ "dune"
31+ "build"
32+ "-p"
33+ name
34+ "-j"
35+ jobs
36+ "@install"
37+ "@doc" {with-doc}
38+ ]
39+ ]
40+ url {
41+ src:
42+ "https://github.com/ocsigen/js_of_ocaml/releases/download/6.1.0%2Bbeta2/js_of_ocaml-6.1.0.beta2.tbz"
43+ checksum: [
44+ "sha256=61a0069c646183a6b6b377528725d17a62f65bc616603c97c67fe75b5a959cdc"
45+ "sha512=db60a1c40970a6304f98876dd7445a16be670f86a56794a0c1925243e59d0e93fcd7cf678c3f8cd55d022781b9f0d6760c39b4c99cf4c09820edd12d5332e504"
46+ ]
47+ }
48+ x-commit-hash: "e7c930ed2dac6dafb077a5feae1db692cbfb7891"
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Compiler from OCaml bytecode to JavaScript"
3+ description:
4+ "Js_of_ocaml is a compiler from OCaml bytecode to JavaScript. It makes it possible to run pure OCaml programs in JavaScript environment like browsers and Node.js"
5+ maintainer: ["Ocsigen team <
[email protected] >"]
6+ authors: ["Ocsigen team <
[email protected] >"]
7+ license: [
8+ "GPL-2.0-or-later" "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
9+ ]
10+ homepage: "https://ocsigen.org/js_of_ocaml/latest/manual/overview"
11+ doc: "https://ocsigen.org/js_of_ocaml/latest/manual/overview"
12+ bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues"
13+ depends: [
14+ "dune" {>= "3.19"}
15+ "ocaml" {>= "4.13"}
16+ "js_of_ocaml-compiler" {= version}
17+ "num" {with-test}
18+ "ppx_expect" {>= "v0.14.2" & with-test}
19+ "ppxlib" {>= "0.35"}
20+ "re" {>= "1.9.0" & with-test}
21+ "odoc" {with-doc}
22+ ]
23+ dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
24+ x-maintenance-intent: ["(latest)"]
25+ build: [
26+ [
27+ "dune"
28+ "build"
29+ "-p"
30+ name
31+ "-j"
32+ jobs
33+ "@install"
34+ "@doc" {with-doc}
35+ ]
36+ ]
37+ url {
38+ src:
39+ "https://github.com/ocsigen/js_of_ocaml/releases/download/6.1.0%2Bbeta2/js_of_ocaml-6.1.0.beta2.tbz"
40+ checksum: [
41+ "sha256=61a0069c646183a6b6b377528725d17a62f65bc616603c97c67fe75b5a959cdc"
42+ "sha512=db60a1c40970a6304f98876dd7445a16be670f86a56794a0c1925243e59d0e93fcd7cf678c3f8cd55d022781b9f0d6760c39b4c99cf4c09820edd12d5332e504"
43+ ]
44+ }
45+ x-commit-hash: "e7c930ed2dac6dafb077a5feae1db692cbfb7891"
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Compiler from OCaml bytecode to WebAssembly"
3+ description:
4+ "Wasm_of_ocaml is a compiler from OCaml bytecode to WebAssembly. It makes it possible to run pure OCaml programs in JavaScript environment like browsers and Node.js"
5+ maintainer: ["Ocsigen team <
[email protected] >"]
6+ authors: ["Ocsigen team <
[email protected] >"]
7+ license: [
8+ "GPL-2.0-or-later" "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
9+ ]
10+ homepage: "https://ocsigen.org/js_of_ocaml/latest/manual/overview"
11+ doc: "https://ocsigen.org/js_of_ocaml/latest/manual/overview"
12+ bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues"
13+ depends: [
14+ "dune" {>= "3.19"}
15+ "ocaml" {>= "4.14"}
16+ "js_of_ocaml" {= version}
17+ "num" {with-test}
18+ "ppx_expect" {>= "v0.14.2" & with-test}
19+ "ppxlib" {>= "0.35"}
20+ "re" {with-test}
21+ "cmdliner" {>= "1.1.0"}
22+ "opam-format" {with-test}
23+ "sedlex" {>= "2.3"}
24+ "menhir"
25+ "menhirLib"
26+ "menhirSdk"
27+ "yojson" {>= "2.1"}
28+ "binaryen-bin"
29+ "odoc" {with-doc}
30+ ]
31+ depopts: ["ocamlfind"]
32+ conflicts: [
33+ "ocamlfind" {< "1.5.1"}
34+ "js_of_ocaml" {< "3.0"}
35+ ]
36+ dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
37+ x-maintenance-intent: ["(latest)"]
38+ build: [
39+ [
40+ "dune"
41+ "build"
42+ "-p"
43+ name
44+ "-j"
45+ jobs
46+ "@install"
47+ "@doc" {with-doc}
48+ ]
49+ ]
50+ url {
51+ src:
52+ "https://github.com/ocsigen/js_of_ocaml/releases/download/6.1.0%2Bbeta2/js_of_ocaml-6.1.0.beta2.tbz"
53+ checksum: [
54+ "sha256=61a0069c646183a6b6b377528725d17a62f65bc616603c97c67fe75b5a959cdc"
55+ "sha512=db60a1c40970a6304f98876dd7445a16be670f86a56794a0c1925243e59d0e93fcd7cf678c3f8cd55d022781b9f0d6760c39b4c99cf4c09820edd12d5332e504"
56+ ]
57+ }
58+ x-commit-hash: "e7c930ed2dac6dafb077a5feae1db692cbfb7891"
You can’t perform that action at this time.
0 commit comments