Skip to content

Commit

Permalink
Merge pull request #22503 from hhugo/release-js_of_ocaml-4.1.0
Browse files Browse the repository at this point in the history
[new release] js_of_ocaml, js_of_ocaml-tyxml, js_of_ocaml-toplevel, js_of_ocaml-ppx_deriving_json, js_of_ocaml-ppx, js_of_ocaml-lwt and js_of_ocaml-compiler (4.1.0)
  • Loading branch information
kit-ty-kate authored Nov 17, 2022
2 parents 797a89b + 14f8a88 commit 1303285
Show file tree
Hide file tree
Showing 14 changed files with 334 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/brr/brr.0.0.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ depends:
"ocamlbuild" {build}
"topkg" {build & >= "0.9.0"}
"js_of_ocaml-compiler" {>= "3.7.1"}
"js_of_ocaml-toplevel" {>= "3.7.1"}
"js_of_ocaml-toplevel" {>= "3.7.1" & < "4.1.0"}
"note"
]
build:
Expand Down
2 changes: 1 addition & 1 deletion packages/brr/brr.0.0.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ depends: ["ocaml" {>= "4.08.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
"js_of_ocaml-compiler" {>= "3.7.1"}
"js_of_ocaml-toplevel" {>= "3.7.1"}
"js_of_ocaml-toplevel" {>= "3.7.1" & < "4.1.0"}
"note"]
build: [["ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "%{dev}%"]]
url {
Expand Down
2 changes: 1 addition & 1 deletion packages/brr/brr.0.0.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ depends: ["ocaml" {>= "4.08.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
"js_of_ocaml-compiler" {>= "4.0.0"}
"js_of_ocaml-toplevel" {>= "4.0.0"}
"js_of_ocaml-toplevel" {>= "4.0.0" & < "4.1.0"}
"note"]
build: [["ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "%{dev}%"]]
url {
Expand Down
53 changes: 53 additions & 0 deletions packages/js_of_ocaml-compiler/js_of_ocaml-compiler.4.1.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
opam-version: "2.0"
synopsis: "Compiler from OCaml bytecode to JavaScript"
description:
"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"
maintainer: ["Ocsigen team <[email protected]>"]
authors: ["Ocsigen team <[email protected]>"]
license:
"GPL-2.0-or-later AND LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
homepage: "https://ocsigen.org/js_of_ocaml/latest/manual/overview"
doc: "https://ocsigen.org/js_of_ocaml/latest/manual/overview"
bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues"
depends: [
"dune" {>= "3.2"}
"ocaml" {>= "4.04" & < "5.1"}
"num" {with-test}
"ppx_expect" {>= "v0.14.2" & with-test}
"ppxlib" {>= "0.15.0"}
"re" {with-test}
"cmdliner" {>= "1.1.0"}
"menhir"
"menhirLib"
"menhirSdk"
"yojson"
"odoc" {with-doc}
]
depopts: ["ocamlfind"]
conflicts: [
"ocamlfind" {< "1.5.1"}
"js_of_ocaml" {< "3.0"}
]
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@doc" {with-doc}
]
]
url {
src:
"https://github.com/ocsigen/js_of_ocaml/releases/download/4.1.0/js_of_ocaml-4.1.0.tbz"
checksum: [
"sha256=91793f29a5af3deaba3f7d35ceab11e739cfe0a5cc30556f6201461a6d4236ef"
"sha512=43f91c1f37939dfc894558a23a8ca163e6f316db442bdd0a5909bd095f5b0eb596d0943883452f4b78641da71222a775476877ea9ba0500583700d1fb35e04a5"
]
}
x-commit-hash: "9cb30b78c1a4bde6176652b94c96b26e1140f8a4"
47 changes: 47 additions & 0 deletions packages/js_of_ocaml-lwt/js_of_ocaml-lwt.4.1.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
opam-version: "2.0"
synopsis: "Compiler from OCaml bytecode to JavaScript"
description:
"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"
maintainer: ["Ocsigen team <[email protected]>"]
authors: ["Ocsigen team <[email protected]>"]
license:
"GPL-2.0-or-later AND LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
homepage: "https://ocsigen.org/js_of_ocaml/latest/manual/overview"
doc: "https://ocsigen.org/js_of_ocaml/latest/manual/overview"
bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues"
depends: [
"dune" {>= "3.2"}
"ocaml" {>= "4.04"}
"js_of_ocaml" {= version}
"js_of_ocaml-ppx" {= version}
"lwt" {>= "2.4.4"}
"num" {with-test}
"ppx_expect" {>= "v0.14.2" & with-test}
"ppxlib" {>= "0.22.0" & with-test}
"re" {>= "1.9.0" & with-test}
"odoc" {with-doc}
]
depopts: ["graphics" "lwt_log"]
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@doc" {with-doc}
]
]
url {
src:
"https://github.com/ocsigen/js_of_ocaml/releases/download/4.1.0/js_of_ocaml-4.1.0.tbz"
checksum: [
"sha256=91793f29a5af3deaba3f7d35ceab11e739cfe0a5cc30556f6201461a6d4236ef"
"sha512=43f91c1f37939dfc894558a23a8ca163e6f316db442bdd0a5909bd095f5b0eb596d0943883452f4b78641da71222a775476877ea9ba0500583700d1fb35e04a5"
]
}
x-commit-hash: "9cb30b78c1a4bde6176652b94c96b26e1140f8a4"
44 changes: 44 additions & 0 deletions packages/js_of_ocaml-ppx/js_of_ocaml-ppx.4.1.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
opam-version: "2.0"
synopsis: "Compiler from OCaml bytecode to JavaScript"
description:
"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"
maintainer: ["Ocsigen team <[email protected]>"]
authors: ["Ocsigen team <[email protected]>"]
license:
"GPL-2.0-or-later AND LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
homepage: "https://ocsigen.org/js_of_ocaml/latest/manual/overview"
doc: "https://ocsigen.org/js_of_ocaml/latest/manual/overview"
bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues"
depends: [
"dune" {>= "3.2"}
"ocaml" {>= "4.04"}
"js_of_ocaml" {= version}
"ppxlib" {>= "0.15.0"}
"num" {with-test}
"ppx_expect" {>= "v0.14.2" & with-test}
"re" {>= "1.9.0" & with-test}
"odoc" {with-doc}
]
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@doc" {with-doc}
]
]
url {
src:
"https://github.com/ocsigen/js_of_ocaml/releases/download/4.1.0/js_of_ocaml-4.1.0.tbz"
checksum: [
"sha256=91793f29a5af3deaba3f7d35ceab11e739cfe0a5cc30556f6201461a6d4236ef"
"sha512=43f91c1f37939dfc894558a23a8ca163e6f316db442bdd0a5909bd095f5b0eb596d0943883452f4b78641da71222a775476877ea9ba0500583700d1fb35e04a5"
]
}
x-commit-hash: "9cb30b78c1a4bde6176652b94c96b26e1140f8a4"
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
opam-version: "2.0"
synopsis: "Compiler from OCaml bytecode to JavaScript"
description:
"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"
maintainer: ["Ocsigen team <[email protected]>"]
authors: ["Ocsigen team <[email protected]>"]
license:
"GPL-2.0-or-later AND LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
homepage: "https://ocsigen.org/js_of_ocaml/latest/manual/overview"
doc: "https://ocsigen.org/js_of_ocaml/latest/manual/overview"
bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues"
depends: [
"dune" {>= "3.2"}
"ocaml" {>= "4.04"}
"js_of_ocaml" {= version}
"ppxlib" {>= "0.15"}
"num" {with-test}
"ppx_expect" {>= "v0.14.2" & with-test}
"re" {>= "1.9.0" & with-test}
"odoc" {with-doc}
]
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@doc" {with-doc}
]
]
url {
src:
"https://github.com/ocsigen/js_of_ocaml/releases/download/4.1.0/js_of_ocaml-4.1.0.tbz"
checksum: [
"sha256=91793f29a5af3deaba3f7d35ceab11e739cfe0a5cc30556f6201461a6d4236ef"
"sha512=43f91c1f37939dfc894558a23a8ca163e6f316db442bdd0a5909bd095f5b0eb596d0943883452f4b78641da71222a775476877ea9ba0500583700d1fb35e04a5"
]
}
x-commit-hash: "9cb30b78c1a4bde6176652b94c96b26e1140f8a4"
47 changes: 47 additions & 0 deletions packages/js_of_ocaml-toplevel/js_of_ocaml-toplevel.4.1.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
opam-version: "2.0"
synopsis: "Compiler from OCaml bytecode to JavaScript"
description:
"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"
maintainer: ["Ocsigen team <[email protected]>"]
authors: ["Ocsigen team <[email protected]>"]
license:
"GPL-2.0-or-later AND LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
homepage: "https://ocsigen.org/js_of_ocaml/latest/manual/overview"
doc: "https://ocsigen.org/js_of_ocaml/latest/manual/overview"
bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues"
depends: [
"dune" {>= "3.2"}
"ocaml" {>= "4.04"}
"js_of_ocaml-compiler" {= version}
"ocamlfind" {>= "1.5.1"}
"cohttp-lwt-unix" {with-test}
"graphics" {with-test}
"num" {with-test}
"ppx_expect" {>= "v0.14.2" & with-test}
"ppxlib" {>= "0.15" & with-test}
"re" {>= "1.9.0" & with-test}
"odoc" {with-doc}
]
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@doc" {with-doc}
]
]
url {
src:
"https://github.com/ocsigen/js_of_ocaml/releases/download/4.1.0/js_of_ocaml-4.1.0.tbz"
checksum: [
"sha256=91793f29a5af3deaba3f7d35ceab11e739cfe0a5cc30556f6201461a6d4236ef"
"sha512=43f91c1f37939dfc894558a23a8ca163e6f316db442bdd0a5909bd095f5b0eb596d0943883452f4b78641da71222a775476877ea9ba0500583700d1fb35e04a5"
]
}
x-commit-hash: "9cb30b78c1a4bde6176652b94c96b26e1140f8a4"
48 changes: 48 additions & 0 deletions packages/js_of_ocaml-tyxml/js_of_ocaml-tyxml.4.1.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
opam-version: "2.0"
synopsis: "Compiler from OCaml bytecode to JavaScript"
description:
"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"
maintainer: ["Ocsigen team <[email protected]>"]
authors: ["Ocsigen team <[email protected]>"]
license:
"GPL-2.0-or-later AND LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
homepage: "https://ocsigen.org/js_of_ocaml/latest/manual/overview"
doc: "https://ocsigen.org/js_of_ocaml/latest/manual/overview"
bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues"
depends: [
"dune" {>= "3.2"}
"ocaml" {>= "4.04"}
"js_of_ocaml" {= version}
"js_of_ocaml-ppx" {= version}
"react" {>= "1.2.1"}
"reactiveData" {>= "0.2"}
"tyxml" {>= "4.3"}
"num" {with-test}
"ppx_expect" {>= "v0.14.2" & with-test}
"ppxlib" {>= "0.22.0" & with-test}
"re" {>= "1.9.0" & with-test}
"odoc" {with-doc}
]
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@doc" {with-doc}
]
]
url {
src:
"https://github.com/ocsigen/js_of_ocaml/releases/download/4.1.0/js_of_ocaml-4.1.0.tbz"
checksum: [
"sha256=91793f29a5af3deaba3f7d35ceab11e739cfe0a5cc30556f6201461a6d4236ef"
"sha512=43f91c1f37939dfc894558a23a8ca163e6f316db442bdd0a5909bd095f5b0eb596d0943883452f4b78641da71222a775476877ea9ba0500583700d1fb35e04a5"
]
}
x-commit-hash: "9cb30b78c1a4bde6176652b94c96b26e1140f8a4"
44 changes: 44 additions & 0 deletions packages/js_of_ocaml/js_of_ocaml.4.1.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
opam-version: "2.0"
synopsis: "Compiler from OCaml bytecode to JavaScript"
description:
"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"
maintainer: ["Ocsigen team <[email protected]>"]
authors: ["Ocsigen team <[email protected]>"]
license:
"GPL-2.0-or-later AND LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
homepage: "https://ocsigen.org/js_of_ocaml/latest/manual/overview"
doc: "https://ocsigen.org/js_of_ocaml/latest/manual/overview"
bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues"
depends: [
"dune" {>= "3.2"}
"ocaml" {>= "4.04"}
"js_of_ocaml-compiler" {= version}
"ppxlib" {>= "0.15"}
"num" {with-test}
"ppx_expect" {>= "v0.14.2" & with-test}
"re" {>= "1.9.0" & with-test}
"odoc" {with-doc}
]
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@doc" {with-doc}
]
]
url {
src:
"https://github.com/ocsigen/js_of_ocaml/releases/download/4.1.0/js_of_ocaml-4.1.0.tbz"
checksum: [
"sha256=91793f29a5af3deaba3f7d35ceab11e739cfe0a5cc30556f6201461a6d4236ef"
"sha512=43f91c1f37939dfc894558a23a8ca163e6f316db442bdd0a5909bd095f5b0eb596d0943883452f4b78641da71222a775476877ea9ba0500583700d1fb35e04a5"
]
}
x-commit-hash: "9cb30b78c1a4bde6176652b94c96b26e1140f8a4"
1 change: 1 addition & 0 deletions packages/ocsigen-toolkit/ocsigen-toolkit.2.10.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ install: [ make "install" ]
depends: [
"ocaml" {>= "4.07.0"}
"eliom" {>= "6.12.1"}
"js_of_ocaml-lwt" {< "4.1.0"}
"calendar"
]
url {
Expand Down
1 change: 1 addition & 0 deletions packages/ocsigen-toolkit/ocsigen-toolkit.2.12.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ install: [ make "install" ]
depends: [
"ocaml" {>= "4.08.0"}
"eliom" {>= "6.12.1"}
"js_of_ocaml-lwt" {< "4.1.0"}
"calendar" {>= "2.0.0"}
]
depexts: [
Expand Down
1 change: 1 addition & 0 deletions packages/ocsigen-toolkit/ocsigen-toolkit.2.7.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ remove: [ make "uninstall" ]
depends: [
"ocaml" {>= "4.07.0"}
"eliom" {>= "6.10.1"}
"js_of_ocaml-lwt" {< "4.1.0"}
"calendar" {>= "2.00"}
]
url {
Expand Down
1 change: 1 addition & 0 deletions packages/ocsigen-toolkit/ocsigen-toolkit.2.8.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ remove: [ make "uninstall" ]
depends: [
"ocaml" {>= "4.07.0"}
"eliom" {>= "6.12.1"}
"js_of_ocaml-lwt" {< "4.1.0"}
"calendar" {>= "2.00"}
]
url {
Expand Down

0 comments on commit 1303285

Please sign in to comment.