File tree Expand file tree Collapse file tree 10 files changed +216
-6
lines changed
melange-webapi/melange-webapi.0.21.0
reason-react-ppx/reason-react-ppx.0.13.0
server-reason-react.0.2.0
server-reason-react.0.3.0
server-reason-react.0.3.1 Expand file tree Collapse file tree 10 files changed +216
-6
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ bug-reports: "https://github.com/melange-community/melange-webapi/issues"
1212depends: [
1313 "dune" {>= "3.8"}
1414 "ocaml"
15- "melange" {>= "2.0.0"}
15+ "melange" {>= "2.0.0" & < "6.0.0" }
1616 "melange-fetch"
1717 "reason" {>= "3.10"}
1818 "ocaml-lsp-server" {with-test}
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Toolchain to produce JS from Reason/OCaml"
3+ maintainer: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"]
4+ authors: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"]
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.18"}
10+ "ocaml" {>= "4.14" & < "4.15"}
11+ "cmdliner" {>= "1.1.0"}
12+ "dune-build-info"
13+ "cppo" {build}
14+ "ppxlib" {>= "0.36"}
15+ "menhir" {>= "20201214"}
16+ "odoc" {with-doc}
17+ ]
18+ available: arch != "x86_32" & arch != "arm32"
19+ build: [
20+ ["dune" "subst"] {dev}
21+ [
22+ "dune"
23+ "build"
24+ "-p"
25+ name
26+ "-j"
27+ jobs
28+ "@install"
29+ "@doc" {with-doc}
30+ ]
31+ ]
32+ dev-repo: "git+https://github.com/melange-re/melange.git"
33+ x-maintenance-intent: ["(latest)"]
34+ url {
35+ src:
36+ "https://github.com/melange-re/melange/releases/download/6.0.1-414/melange-6.0.1-414.tbz"
37+ checksum: [
38+ "sha256=c1cce011864740dc43ee0f4e8130f70725f5e7042942cce653be5b6a8b439fb5"
39+ "sha512=04fc82d97d5b9632c4ee041414d9fe104556a8c329e7444ffd71017baa00612da103fda91c309fc29a16e143c29d8748e1b1035a74681b61ff65fcfdf7f4e59c"
40+ ]
41+ }
42+ x-commit-hash: "28109a0a976b48abf94c314602018a15a8a68858"
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Toolchain to produce JS from Reason/OCaml"
3+ maintainer: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"]
4+ authors: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"]
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.18"}
10+ "ocaml" {>= "5.1" & < "5.2"}
11+ "cmdliner" {>= "1.1.0"}
12+ "dune-build-info"
13+ "cppo" {build}
14+ "ppxlib" {>= "0.36"}
15+ "menhir" {>= "20201214"}
16+ "odoc" {with-doc}
17+ ]
18+ build: [
19+ ["dune" "subst"] {dev}
20+ [
21+ "dune"
22+ "build"
23+ "-p"
24+ name
25+ "-j"
26+ jobs
27+ "@install"
28+ "@doc" {with-doc}
29+ ]
30+ ]
31+ available: arch != "x86_32" & arch != "arm32"
32+ dev-repo: "git+https://github.com/melange-re/melange.git"
33+ x-maintenance-intent: ["(latest)"]
34+ url {
35+ src:
36+ "https://github.com/melange-re/melange/releases/download/6.0.1-51/melange-6.0.1-51.tbz"
37+ checksum: [
38+ "sha256=e4b6d50504d2f83d2be366fa0f7f815176679efc6a3b32a97bc53b8efbc7476e"
39+ "sha512=1079bbcd916793ba891b8322299d0f01db8cac144104c8d99dc420300c1e56dd27e2180b10026aec17e47690076afa4cdc60e23d847c0fd1ca28a675e0ef1933"
40+ ]
41+ }
42+ x-commit-hash: "2189e4fee34ca70ff2d5bd144122b1ecbbd23216"
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Toolchain to produce JS from Reason/OCaml"
3+ maintainer: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"]
4+ authors: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"]
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.18"}
10+ "ocaml" {>= "5.2" & < "5.3"}
11+ "cmdliner" {>= "1.1.0"}
12+ "dune-build-info"
13+ "cppo" {build}
14+ "ppxlib" {>= "0.36"}
15+ "menhir" {>= "20201214"}
16+ "odoc" {with-doc}
17+ ]
18+ build: [
19+ ["dune" "subst"] {dev}
20+ [
21+ "dune"
22+ "build"
23+ "-p"
24+ name
25+ "-j"
26+ jobs
27+ "@install"
28+ "@doc" {with-doc}
29+ ]
30+ ]
31+ available: arch != "x86_32" & arch != "arm32"
32+ dev-repo: "git+https://github.com/melange-re/melange.git"
33+ x-maintenance-intent: ["(latest)"]
34+ url {
35+ src:
36+ "https://github.com/melange-re/melange/releases/download/6.0.1-52/melange-6.0.1-52.tbz"
37+ checksum: [
38+ "sha256=20123039b9009362857915da348376b637023eebe2e1152f8c619f352564e558"
39+ "sha512=90d59d247691adcb6a9de74584db923cfb758b835466aa2230c907416d535acec39e34b76fb1ac00b4ee78ab8b56c8017cb4c5154e191db8ce15b54dcc84c545"
40+ ]
41+ }
42+ x-commit-hash: "3babd012feba66bf133acc5ded3f320513844229"
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Toolchain to produce JS from Reason/OCaml"
3+ maintainer: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"]
4+ authors: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"]
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.18"}
10+ "ocaml" {>= "5.3" & < "5.4"}
11+ "cmdliner" {>= "1.1.0"}
12+ "dune-build-info"
13+ "cppo" {build}
14+ "ppxlib" {>= "0.36"}
15+ "menhir" {>= "20201214"}
16+ "odoc" {with-doc}
17+ ]
18+ build: [
19+ ["dune" "subst"] {dev}
20+ [
21+ "dune"
22+ "build"
23+ "-p"
24+ name
25+ "-j"
26+ jobs
27+ "@install"
28+ "@doc" {with-doc}
29+ ]
30+ ]
31+ available: arch != "x86_32" & arch != "arm32"
32+ dev-repo: "git+https://github.com/melange-re/melange.git"
33+ x-maintenance-intent: ["(latest)"]
34+ url {
35+ src:
36+ "https://github.com/melange-re/melange/releases/download/6.0.1-53/melange-6.0.1-53.tbz"
37+ checksum: [
38+ "sha256=7b5fd122c16c29e01b736c2041fd4786d6be9f201722e10feee6ad5eb53d70bb"
39+ "sha512=8c3099db5328f833d55b5447342cb6a059f002e2e977b897c48b2b08515addf304d5c54b4462f21a05d6947c43634cf3edb55cffef5d491441ae42585b47061d"
40+ ]
41+ }
42+ x-commit-hash: "e298bf1f1979e170b7ef5828d9b288824c477227"
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Toolchain to produce JS from Reason/OCaml"
3+ maintainer: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"]
4+ authors: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"]
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.18"}
10+ "ocaml" {>= "5.4" & < "5.5"}
11+ "cmdliner" {>= "1.1.0"}
12+ "dune-build-info"
13+ "cppo" {build}
14+ "ppxlib" {>= "0.36"}
15+ "menhir" {>= "20201214"}
16+ "odoc" {with-doc}
17+ ]
18+ build: [
19+ ["dune" "subst"] {dev}
20+ [
21+ "dune"
22+ "build"
23+ "-p"
24+ name
25+ "-j"
26+ jobs
27+ "@install"
28+ "@doc" {with-doc}
29+ ]
30+ ]
31+ available: arch != "x86_32" & arch != "arm32"
32+ dev-repo: "git+https://github.com/melange-re/melange.git"
33+ x-maintenance-intent: ["(latest)"]
34+ url {
35+ src:
36+ "https://github.com/melange-re/melange/releases/download/6.0.1-54/melange-6.0.1-54.tbz"
37+ checksum: [
38+ "sha256=6d5e530fcaa52edef041d9bd5b44f28430c1145a3f3dd2571a08ac727b011667"
39+ "sha512=d18244080d0af70eca885bbc11357add73f5a3071c7dac241b7c78f7e451e0eea435aaa61aa87931a0f488c67e4c8d7b6945d0d41b50e506c1b6ab6fc6c4d1d4"
40+ ]
41+ }
42+ x-commit-hash: "05511c3e6c3c2a792f36852a7f8c57a107c452c8"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ doc: "https://reasonml.github.io/reason-react"
1414bug-reports: "https://github.com/reasonml/reason-react/issues"
1515depends: [
1616 "dune" {>= "3.9"}
17- "melange" {>= "2.0.0"}
17+ "melange" {>= "2.0.0" & < "6.0.0" }
1818 "ocaml" {>= "5.1.0"}
1919 "reason" {>= "3.10.0"}
2020 "ppxlib" {>= "0.28.0"}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ depends: [
99 "dune" {>= "3.9"}
1010 "ocaml" {>= "5.0.0"}
1111 "reason" {>= "3.10.0"}
12- "melange" {>= "3.0.0"}
12+ "melange" {>= "3.0.0" & < "6.0.0" }
1313 "ppxlib" {> "0.23.0"}
1414 "quickjs" {= "0.1.1"}
1515 "promise" {>= "1.1.2"}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ depends: [
99 "dune" {>= "3.9"}
1010 "ocaml" {>= "5.0.0"}
1111 "reason" {>= "3.10.0"}
12- "melange" {>= "3.0.0"}
12+ "melange" {>= "3.0.0" & < "6.0.0" }
1313 "ppxlib" {> "0.23.0"}
1414 "quickjs" {>= "0.1.1" & < "0.1.2"}
1515 "promise" {>= "1.1.2"}
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ depends: [
99 "dune" {>= "3.9"}
1010 "ocaml" {>= "5.0.0"}
1111 "reason" {>= "3.10.0"}
12- "melange" {>= "3.0.0"}
12+ "melange" {>= "3.0.0" & < "6.0.0" }
1313 "ppxlib" {> "0.23.0"}
14- "quickjs" {> = "0.1.2"}
14+ "quickjs" {= "0.1.2"}
1515 "promise" {>= "1.1.2"}
1616 "lwt" {>= "5.6.0"}
1717 "lwt_ppx" {>= "2.1.0"}
You can’t perform that action at this time.
0 commit comments