diff --git a/packages/eliom/eliom.12.0.0/opam b/packages/eliom/eliom.12.0.0/opam index b9a881fc0f35..9c573871664e 100644 --- a/packages/eliom/eliom.12.0.0/opam +++ b/packages/eliom/eliom.12.0.0/opam @@ -21,14 +21,14 @@ depends: [ "ocamlfind" "ppx_deriving" "ppxlib" {>= "0.37"} - "js_of_ocaml-compiler" {>= "6.3.2"} - "wasm_of_ocaml-compiler" {>= "6.3.2"} - "js_of_ocaml" {>= "6.3.2"} - "js_of_ocaml-lwt" {>= "6.3.2"} + "js_of_ocaml-compiler" {>= "6.3.2" & < "6.4.0"} + "wasm_of_ocaml-compiler" {>= "6.3.2" & < "6.4.0"} + "js_of_ocaml" {>= "6.3.2" & < "6.4.0"} + "js_of_ocaml-lwt" {>= "6.3.2" & < "6.4.0"} "js_of_ocaml-ocamlbuild" {build} - "js_of_ocaml-ppx" {>= "6.3.2"} - "js_of_ocaml-ppx_deriving_json" {>= "6.3.2"} - "js_of_ocaml-tyxml" {>= "6.3.2"} + "js_of_ocaml-ppx" {>= "6.3.2" & < "6.4.0"} + "js_of_ocaml-ppx_deriving_json" {>= "6.3.2" & < "6.4.0"} + "js_of_ocaml-tyxml" {>= "6.3.2" & < "6.4.0"} "logs" "tyxml" {>= "4.6" & < "4.7"} "ocsigenserver" {>= "7.0" & < "8.0"} diff --git a/packages/eliom/eliom.12.0.1/opam b/packages/eliom/eliom.12.0.1/opam index 66e362ae9500..eb8e73f6e7ed 100644 --- a/packages/eliom/eliom.12.0.1/opam +++ b/packages/eliom/eliom.12.0.1/opam @@ -21,14 +21,14 @@ depends: [ "ocamlfind" "ppx_deriving" "ppxlib" {>= "0.37"} - "js_of_ocaml-compiler" {>= "6.3.2"} - "wasm_of_ocaml-compiler" {>= "6.3.2"} - "js_of_ocaml" {>= "6.3.2"} - "js_of_ocaml-lwt" {>= "6.3.2"} + "js_of_ocaml-compiler" {>= "6.3.2" & < "6.4.0"} + "wasm_of_ocaml-compiler" {>= "6.3.2" & < "6.4.0"} + "js_of_ocaml" {>= "6.3.2" & < "6.4.0"} + "js_of_ocaml-lwt" {>= "6.3.2" & < "6.4.0"} "js_of_ocaml-ocamlbuild" {build} - "js_of_ocaml-ppx" {>= "6.3.2"} - "js_of_ocaml-ppx_deriving_json" {>= "6.3.2"} - "js_of_ocaml-tyxml" {>= "6.3.2"} + "js_of_ocaml-ppx" {>= "6.3.2" & < "6.4.0"} + "js_of_ocaml-ppx_deriving_json" {>= "6.3.2" & < "6.4.0"} + "js_of_ocaml-tyxml" {>= "6.3.2" & < "6.4.0"} "logs" "tyxml" {>= "4.6" & < "4.7"} "ocsigenserver" {>= "7.0" & < "8.0"} diff --git a/packages/js_of_ocaml-compiler/js_of_ocaml-compiler.6.0.1/opam b/packages/js_of_ocaml-compiler/js_of_ocaml-compiler.6.0.1/opam index ed835fe87d18..eef978b24c8a 100644 --- a/packages/js_of_ocaml-compiler/js_of_ocaml-compiler.6.0.1/opam +++ b/packages/js_of_ocaml-compiler/js_of_ocaml-compiler.6.0.1/opam @@ -12,7 +12,7 @@ doc: "https://ocsigen.org/js_of_ocaml/latest/manual/overview" bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues" depends: [ "dune" {>= "3.17"} - "ocaml" {>= "4.08" & < "5.4"} + "ocaml" {(>= "4.08" & < "4.14.3") | (>= "5.0" & < "5.4")} "num" {with-test} "ppx_expect" {>= "v0.16.1" & with-test} "ppxlib" {>= "0.15.0" & < "0.36.0"} diff --git a/packages/js_of_ocaml-compiler/js_of_ocaml-compiler.6.4.0/opam b/packages/js_of_ocaml-compiler/js_of_ocaml-compiler.6.4.0/opam new file mode 100644 index 000000000000..3795af9cfe98 --- /dev/null +++ b/packages/js_of_ocaml-compiler/js_of_ocaml-compiler.6.4.0/opam @@ -0,0 +1,67 @@ +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 "] +authors: ["Ocsigen team "] +license: [ + "GPL-2.0-or-later" "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" +] +homepage: "https://ocsigen.org/js_of_ocaml/latest/js_of_ocaml/overview.html" +doc: "https://ocsigen.org/js_of_ocaml/latest/js_of_ocaml/overview.html" +bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues" +depends: [ + "dune" {>= "3.20"} + "ocaml" {>= "4.13" & < "5.6"} + "num" {with-test} + "ppx_expect" {>= "v0.16.1" & with-test} + "ppxlib" {>= "0.33"} + "ocaml-compiler-libs" {>= "v0.12.4"} + "re" {with-test} + "cmdliner" {>= "2.0"} + "sedlex" {>= "3.3"} + "qcheck" {with-test} + "menhir" {>= "20180523"} + "menhirLib" + "menhirSdk" + "yojson" {>= "2.1"} + "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" +x-maintenance-intent: ["(latest)"] +build: [ + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@doc" {with-doc} + ] + ["cmdliner" "install" "tool-support" + "--update-opam-install=%{_:name}%.install" + "_build/install/default/bin/js_of_ocaml" {os-family != "windows"} + "_build/install/default/bin/js_of_ocaml.exe:js_of_ocaml" {os-family = "windows"} + "_build/cmdliner-install"] + ["cmdliner" "install" "tool-support" + "--update-opam-install=%{_:name}%.install" + "_build/install/default/bin/jsoo_minify" {os-family != "windows"} + "_build/install/default/bin/jsoo_minify.exe:jsoo_minify" {os-family = "windows"} + "_build/cmdliner-install"] +] +url { + src: + "https://github.com/ocsigen/js_of_ocaml/releases/download/6.4.0/js_of_ocaml-6.4.0.tbz" + checksum: [ + "sha256=7ae22a7e5a6c6aa14a8e2695fa62c66f32cb20db17f1b45dc21e97009342151f" + "sha512=6cea398d61d4be8e38e912ba7e4bad4f7b81b10d946cdf29026274b5a4b2cc2709fb75e23f7cbe2db335cc65679c262a8aa1b9148effc987d6e79665a7538286" + ] +} +x-commit-hash: "e4d950bc1cbcb0f8fc61cce06b0c6a2c55f94581" diff --git a/packages/js_of_ocaml-lwt/js_of_ocaml-lwt.6.4.0/opam b/packages/js_of_ocaml-lwt/js_of_ocaml-lwt.6.4.0/opam new file mode 100644 index 000000000000..8ecf02438ae8 --- /dev/null +++ b/packages/js_of_ocaml-lwt/js_of_ocaml-lwt.6.4.0/opam @@ -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 "] +authors: ["Ocsigen team "] +license: [ + "GPL-2.0-or-later" "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" +] +homepage: "https://ocsigen.org/js_of_ocaml/latest/js_of_ocaml/overview.html" +doc: "https://ocsigen.org/js_of_ocaml/latest/js_of_ocaml/overview.html" +bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues" +depends: [ + "dune" {>= "3.20"} + "ocaml" {>= "4.13"} + "js_of_ocaml" {= version} + "js_of_ocaml-ppx" {= version} + "lwt" {>= "2.4.4" & != "5.9.2"} + "num" {with-test} + "ppx_expect" {>= "v0.14.2" & 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" +x-maintenance-intent: ["(latest)"] +build: [ + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@doc" {with-doc} + ] +] +url { + src: + "https://github.com/ocsigen/js_of_ocaml/releases/download/6.4.0/js_of_ocaml-6.4.0.tbz" + checksum: [ + "sha256=7ae22a7e5a6c6aa14a8e2695fa62c66f32cb20db17f1b45dc21e97009342151f" + "sha512=6cea398d61d4be8e38e912ba7e4bad4f7b81b10d946cdf29026274b5a4b2cc2709fb75e23f7cbe2db335cc65679c262a8aa1b9148effc987d6e79665a7538286" + ] +} +x-commit-hash: "e4d950bc1cbcb0f8fc61cce06b0c6a2c55f94581" diff --git a/packages/js_of_ocaml-ppx/js_of_ocaml-ppx.6.4.0/opam b/packages/js_of_ocaml-ppx/js_of_ocaml-ppx.6.4.0/opam new file mode 100644 index 000000000000..d2edde3eb221 --- /dev/null +++ b/packages/js_of_ocaml-ppx/js_of_ocaml-ppx.6.4.0/opam @@ -0,0 +1,45 @@ +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 "] +authors: ["Ocsigen team "] +license: [ + "GPL-2.0-or-later" "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" +] +homepage: "https://ocsigen.org/js_of_ocaml/latest/js_of_ocaml/overview.html" +doc: "https://ocsigen.org/js_of_ocaml/latest/js_of_ocaml/overview.html" +bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues" +depends: [ + "dune" {>= "3.20"} + "ocaml" {>= "4.13"} + "js_of_ocaml" {= version} + "ppxlib" {>= "0.33"} + "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" +x-maintenance-intent: ["(latest)"] +build: [ + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@doc" {with-doc} + ] +] +url { + src: + "https://github.com/ocsigen/js_of_ocaml/releases/download/6.4.0/js_of_ocaml-6.4.0.tbz" + checksum: [ + "sha256=7ae22a7e5a6c6aa14a8e2695fa62c66f32cb20db17f1b45dc21e97009342151f" + "sha512=6cea398d61d4be8e38e912ba7e4bad4f7b81b10d946cdf29026274b5a4b2cc2709fb75e23f7cbe2db335cc65679c262a8aa1b9148effc987d6e79665a7538286" + ] +} +x-commit-hash: "e4d950bc1cbcb0f8fc61cce06b0c6a2c55f94581" diff --git a/packages/js_of_ocaml-ppx_deriving_json/js_of_ocaml-ppx_deriving_json.6.4.0/opam b/packages/js_of_ocaml-ppx_deriving_json/js_of_ocaml-ppx_deriving_json.6.4.0/opam new file mode 100644 index 000000000000..d2edde3eb221 --- /dev/null +++ b/packages/js_of_ocaml-ppx_deriving_json/js_of_ocaml-ppx_deriving_json.6.4.0/opam @@ -0,0 +1,45 @@ +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 "] +authors: ["Ocsigen team "] +license: [ + "GPL-2.0-or-later" "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" +] +homepage: "https://ocsigen.org/js_of_ocaml/latest/js_of_ocaml/overview.html" +doc: "https://ocsigen.org/js_of_ocaml/latest/js_of_ocaml/overview.html" +bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues" +depends: [ + "dune" {>= "3.20"} + "ocaml" {>= "4.13"} + "js_of_ocaml" {= version} + "ppxlib" {>= "0.33"} + "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" +x-maintenance-intent: ["(latest)"] +build: [ + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@doc" {with-doc} + ] +] +url { + src: + "https://github.com/ocsigen/js_of_ocaml/releases/download/6.4.0/js_of_ocaml-6.4.0.tbz" + checksum: [ + "sha256=7ae22a7e5a6c6aa14a8e2695fa62c66f32cb20db17f1b45dc21e97009342151f" + "sha512=6cea398d61d4be8e38e912ba7e4bad4f7b81b10d946cdf29026274b5a4b2cc2709fb75e23f7cbe2db335cc65679c262a8aa1b9148effc987d6e79665a7538286" + ] +} +x-commit-hash: "e4d950bc1cbcb0f8fc61cce06b0c6a2c55f94581" diff --git a/packages/js_of_ocaml-toplevel/js_of_ocaml-toplevel.6.4.0/opam b/packages/js_of_ocaml-toplevel/js_of_ocaml-toplevel.6.4.0/opam new file mode 100644 index 000000000000..44ffb2c887ba --- /dev/null +++ b/packages/js_of_ocaml-toplevel/js_of_ocaml-toplevel.6.4.0/opam @@ -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 "] +authors: ["Ocsigen team "] +license: [ + "GPL-2.0-or-later" "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" +] +homepage: "https://ocsigen.org/js_of_ocaml/latest/js_of_ocaml/overview.html" +doc: "https://ocsigen.org/js_of_ocaml/latest/js_of_ocaml/overview.html" +bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues" +depends: [ + "dune" {>= "3.20"} + "ocaml" {>= "4.13"} + "js_of_ocaml-compiler" {= version} + "ocamlfind" {>= "1.5.1"} + "graphics" {with-test} + "num" {with-test} + "ppx_expect" {>= "v0.14.2" & with-test} + "ppxlib" {>= "0.33"} + "re" {>= "1.9.0" & with-test} + "odoc" {with-doc} +] +dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git" +x-maintenance-intent: ["(latest)"] +build: [ + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@doc" {with-doc} + ] +] +url { + src: + "https://github.com/ocsigen/js_of_ocaml/releases/download/6.4.0/js_of_ocaml-6.4.0.tbz" + checksum: [ + "sha256=7ae22a7e5a6c6aa14a8e2695fa62c66f32cb20db17f1b45dc21e97009342151f" + "sha512=6cea398d61d4be8e38e912ba7e4bad4f7b81b10d946cdf29026274b5a4b2cc2709fb75e23f7cbe2db335cc65679c262a8aa1b9148effc987d6e79665a7538286" + ] +} +x-commit-hash: "e4d950bc1cbcb0f8fc61cce06b0c6a2c55f94581" diff --git a/packages/js_of_ocaml-tyxml/js_of_ocaml-tyxml.6.4.0/opam b/packages/js_of_ocaml-tyxml/js_of_ocaml-tyxml.6.4.0/opam new file mode 100644 index 000000000000..dc4f8faae8a3 --- /dev/null +++ b/packages/js_of_ocaml-tyxml/js_of_ocaml-tyxml.6.4.0/opam @@ -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 "] +authors: ["Ocsigen team "] +license: [ + "GPL-2.0-or-later" "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" +] +homepage: "https://ocsigen.org/js_of_ocaml/latest/js_of_ocaml/overview.html" +doc: "https://ocsigen.org/js_of_ocaml/latest/js_of_ocaml/overview.html" +bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues" +depends: [ + "dune" {>= "3.20"} + "ocaml" {>= "4.13"} + "js_of_ocaml" {= version} + "js_of_ocaml-ppx" {= version} + "react" {>= "1.2.2"} + "reactiveData" {>= "0.2"} + "tyxml" {>= "4.6"} + "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" +x-maintenance-intent: ["(latest)"] +build: [ + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@doc" {with-doc} + ] +] +url { + src: + "https://github.com/ocsigen/js_of_ocaml/releases/download/6.4.0/js_of_ocaml-6.4.0.tbz" + checksum: [ + "sha256=7ae22a7e5a6c6aa14a8e2695fa62c66f32cb20db17f1b45dc21e97009342151f" + "sha512=6cea398d61d4be8e38e912ba7e4bad4f7b81b10d946cdf29026274b5a4b2cc2709fb75e23f7cbe2db335cc65679c262a8aa1b9148effc987d6e79665a7538286" + ] +} +x-commit-hash: "e4d950bc1cbcb0f8fc61cce06b0c6a2c55f94581" diff --git a/packages/js_of_ocaml/js_of_ocaml.6.4.0/opam b/packages/js_of_ocaml/js_of_ocaml.6.4.0/opam new file mode 100644 index 000000000000..004778478433 --- /dev/null +++ b/packages/js_of_ocaml/js_of_ocaml.6.4.0/opam @@ -0,0 +1,45 @@ +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 "] +authors: ["Ocsigen team "] +license: [ + "GPL-2.0-or-later" "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" +] +homepage: "https://ocsigen.org/js_of_ocaml/latest/js_of_ocaml/overview.html" +doc: "https://ocsigen.org/js_of_ocaml/latest/js_of_ocaml/overview.html" +bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues" +depends: [ + "dune" {>= "3.20"} + "ocaml" {>= "4.13"} + "js_of_ocaml-compiler" {= version} + "num" {with-test} + "ppx_expect" {>= "v0.14.2" & with-test} + "ppxlib" {>= "0.33"} + "re" {>= "1.9.0" & with-test} + "odoc" {with-doc} +] +dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git" +x-maintenance-intent: ["(latest)"] +build: [ + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@doc" {with-doc} + ] +] +url { + src: + "https://github.com/ocsigen/js_of_ocaml/releases/download/6.4.0/js_of_ocaml-6.4.0.tbz" + checksum: [ + "sha256=7ae22a7e5a6c6aa14a8e2695fa62c66f32cb20db17f1b45dc21e97009342151f" + "sha512=6cea398d61d4be8e38e912ba7e4bad4f7b81b10d946cdf29026274b5a4b2cc2709fb75e23f7cbe2db335cc65679c262a8aa1b9148effc987d6e79665a7538286" + ] +} +x-commit-hash: "e4d950bc1cbcb0f8fc61cce06b0c6a2c55f94581" diff --git a/packages/promise_jsoo/promise_jsoo.0.1.0/opam b/packages/promise_jsoo/promise_jsoo.0.1.0/opam index 391bb6b50e65..926353b4eeee 100644 --- a/packages/promise_jsoo/promise_jsoo.0.1.0/opam +++ b/packages/promise_jsoo/promise_jsoo.0.1.0/opam @@ -8,8 +8,8 @@ bug-reports: "https://github.com/mnxn/promise_jsoo/issues" depends: [ "ocaml" {>= "4.08"} "dune" {>= "2.7"} - "js_of_ocaml" - "js_of_ocaml-ppx" + "js_of_ocaml" {< "6.4.0"} + "js_of_ocaml-ppx" {< "6.4.0"} "gen_js_api" "webtest" {with-test} "webtest-js" {with-test} diff --git a/packages/promise_jsoo/promise_jsoo.0.2.0/opam b/packages/promise_jsoo/promise_jsoo.0.2.0/opam index dcb4639e8820..d0dce889dcf6 100644 --- a/packages/promise_jsoo/promise_jsoo.0.2.0/opam +++ b/packages/promise_jsoo/promise_jsoo.0.2.0/opam @@ -8,8 +8,8 @@ bug-reports: "https://github.com/mnxn/promise_jsoo/issues" depends: [ "dune" {>= "2.7"} "ocaml" {>= "4.08"} - "js_of_ocaml" - "js_of_ocaml-ppx" + "js_of_ocaml" {< "6.4.0"} + "js_of_ocaml-ppx" {< "6.4.0"} "gen_js_api" "webtest" {with-test} "webtest-js" {with-test} diff --git a/packages/promise_jsoo/promise_jsoo.0.3.0/opam b/packages/promise_jsoo/promise_jsoo.0.3.0/opam index aa9ff1e6595e..b9c8aec9f210 100644 --- a/packages/promise_jsoo/promise_jsoo.0.3.0/opam +++ b/packages/promise_jsoo/promise_jsoo.0.3.0/opam @@ -8,8 +8,8 @@ bug-reports: "https://github.com/mnxn/promise_jsoo/issues" depends: [ "dune" {>= "2.7"} "ocaml" {>= "4.08"} - "js_of_ocaml" - "js_of_ocaml-ppx" + "js_of_ocaml" {< "6.4.0"} + "js_of_ocaml-ppx" {< "6.4.0"} "gen_js_api" "webtest" {with-test} "webtest-js" {with-test} diff --git a/packages/promise_jsoo/promise_jsoo.0.3.1/opam b/packages/promise_jsoo/promise_jsoo.0.3.1/opam index 26f535c4191e..2ff28a3f3326 100644 --- a/packages/promise_jsoo/promise_jsoo.0.3.1/opam +++ b/packages/promise_jsoo/promise_jsoo.0.3.1/opam @@ -8,8 +8,8 @@ bug-reports: "https://github.com/mnxn/promise_jsoo/issues" depends: [ "dune" {>= "2.7"} "ocaml" {>= "4.08"} - "js_of_ocaml" - "js_of_ocaml-ppx" + "js_of_ocaml" {< "6.4.0"} + "js_of_ocaml-ppx" {< "6.4.0"} "gen_js_api" "webtest" {with-test} "webtest-js" {with-test} diff --git a/packages/promise_jsoo_lwt/promise_jsoo_lwt.0.4.2/opam b/packages/promise_jsoo_lwt/promise_jsoo_lwt.0.4.2/opam index 6bd49810bb2b..692832882ecc 100644 --- a/packages/promise_jsoo_lwt/promise_jsoo_lwt.0.4.2/opam +++ b/packages/promise_jsoo_lwt/promise_jsoo_lwt.0.4.2/opam @@ -9,7 +9,7 @@ bug-reports: "https://github.com/mnxn/promise_jsoo/issues" depends: [ "dune" {>= "2.7"} "ocaml" {>= "4.08"} - "promise_jsoo" + "promise_jsoo" {>= "0.4.0"} "lwt" "gen_js_api" {>= "1.0.8"} "webtest" {with-test} diff --git a/packages/promise_jsoo_lwt/promise_jsoo_lwt.0.4.3/opam b/packages/promise_jsoo_lwt/promise_jsoo_lwt.0.4.3/opam index 3ab90cc36422..f48e4e591e34 100644 --- a/packages/promise_jsoo_lwt/promise_jsoo_lwt.0.4.3/opam +++ b/packages/promise_jsoo_lwt/promise_jsoo_lwt.0.4.3/opam @@ -9,7 +9,7 @@ bug-reports: "https://github.com/mnxn/promise_jsoo/issues" depends: [ "dune" {>= "2.7"} "ocaml" {>= "4.08"} - "promise_jsoo" + "promise_jsoo" {>= "0.4.0"} "lwt" "gen_js_api" {>= "1.0.8"} "webtest" {with-test} diff --git a/packages/wasm_of_ocaml-compiler/wasm_of_ocaml-compiler.6.4.0/opam b/packages/wasm_of_ocaml-compiler/wasm_of_ocaml-compiler.6.4.0/opam new file mode 100644 index 000000000000..8205a0fc8a59 --- /dev/null +++ b/packages/wasm_of_ocaml-compiler/wasm_of_ocaml-compiler.6.4.0/opam @@ -0,0 +1,63 @@ +opam-version: "2.0" +synopsis: "Compiler from OCaml bytecode to WebAssembly" +description: + "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" +maintainer: ["Ocsigen team "] +authors: ["Ocsigen team "] +license: [ + "GPL-2.0-or-later" "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" +] +homepage: "https://ocsigen.org/js_of_ocaml/latest/js_of_ocaml/overview.html" +doc: "https://ocsigen.org/js_of_ocaml/latest/js_of_ocaml/overview.html" +bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues" +depends: [ + "dune" {>= "3.20"} + "ocaml" {>= "4.14"} + "js_of_ocaml" {= version} + "num" {with-test} + "ppx_expect" {>= "v0.14.2" & with-test} + "ppxlib" {>= "0.33"} + "re" {with-test} + "cmdliner" {>= "2.0"} + "opam-format" {with-test} + "sedlex" {>= "2.3"} + "menhir" {>= "20180523"} + "menhirLib" + "menhirSdk" + "yojson" {>= "2.1"} + "conf-binaryen" + "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" +x-maintenance-intent: ["(latest)"] +build: [ + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@doc" {with-doc} + ] + ["cmdliner" "install" "tool-support" + "--update-opam-install=%{_:name}%.install" + "_build/install/default/bin/wasm_of_ocaml" {os-family != "windows"} + "_build/install/default/bin/wasm_of_ocaml.exe:wasm_of_ocaml" {os-family = "windows"} + "_build/cmdliner-install"] +] +url { + src: + "https://github.com/ocsigen/js_of_ocaml/releases/download/6.4.0/js_of_ocaml-6.4.0.tbz" + checksum: [ + "sha256=7ae22a7e5a6c6aa14a8e2695fa62c66f32cb20db17f1b45dc21e97009342151f" + "sha512=6cea398d61d4be8e38e912ba7e4bad4f7b81b10d946cdf29026274b5a4b2cc2709fb75e23f7cbe2db335cc65679c262a8aa1b9148effc987d6e79665a7538286" + ] +} +x-commit-hash: "e4d950bc1cbcb0f8fc61cce06b0c6a2c55f94581"