Skip to content

Commit 62088a7

Browse files
authored
Merge pull request #23850 from anmonteiro/release-melange-1.0.0
[new release] rescript-syntax, reactjs-jsx-ppx and melange (1.0.0)
2 parents 0a02072 + 9e02a4b commit 62088a7

File tree

3 files changed

+123
-0
lines changed
  • packages
    • melange/melange.1.0.0
    • reactjs-jsx-ppx/reactjs-jsx-ppx.1.0.0
    • rescript-syntax/rescript-syntax.1.0.0

3 files changed

+123
-0
lines changed
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: "Toolchain to produce JS from Reason/OCaml"
3+
maintainer: ["Antonio Nuno Monteiro <[email protected]>"]
4+
authors: ["Antonio Nuno Monteiro <[email protected]>"]
5+
license: "LGPL-2.1-or-later"
6+
homepage: "https://github.com/melange-re/melange"
7+
bug-reports: "https://github.com/melange-re/melange/issues"
8+
depends: [
9+
"dune" {>= "3.8"}
10+
"ocaml" {>= "4.13.0"}
11+
"cmdliner" {>= "1.1.0"}
12+
"base64" {>= "3.1.0"}
13+
"dune-build-info"
14+
"cppo" {build}
15+
"ounit" {with-test}
16+
"reason" {with-test}
17+
"ppxlib"
18+
"menhir"
19+
"reactjs-jsx-ppx" {with-test}
20+
"odoc" {with-doc}
21+
]
22+
available: arch != "x86_32" & arch != "arm32"
23+
conflicts: [
24+
"ocaml-option-bytecode-only"
25+
]
26+
build: [
27+
["dune" "subst"] {dev}
28+
[
29+
"dune"
30+
"build"
31+
"-p"
32+
name
33+
"-j"
34+
jobs
35+
"@install"
36+
"@doc" {with-doc}
37+
]
38+
]
39+
dev-repo: "git+https://github.com/melange-re/melange.git"
40+
url {
41+
src:
42+
"https://github.com/melange-re/melange/releases/download/1.0.0/melange-1.0.0.tbz"
43+
checksum: [
44+
"sha256=01ff3a2711b3812889313288f9e0c8bfe2e17464b6b85282c5113cfc3b740968"
45+
"sha512=db9ac4554d0c9a8deabbdcd2ae05653964184916982c746ca794df6e2061444adaa6a0367bc1840825a007be3941643abd824aaff737a431b0e5347f7c558378"
46+
]
47+
}
48+
x-commit-hash: "c989a91761a9b1bcc8af80fb9653eab897360325"
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
opam-version: "2.0"
2+
synopsis: "ReactJS JSX PPX"
3+
maintainer: ["Antonio Nuno Monteiro <[email protected]>"]
4+
authors: ["Antonio Nuno Monteiro <[email protected]>"]
5+
license: "LGPL-2.1-or-later"
6+
homepage: "https://github.com/melange-re/melange"
7+
bug-reports: "https://github.com/melange-re/melange/issues"
8+
depends: [
9+
"dune" {>= "3.8"}
10+
"ocaml"
11+
"ppxlib" {>= "0.28.0"}
12+
"odoc" {with-doc}
13+
]
14+
build: [
15+
["dune" "subst"] {dev}
16+
[
17+
"dune"
18+
"build"
19+
"-p"
20+
name
21+
"-j"
22+
jobs
23+
"@install"
24+
"@runtest" {with-test}
25+
"@doc" {with-doc}
26+
]
27+
]
28+
dev-repo: "git+https://github.com/melange-re/melange.git"
29+
url {
30+
src:
31+
"https://github.com/melange-re/melange/releases/download/1.0.0/melange-1.0.0.tbz"
32+
checksum: [
33+
"sha256=01ff3a2711b3812889313288f9e0c8bfe2e17464b6b85282c5113cfc3b740968"
34+
"sha512=db9ac4554d0c9a8deabbdcd2ae05653964184916982c746ca794df6e2061444adaa6a0367bc1840825a007be3941643abd824aaff737a431b0e5347f7c558378"
35+
]
36+
}
37+
x-commit-hash: "c989a91761a9b1bcc8af80fb9653eab897360325"
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
opam-version: "2.0"
2+
synopsis: "ReScript syntax packaged as an opam library"
3+
maintainer: ["Antonio Nuno Monteiro <[email protected]>"]
4+
authors: ["Antonio Nuno Monteiro <[email protected]>"]
5+
license: "LGPL-2.1-or-later"
6+
homepage: "https://github.com/melange-re/melange"
7+
bug-reports: "https://github.com/melange-re/melange/issues"
8+
depends: [
9+
"dune" {>= "3.8"}
10+
"ocaml"
11+
"melange" {= version}
12+
"ppxlib" {>= "0.28.0"}
13+
"odoc" {with-doc}
14+
]
15+
build: [
16+
["dune" "subst"] {dev}
17+
[
18+
"dune"
19+
"build"
20+
"-p"
21+
name
22+
"-j"
23+
jobs
24+
"@install"
25+
"@runtest" {with-test}
26+
"@doc" {with-doc}
27+
]
28+
]
29+
dev-repo: "git+https://github.com/melange-re/melange.git"
30+
url {
31+
src:
32+
"https://github.com/melange-re/melange/releases/download/1.0.0/melange-1.0.0.tbz"
33+
checksum: [
34+
"sha256=01ff3a2711b3812889313288f9e0c8bfe2e17464b6b85282c5113cfc3b740968"
35+
"sha512=db9ac4554d0c9a8deabbdcd2ae05653964184916982c746ca794df6e2061444adaa6a0367bc1840825a007be3941643abd824aaff737a431b0e5347f7c558378"
36+
]
37+
}
38+
x-commit-hash: "c989a91761a9b1bcc8af80fb9653eab897360325"

0 commit comments

Comments
 (0)