this repo has no description
1opam-version: "2.0"
2synopsis: "Toolchain to produce JS from Reason/OCaml"
3maintainer: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"]
4authors: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"]
5license: "LGPL-2.1-or-later"
6homepage: "https://github.com/melange-re/melange"
7bug-reports: "https://github.com/melange-re/melange/issues"
8depends: [
9 "dune" {>= "3.13"}
10 "ocaml" {>= "5.2" & < "5.3"}
11 "cmdliner" {>= "1.1.0"}
12 "dune-build-info"
13 "cppo" {build}
14 "ounit" {with-test}
15 "reason" {with-test & >= "3.9.0"}
16 "ppxlib" {>= "0.30.0" & < "0.36.0"}
17 "menhir" {>= "20201214"}
18 "reason-react-ppx" {with-test & post}
19 "merlin" {with-test}
20 "odoc" {with-doc}
21]
22build: [
23 ["dune" "subst"] {dev}
24 [
25 "dune"
26 "build"
27 "-p"
28 name
29 "-j"
30 jobs
31 "@install"
32 "@doc" {with-doc}
33 ]
34]
35available: arch != "x86_32" & arch != "arm32"
36dev-repo: "git+https://github.com/melange-re/melange.git"
37url {
38 src:
39 "https://github.com/melange-re/melange/releases/download/4.0.1-52/melange-4.0.1-52.tbz"
40 checksum: [
41 "sha256=91494286a42d2d7ef387dd062b6de26ccab223f308a74b0c60b8e43d7f6f7537"
42 "sha512=7517c7c651f118f7e2418f58fa97296890ed4623d6fdc801ff7b7abc3ae799142829c537c4dcbb1fec7c15d017cd3f85b527cad1af8b230b3da32474fdfc88df"
43 ]
44}
45x-commit-hash: "5aa952ce811d750d9295d8b6b2d092d7d5392140"