Skip to content

Commit cd1d2da

Browse files
authored
Merge pull request #28144 from hhugo/release-js_of_ocaml-6.1.1
[new release] js_of_ocaml (8 packages) (6.1.1)
2 parents 5096cfa + 324047a commit cd1d2da

File tree

8 files changed

+391
-0
lines changed
  • packages
    • js_of_ocaml-compiler/js_of_ocaml-compiler.6.1.1
    • js_of_ocaml-lwt/js_of_ocaml-lwt.6.1.1
    • js_of_ocaml-ppx_deriving_json/js_of_ocaml-ppx_deriving_json.6.1.1
    • js_of_ocaml-ppx/js_of_ocaml-ppx.6.1.1
    • js_of_ocaml-toplevel/js_of_ocaml-toplevel.6.1.1
    • js_of_ocaml-tyxml/js_of_ocaml-tyxml.6.1.1
    • js_of_ocaml/js_of_ocaml.6.1.1
    • wasm_of_ocaml-compiler/wasm_of_ocaml-compiler.6.1.1

8 files changed

+391
-0
lines changed
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
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.1/js_of_ocaml-6.1.1.tbz"
51+
checksum: [
52+
"sha256=d31da41aae61c02aaa8b4d504e4e93705233d303cd81a07bb4ac5eedb03d6014"
53+
"sha512=207c6c80447a79fa13e5dbd6baf2837ec91b9d81952328ae91c3496ca30f095fce49faa09af8125602f1ae6f2f6e0c391178454dcb39b9907b5a3712bad3fcee"
54+
]
55+
}
56+
x-commit-hash: "104e924016a22ed91495fc776eba035b4dfca6f7"
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
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.1/js_of_ocaml-6.1.1.tbz"
42+
checksum: [
43+
"sha256=d31da41aae61c02aaa8b4d504e4e93705233d303cd81a07bb4ac5eedb03d6014"
44+
"sha512=207c6c80447a79fa13e5dbd6baf2837ec91b9d81952328ae91c3496ca30f095fce49faa09af8125602f1ae6f2f6e0c391178454dcb39b9907b5a3712bad3fcee"
45+
]
46+
}
47+
x-commit-hash: "104e924016a22ed91495fc776eba035b4dfca6f7"
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
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.1/js_of_ocaml-6.1.1.tbz"
40+
checksum: [
41+
"sha256=d31da41aae61c02aaa8b4d504e4e93705233d303cd81a07bb4ac5eedb03d6014"
42+
"sha512=207c6c80447a79fa13e5dbd6baf2837ec91b9d81952328ae91c3496ca30f095fce49faa09af8125602f1ae6f2f6e0c391178454dcb39b9907b5a3712bad3fcee"
43+
]
44+
}
45+
x-commit-hash: "104e924016a22ed91495fc776eba035b4dfca6f7"
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
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.1/js_of_ocaml-6.1.1.tbz"
40+
checksum: [
41+
"sha256=d31da41aae61c02aaa8b4d504e4e93705233d303cd81a07bb4ac5eedb03d6014"
42+
"sha512=207c6c80447a79fa13e5dbd6baf2837ec91b9d81952328ae91c3496ca30f095fce49faa09af8125602f1ae6f2f6e0c391178454dcb39b9907b5a3712bad3fcee"
43+
]
44+
}
45+
x-commit-hash: "104e924016a22ed91495fc776eba035b4dfca6f7"
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
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.1/js_of_ocaml-6.1.1.tbz"
42+
checksum: [
43+
"sha256=d31da41aae61c02aaa8b4d504e4e93705233d303cd81a07bb4ac5eedb03d6014"
44+
"sha512=207c6c80447a79fa13e5dbd6baf2837ec91b9d81952328ae91c3496ca30f095fce49faa09af8125602f1ae6f2f6e0c391178454dcb39b9907b5a3712bad3fcee"
45+
]
46+
}
47+
x-commit-hash: "104e924016a22ed91495fc776eba035b4dfca6f7"
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
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.1/js_of_ocaml-6.1.1.tbz"
43+
checksum: [
44+
"sha256=d31da41aae61c02aaa8b4d504e4e93705233d303cd81a07bb4ac5eedb03d6014"
45+
"sha512=207c6c80447a79fa13e5dbd6baf2837ec91b9d81952328ae91c3496ca30f095fce49faa09af8125602f1ae6f2f6e0c391178454dcb39b9907b5a3712bad3fcee"
46+
]
47+
}
48+
x-commit-hash: "104e924016a22ed91495fc776eba035b4dfca6f7"
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
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.1/js_of_ocaml-6.1.1.tbz"
40+
checksum: [
41+
"sha256=d31da41aae61c02aaa8b4d504e4e93705233d303cd81a07bb4ac5eedb03d6014"
42+
"sha512=207c6c80447a79fa13e5dbd6baf2837ec91b9d81952328ae91c3496ca30f095fce49faa09af8125602f1ae6f2f6e0c391178454dcb39b9907b5a3712bad3fcee"
43+
]
44+
}
45+
x-commit-hash: "104e924016a22ed91495fc776eba035b4dfca6f7"
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
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.1/js_of_ocaml-6.1.1.tbz"
53+
checksum: [
54+
"sha256=d31da41aae61c02aaa8b4d504e4e93705233d303cd81a07bb4ac5eedb03d6014"
55+
"sha512=207c6c80447a79fa13e5dbd6baf2837ec91b9d81952328ae91c3496ca30f095fce49faa09af8125602f1ae6f2f6e0c391178454dcb39b9907b5a3712bad3fcee"
56+
]
57+
}
58+
x-commit-hash: "104e924016a22ed91495fc776eba035b4dfca6f7"

0 commit comments

Comments
 (0)