File tree Expand file tree Collapse file tree 3 files changed +120
-0
lines changed
reactjs-jsx-ppx/reactjs-jsx-ppx.1.0.0
rescript-syntax/rescript-syntax.1.0.0 Expand file tree Collapse file tree 3 files changed +120
-0
lines changed 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 <
[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+ build: [
23+ ["dune" "subst"] {dev}
24+ [
25+ "dune"
26+ "build"
27+ "-p"
28+ name
29+ "-j"
30+ jobs
31+ "@install"
32+ "@runtest" {with-test}
33+ "@doc" {with-doc}
34+ ]
35+ ]
36+ dev-repo: "git+https://github.com/melange-re/melange.git"
37+ url {
38+ src:
39+ "https://github.com/melange-re/melange/releases/download/1.0.0/melange-1.0.0.tbz"
40+ checksum: [
41+ "sha256=01ff3a2711b3812889313288f9e0c8bfe2e17464b6b85282c5113cfc3b740968"
42+ "sha512=db9ac4554d0c9a8deabbdcd2ae05653964184916982c746ca794df6e2061444adaa6a0367bc1840825a007be3941643abd824aaff737a431b0e5347f7c558378"
43+ ]
44+ }
45+ x-commit-hash: "c989a91761a9b1bcc8af80fb9653eab897360325"
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments