this repo has no description

Merge pull request #27415 from anmonteiro/release-melange-5.0.0-53

[new release] melange (5.0.0)

Changed files
+180 -1
packages
melange
melange.5.0.0-414
melange.5.0.0-51
melange.5.0.0-52
melange.5.0.0-53
reason-react
reason-react.0.15.0
+45
packages/melange/melange.5.0.0-414/opam
···
+
opam-version: "2.0"
+
synopsis: "Toolchain to produce JS from Reason/OCaml"
+
maintainer: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"]
+
authors: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"]
+
license: "LGPL-2.1-or-later"
+
homepage: "https://github.com/melange-re/melange"
+
bug-reports: "https://github.com/melange-re/melange/issues"
+
depends: [
+
"dune" {>= "3.13"}
+
"ocaml" {>= "4.14" & < "5.0"}
+
"cmdliner" {>= "1.1.0"}
+
"dune-build-info"
+
"cppo" {build}
+
"ounit" {with-test}
+
"reason" {dev & with-test}
+
"ppxlib" {>= "0.30.0"}
+
"menhir" {>= "20201214"}
+
"reason-react-ppx" {with-test & post}
+
"merlin" {with-test}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@doc" {with-doc}
+
]
+
]
+
available: arch != "x86_32" & arch != "arm32"
+
dev-repo: "git+https://github.com/melange-re/melange.git"
+
url {
+
src:
+
"https://github.com/melange-re/melange/releases/download/5.0.0-414/melange-5.0.0-414.tbz"
+
checksum: [
+
"sha256=d3bfad131e9be5d518f78f551762b6d87a914a82a6bc1c27c68ec1fc6a9bfaba"
+
"sha512=d496721aba46a93df32858ecb35f4a3ec9d8511d6db0525cfaba0ebd5fd3911ec93e00a1cd2ecf5063fa38df61af544e22adc0a5170db43e76d995bfaf62a0fc"
+
]
+
}
+
x-commit-hash: "212c9c51e9b3f81bec7fb4b612cba0a45739aae4"
+45
packages/melange/melange.5.0.0-51/opam
···
+
opam-version: "2.0"
+
synopsis: "Toolchain to produce JS from Reason/OCaml"
+
maintainer: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"]
+
authors: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"]
+
license: "LGPL-2.1-or-later"
+
homepage: "https://github.com/melange-re/melange"
+
bug-reports: "https://github.com/melange-re/melange/issues"
+
depends: [
+
"dune" {>= "3.13"}
+
"ocaml" {>= "5.1" & < "5.2"}
+
"cmdliner" {>= "1.1.0"}
+
"dune-build-info"
+
"cppo" {build}
+
"ounit" {with-test}
+
"reason" {dev & with-test}
+
"ppxlib" {>= "0.30.0"}
+
"menhir" {>= "20201214"}
+
"reason-react-ppx" {with-test & post}
+
"merlin" {with-test}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@doc" {with-doc}
+
]
+
]
+
available: arch != "x86_32" & arch != "arm32"
+
dev-repo: "git+https://github.com/melange-re/melange.git"
+
url {
+
src:
+
"https://github.com/melange-re/melange/releases/download/5.0.0-51/melange-5.0.0-51.tbz"
+
checksum: [
+
"sha256=acf53aa6acc40e8e6178690784c19fc2c17c7a50e8868a6d35b6d9c867162ca0"
+
"sha512=8d4d97714a33c3b67d2d927fc06b08817ab9ec11cc31d7cf217d88c06b4e77644e3d7fe5a30af6dfc8782f69b62e98f67aa48e340c78625b89fc7f65c5ff9703"
+
]
+
}
+
x-commit-hash: "c5a2c52121e591e4435bbfe0a04f0a257a1f0df7"
+45
packages/melange/melange.5.0.0-52/opam
···
+
opam-version: "2.0"
+
synopsis: "Toolchain to produce JS from Reason/OCaml"
+
maintainer: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"]
+
authors: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"]
+
license: "LGPL-2.1-or-later"
+
homepage: "https://github.com/melange-re/melange"
+
bug-reports: "https://github.com/melange-re/melange/issues"
+
depends: [
+
"dune" {>= "3.13"}
+
"ocaml" {>= "5.2" & < "5.3"}
+
"cmdliner" {>= "1.1.0"}
+
"dune-build-info"
+
"cppo" {build}
+
"ounit" {with-test}
+
"reason" {dev & with-test}
+
"ppxlib" {>= "0.30.0"}
+
"menhir" {>= "20201214"}
+
"reason-react-ppx" {with-test & post}
+
"merlin" {with-test}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@doc" {with-doc}
+
]
+
]
+
available: arch != "x86_32" & arch != "arm32"
+
dev-repo: "git+https://github.com/melange-re/melange.git"
+
url {
+
src:
+
"https://github.com/melange-re/melange/releases/download/5.0.0-52/melange-5.0.0-52.tbz"
+
checksum: [
+
"sha256=0f28c188cbe7087b9f15ea64f311cc326554fa3ff2102bd5ecccb859e016e164"
+
"sha512=9a1f163a31c5715f213240b21f904c7fcee521e8739a612645389a6aefc872f527c2498fc90a4b234dee38cc0cf09fc723a340690b0ae44de8a22d9bc51fee42"
+
]
+
}
+
x-commit-hash: "e09eeff6112d8c5daf2d24f37be1f9ccb69e523e"
+45
packages/melange/melange.5.0.0-53/opam
···
+
opam-version: "2.0"
+
synopsis: "Toolchain to produce JS from Reason/OCaml"
+
maintainer: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"]
+
authors: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"]
+
license: "LGPL-2.1-or-later"
+
homepage: "https://github.com/melange-re/melange"
+
bug-reports: "https://github.com/melange-re/melange/issues"
+
depends: [
+
"dune" {>= "3.13"}
+
"ocaml" {>= "5.3" & < "5.4"}
+
"cmdliner" {>= "1.1.0"}
+
"dune-build-info"
+
"cppo" {build}
+
"ounit" {with-test}
+
"reason" {dev & with-test}
+
"ppxlib" {>= "0.30.0"}
+
"menhir" {>= "20201214"}
+
"reason-react-ppx" {with-test & post}
+
"merlin" {with-test}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@doc" {with-doc}
+
]
+
]
+
available: arch != "x86_32" & arch != "arm32"
+
dev-repo: "git+https://github.com/melange-re/melange.git"
+
url {
+
src:
+
"https://github.com/melange-re/melange/releases/download/5.0.0-53/melange-5.0.0-53.tbz"
+
checksum: [
+
"sha256=659dff4dd844250ef8437c09916aa888e3447d5eb1efbcf449bafc7008ab5db0"
+
"sha512=1051b793452b3a7e053aa3ca6d2e3742d75eb39da04bce8e53fc8753fa593391446342604a6740f9c346e81b2781a709648bf6a8a97a2342e2549c7401a1b0eb"
+
]
+
}
+
x-commit-hash: "db197fbdbc5d65599925ca35b125385a1b8d80c0"
-1
packages/reason-react/reason-react.0.15.0/opam
···
"-j"
jobs
"@install"
-
"@runtest" {with-test}
"@doc" {with-doc}
]
]