this repo has no description

Merge pull request #15253 from hhugo/release-js_of_ocaml-3.5.0

[new release] js_of_ocaml, js_of_ocaml-ocamlbuild, js_of_ocaml-ppx_deriving_json, js_of_ocaml-tyxml, js_of_ocaml-ppx, js_of_ocaml-lwt, js_of_ocaml-compiler and js_of_ocaml-toplevel (3.5.0)

Kate 36fb20ec 87051cbb

Changed files
+280 -28
packages
async_js
async_js.v0.12.0
cohttp-lwt-jsoo
cohttp-lwt-jsoo.2.1.3
cohttp-lwt-jsoo.2.2.0
cohttp-lwt-jsoo.2.3.0
cohttp-lwt-jsoo.2.4.0
dispatch-js
dispatch-js.0.4.1
eliom
eliom.6.8.0
github-jsoo
github-jsoo.4.1.0
github-jsoo.4.2.0
js_of_ocaml
js_of_ocaml.3.5.0
js_of_ocaml-compiler
js_of_ocaml-compiler.3.5.0
js_of_ocaml-lwt
js_of_ocaml-lwt.3.2.0
js_of_ocaml-lwt.3.2.1
js_of_ocaml-lwt.3.3.0
js_of_ocaml-lwt.3.4.0
js_of_ocaml-lwt.3.5.0
js_of_ocaml-ocamlbuild
js_of_ocaml-ocamlbuild.3.5.0
js_of_ocaml-ppx
js_of_ocaml-ppx.3.4.0
js_of_ocaml-ppx.3.5.0
js_of_ocaml-ppx_deriving_json
js_of_ocaml-ppx_deriving_json.3.5.0
js_of_ocaml-toplevel
js_of_ocaml-toplevel.3.4.0
js_of_ocaml-toplevel.3.5.0
js_of_ocaml-tyxml
js_of_ocaml-tyxml.3.5.0
+1 -1
packages/async_js/async_js.v0.12.0/opam
···
"async_rpc_kernel" {>= "v0.12" & < "v0.13"}
"ppx_jane" {>= "v0.12" & < "v0.13"}
"dune" {>= "1.5.1"}
-
"js_of_ocaml" {>= "3.2.1"}
+
"js_of_ocaml" {>= "3.2.1" & < "3.5.0"}
"js_of_ocaml-ppx"
"uri" {>= "2.0.0" & < "3.0.0"}
]
+3 -3
packages/cohttp-lwt-jsoo/cohttp-lwt-jsoo.2.1.3/opam
···
"cohttp" {>= "1.0.0"}
"cohttp-lwt" {>= "1.0.0"}
"lwt" {>= "3.0.0"}
-
"js_of_ocaml" {>= "3.3.0"}
-
"js_of_ocaml-ppx" {>= "3.3.0"}
-
"js_of_ocaml-lwt" {>= "3.3.0"}
+
"js_of_ocaml" {>= "3.3.0" & < "3.5.0"}
+
"js_of_ocaml-ppx" {>= "3.3.0" & < "3.5.0"}
+
"js_of_ocaml-lwt" {>= "3.3.0" & < "3.5.0"}
]
build: [
["dune" "subst"] {pinned}
+3 -3
packages/cohttp-lwt-jsoo/cohttp-lwt-jsoo.2.2.0/opam
···
"cohttp" {=version}
"cohttp-lwt" {=version}
"lwt" {>= "3.0.0"}
-
"js_of_ocaml" {>= "3.3.0"}
-
"js_of_ocaml-ppx" {>= "3.3.0"}
-
"js_of_ocaml-lwt" {>= "3.3.0"}
+
"js_of_ocaml" {>= "3.3.0" & < "3.5.0"}
+
"js_of_ocaml-ppx" {>= "3.3.0" & < "3.5.0"}
+
"js_of_ocaml-lwt" {>= "3.3.0" & < "3.5.0"}
]
build: [
["dune" "subst"] {pinned}
+3 -3
packages/cohttp-lwt-jsoo/cohttp-lwt-jsoo.2.3.0/opam
···
"cohttp" {=version}
"cohttp-lwt" {=version}
"lwt" {>= "3.0.0"}
-
"js_of_ocaml" {>= "3.3.0"}
-
"js_of_ocaml-ppx" {>= "3.3.0"}
-
"js_of_ocaml-lwt" {>= "3.3.0"}
+
"js_of_ocaml" {>= "3.3.0" & < "3.5.0"}
+
"js_of_ocaml-ppx" {>= "3.3.0" & < "3.5.0"}
+
"js_of_ocaml-lwt" {>= "3.3.0" & < "3.5.0"}
]
build: [
["dune" "subst"] {pinned}
+3 -3
packages/cohttp-lwt-jsoo/cohttp-lwt-jsoo.2.4.0/opam
···
"cohttp" {=version}
"cohttp-lwt" {=version}
"lwt" {>= "3.0.0"}
-
"js_of_ocaml" {>= "3.3.0"}
-
"js_of_ocaml-ppx" {>= "3.3.0"}
-
"js_of_ocaml-lwt" {>= "3.3.0"}
+
"js_of_ocaml" {>= "3.3.0" & < "3.5.0"}
+
"js_of_ocaml-ppx" {>= "3.3.0" & < "3.5.0"}
+
"js_of_ocaml-lwt" {>= "3.3.0" & < "3.5.0"}
]
build: [
["dune" "subst"] {pinned}
+1 -1
packages/dispatch-js/dispatch-js.0.4.1/opam
···
"ocaml" {>= "4.03.0"}
"dune" {>= "1.0"}
"dispatch" {>="0.4.0"}
-
"js_of_ocaml-lwt" {>="3.3.0"}
+
"js_of_ocaml-lwt" {>="3.3.0" & < "3.5.0"}
"result"
]
build: [
+5 -5
packages/eliom/eliom.6.8.0/opam
···
"ocamlfind"
"ppx_deriving"
"ppx_tools" {>= "0.99.3"}
-
"js_of_ocaml" {>= "3.3"}
-
"js_of_ocaml-lwt" {>= "3.3"}
+
"js_of_ocaml" {>= "3.3" & < "3.5.0"}
+
"js_of_ocaml-lwt" {>= "3.3" & < "3.5.0"}
"js_of_ocaml-ocamlbuild" {build}
-
"js_of_ocaml-ppx"
-
"js_of_ocaml-ppx_deriving_json" {>= "3.3"}
-
"js_of_ocaml-tyxml" {>= "3.3"}
+
"js_of_ocaml-ppx" {< "3.5.0"}
+
"js_of_ocaml-ppx_deriving_json" {>= "3.3" & < "3.5.0"}
+
"js_of_ocaml-tyxml" {>= "3.3" & < "3.5.0"}
"lwt_log"
"lwt_ppx"
"tyxml" {>= "4.3.0"}
+1 -1
packages/github-jsoo/github-jsoo.4.1.0/opam
···
"dune"
"cohttp" {>= "0.99.0"}
"cohttp-lwt-jsoo" {>= "0.99.0"}
-
"js_of_ocaml-lwt" {>="3.4.0"}
+
"js_of_ocaml-lwt" {>="3.4.0" & < "3.5.0"}
"github"
]
build: [
+1 -1
packages/github-jsoo/github-jsoo.4.2.0/opam
···
"github" {= version}
"cohttp" {>= "0.99.0"}
"cohttp-lwt-jsoo" {>= "0.99.0"}
-
"js_of_ocaml-lwt" {>= "3.4.0"}
+
"js_of_ocaml-lwt" {>= "3.4.0" & < "3.5.0"}
]
url {
src:
+38
packages/js_of_ocaml-compiler/js_of_ocaml-compiler.3.5.0/opam
···
+
opam-version: "2.0"
+
maintainer: "dev@ocsigen.org"
+
authors: "Ocsigen team"
+
bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues"
+
homepage: "http://ocsigen.github.io/js_of_ocaml"
+
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
+
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
+
"""
+
+
build: [["dune" "build" "-p" name "-j" jobs]]
+
+
depends: [
+
"ocaml" {>= "4.02.0"}
+
"dune" {>= "1.11.1"}
+
"ppx_expect" {with-test & >= "0.12.0"}
+
"cmdliner"
+
"ocaml-migrate-parsetree"
+
"yojson" # It's optional, but we want users to be able to use source-map without pain.
+
]
+
+
depopts: [ "ocamlfind" ]
+
+
conflicts: [
+
"ocamlfind" {< "1.5.1"}
+
"js_of_ocaml" {< "3.0"}
+
]
+
url {
+
src:
+
"https://github.com/ocsigen/js_of_ocaml/releases/download/3.5.0/js_of_ocaml-3.5.0.tbz"
+
checksum: [
+
"sha256=c19903c11a7e7657a4bb92de9ad910e6daf5afc9da7222dcd8fe8da8867f05b7"
+
"sha512=3aa852552abe268504f7e26841bd1c43e95dba0a5827f70b97230e900909c3fa94f59715b45ce658f0c2e298a0e89c882a994d5fcc6bcf75250cf0b94733fa88"
+
]
+
}
+1 -1
packages/js_of_ocaml-lwt/js_of_ocaml-lwt.3.2.0/opam
···
"ocaml" {>= "4.02.0"}
"jbuilder" {>= "1.0+beta17"}
"lwt" {>= "2.4.4"}
-
"js_of_ocaml" {>= "3.2"}
+
"js_of_ocaml" {>= "3.2" & < "3.5.0"}
"js_of_ocaml-ppx"
]
depopts: [ "graphics" "lwt_log" ]
+1 -1
packages/js_of_ocaml-lwt/js_of_ocaml-lwt.3.2.1/opam
···
"ocaml" {>= "4.02.0"}
"jbuilder" {>= "1.0+beta17"}
"lwt" {>= "2.4.4"}
-
"js_of_ocaml" {>= "3.2"}
+
"js_of_ocaml" {>= "3.2" & < "3.5.0"}
"js_of_ocaml-ppx"
]
depopts: [ "graphics" "lwt_log" ]
+1 -1
packages/js_of_ocaml-lwt/js_of_ocaml-lwt.3.3.0/opam
···
"ocaml" {>= "4.02.0"}
"dune" {>= "1.2"}
"lwt" {>= "2.4.4"}
-
"js_of_ocaml" {>= "3.2"}
+
"js_of_ocaml" {>= "3.2" & < "3.5.0"}
"js_of_ocaml-ppx"
]
depopts: [ "graphics" "lwt_log" ]
+1 -1
packages/js_of_ocaml-lwt/js_of_ocaml-lwt.3.4.0/opam
···
"ocaml" {>= "4.02.0"}
"dune" {>= "1.2"}
"lwt" {>= "2.4.4"}
-
"js_of_ocaml" {>= "3.2"}
+
"js_of_ocaml" {>= "3.2" & < "3.5.0"}
"js_of_ocaml-ppx"
]
depopts: [ "graphics" "lwt_log" ]
+31
packages/js_of_ocaml-lwt/js_of_ocaml-lwt.3.5.0/opam
···
+
opam-version: "2.0"
+
maintainer: "dev@ocsigen.org"
+
authors: "Ocsigen team"
+
bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues"
+
homepage: "http://ocsigen.github.io/js_of_ocaml"
+
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
+
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
+
"""
+
+
build: [["dune" "build" "-p" name "-j" jobs]]
+
+
depends: [
+
"ocaml" {>= "4.02.0"}
+
"dune" {>= "1.11.1"}
+
"lwt" {>= "2.4.4"}
+
"js_of_ocaml" {>= "3.2"}
+
"js_of_ocaml-ppx"
+
]
+
depopts: [ "graphics" "lwt_log" ]
+
url {
+
src:
+
"https://github.com/ocsigen/js_of_ocaml/releases/download/3.5.0/js_of_ocaml-3.5.0.tbz"
+
checksum: [
+
"sha256=c19903c11a7e7657a4bb92de9ad910e6daf5afc9da7222dcd8fe8da8867f05b7"
+
"sha512=3aa852552abe268504f7e26841bd1c43e95dba0a5827f70b97230e900909c3fa94f59715b45ce658f0c2e298a0e89c882a994d5fcc6bcf75250cf0b94733fa88"
+
]
+
}
+28
packages/js_of_ocaml-ocamlbuild/js_of_ocaml-ocamlbuild.3.5.0/opam
···
+
opam-version: "2.0"
+
maintainer: "dev@ocsigen.org"
+
authors: "Ocsigen team"
+
bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues"
+
homepage: "http://ocsigen.github.io/js_of_ocaml"
+
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
+
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
+
"""
+
+
build: [["dune" "build" "-p" name "-j" jobs]]
+
+
depends: [
+
"ocaml" {>= "4.03.0"}
+
"dune" {>= "1.11.1"}
+
"ocamlbuild"
+
]
+
url {
+
src:
+
"https://github.com/ocsigen/js_of_ocaml/releases/download/3.5.0/js_of_ocaml-3.5.0.tbz"
+
checksum: [
+
"sha256=c19903c11a7e7657a4bb92de9ad910e6daf5afc9da7222dcd8fe8da8867f05b7"
+
"sha512=3aa852552abe268504f7e26841bd1c43e95dba0a5827f70b97230e900909c3fa94f59715b45ce658f0c2e298a0e89c882a994d5fcc6bcf75250cf0b94733fa88"
+
]
+
}
+1 -1
packages/js_of_ocaml-ppx/js_of_ocaml-ppx.3.4.0/opam
···
build: [["dune" "build" "-p" name "-j" jobs]]
depends: [
-
"ocaml" {>= "4.02.0"}
+
"ocaml" {>= "4.02.0" & < "4.09.0"}
"dune" {>= "1.2"}
"ocaml-migrate-parsetree"
"ppx_tools_versioned"
+30
packages/js_of_ocaml-ppx/js_of_ocaml-ppx.3.5.0/opam
···
+
opam-version: "2.0"
+
maintainer: "dev@ocsigen.org"
+
authors: "Ocsigen team"
+
bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues"
+
homepage: "http://ocsigen.github.io/js_of_ocaml"
+
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
+
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
+
"""
+
+
build: [["dune" "build" "-p" name "-j" jobs]]
+
+
depends: [
+
"ocaml" {>= "4.02.0"}
+
"dune" {>= "1.11.1"}
+
"ocaml-migrate-parsetree" {>= "1.4"}
+
"ppx_tools_versioned" {>= "5.2.3"}
+
"js_of_ocaml" {>= "3.0"}
+
]
+
url {
+
src:
+
"https://github.com/ocsigen/js_of_ocaml/releases/download/3.5.0/js_of_ocaml-3.5.0.tbz"
+
checksum: [
+
"sha256=c19903c11a7e7657a4bb92de9ad910e6daf5afc9da7222dcd8fe8da8867f05b7"
+
"sha512=3aa852552abe268504f7e26841bd1c43e95dba0a5827f70b97230e900909c3fa94f59715b45ce658f0c2e298a0e89c882a994d5fcc6bcf75250cf0b94733fa88"
+
]
+
}
+30
packages/js_of_ocaml-ppx_deriving_json/js_of_ocaml-ppx_deriving_json.3.5.0/opam
···
+
opam-version: "2.0"
+
maintainer: "dev@ocsigen.org"
+
authors: "Ocsigen team"
+
bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues"
+
homepage: "http://ocsigen.github.io/js_of_ocaml"
+
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
+
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
+
"""
+
+
build: [["dune" "build" "-p" name "-j" jobs]]
+
+
depends: [
+
"ocaml" {>= "4.04.1"}
+
"dune" {>= "1.11.1"}
+
"js_of_ocaml"
+
"ocaml-migrate-parsetree"
+
"ppxlib" {< "0.9.0"}
+
]
+
url {
+
src:
+
"https://github.com/ocsigen/js_of_ocaml/releases/download/3.5.0/js_of_ocaml-3.5.0.tbz"
+
checksum: [
+
"sha256=c19903c11a7e7657a4bb92de9ad910e6daf5afc9da7222dcd8fe8da8867f05b7"
+
"sha512=3aa852552abe268504f7e26841bd1c43e95dba0a5827f70b97230e900909c3fa94f59715b45ce658f0c2e298a0e89c882a994d5fcc6bcf75250cf0b94733fa88"
+
]
+
}
+2 -2
packages/js_of_ocaml-toplevel/js_of_ocaml-toplevel.3.4.0/opam
···
build: [["dune" "build" "-p" name "-j" jobs]]
depends: [
-
"ocaml" {>= "4.02.0"}
+
"ocaml" {>= "4.02.0" & < "4.09.0"}
"dune" {>= "1.2"}
"ocamlfind" {>= "1.5.1"}
-
"js_of_ocaml-compiler" {>= "3.4.0"}
+
"js_of_ocaml-compiler" {>= "3.4.0" & < "3.5.0"}
"js_of_ocaml-ppx"
"js_of_ocaml" {>= "3.0"}
]
+31
packages/js_of_ocaml-toplevel/js_of_ocaml-toplevel.3.5.0/opam
···
+
opam-version: "2.0"
+
maintainer: "dev@ocsigen.org"
+
authors: "Ocsigen team"
+
bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues"
+
homepage: "http://ocsigen.github.io/js_of_ocaml"
+
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
+
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
+
"""
+
+
build: [["dune" "build" "-p" name "-j" jobs]]
+
+
depends: [
+
"ocaml" {>= "4.02.0"}
+
"dune" {>= "1.11.1"}
+
"ocamlfind" {>= "1.5.1"}
+
"js_of_ocaml-compiler"
+
"js_of_ocaml-ppx"
+
"js_of_ocaml" {>= "3.0"}
+
]
+
url {
+
src:
+
"https://github.com/ocsigen/js_of_ocaml/releases/download/3.5.0/js_of_ocaml-3.5.0.tbz"
+
checksum: [
+
"sha256=c19903c11a7e7657a4bb92de9ad910e6daf5afc9da7222dcd8fe8da8867f05b7"
+
"sha512=3aa852552abe268504f7e26841bd1c43e95dba0a5827f70b97230e900909c3fa94f59715b45ce658f0c2e298a0e89c882a994d5fcc6bcf75250cf0b94733fa88"
+
]
+
}
+31
packages/js_of_ocaml-tyxml/js_of_ocaml-tyxml.3.5.0/opam
···
+
opam-version: "2.0"
+
maintainer: "dev@ocsigen.org"
+
authors: "Ocsigen team"
+
bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues"
+
homepage: "http://ocsigen.github.io/js_of_ocaml"
+
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
+
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
+
"""
+
+
build: [["dune" "build" "-p" name "-j" jobs]]
+
+
depends: [
+
"ocaml" {>= "4.02.0"}
+
"dune" {>= "1.11.1"}
+
"tyxml" {>= "4.3"}
+
"reactiveData" {>= "0.2"}
+
"js_of_ocaml" {>= "3.0"}
+
"js_of_ocaml-ppx"
+
]
+
url {
+
src:
+
"https://github.com/ocsigen/js_of_ocaml/releases/download/3.5.0/js_of_ocaml-3.5.0.tbz"
+
checksum: [
+
"sha256=c19903c11a7e7657a4bb92de9ad910e6daf5afc9da7222dcd8fe8da8867f05b7"
+
"sha512=3aa852552abe268504f7e26841bd1c43e95dba0a5827f70b97230e900909c3fa94f59715b45ce658f0c2e298a0e89c882a994d5fcc6bcf75250cf0b94733fa88"
+
]
+
}
+33
packages/js_of_ocaml/js_of_ocaml.3.5.0/opam
···
+
opam-version: "2.0"
+
maintainer: "dev@ocsigen.org"
+
authors: "Ocsigen team"
+
bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues"
+
homepage: "http://ocsigen.github.io/js_of_ocaml"
+
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
+
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
+
"""
+
+
name: "js_of_ocaml"
+
+
build: [["dune" "build" "-p" name "-j" jobs]]
+
+
depends: [
+
"ocaml" {>= "4.02.0"}
+
"dune" {>= "1.11.1"}
+
"ocaml-migrate-parsetree" {>= "1.4"}
+
"ppx_tools_versioned" {>= "5.2.3"}
+
"uchar"
+
"js_of_ocaml-compiler"
+
]
+
url {
+
src:
+
"https://github.com/ocsigen/js_of_ocaml/releases/download/3.5.0/js_of_ocaml-3.5.0.tbz"
+
checksum: [
+
"sha256=c19903c11a7e7657a4bb92de9ad910e6daf5afc9da7222dcd8fe8da8867f05b7"
+
"sha512=3aa852552abe268504f7e26841bd1c43e95dba0a5827f70b97230e900909c3fa94f59715b45ce658f0c2e298a0e89c882a994d5fcc6bcf75250cf0b94733fa88"
+
]
+
}