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>"]
5homepage: "https://github.com/melange-re/melange"
6bug-reports: "https://github.com/melange-re/melange/issues"
7license: "LGPL-2.1-or-later"
8depends: [
9 "dune" {>= "3.5"}
10 "ocaml" {>= "4.14.0" & < "4.15.0"}
11 "melange-compiler-libs" {>= "0.0.1-414"}
12 "reason" {>= "3.8.1" & < "3.9.0"}
13 "cmdliner" {>= "1.1.0"}
14 "base64" {>= "3.1.0"}
15 "ounit" {with-test}
16 "odoc" {with-doc}
17]
18build: [
19 ["dune" "subst"] {dev}
20 [
21 "dune"
22 "build"
23 "-p"
24 name
25 "-j"
26 jobs
27 "@install"
28 "@runtest" {with-test}
29 "@doc" {with-doc}
30 ]
31]
32available: arch != "x86_32" & arch != "arm32"
33dev-repo: "git+https://github.com/melange-re/melange.git"
34url {
35 src:
36 "https://github.com/melange-re/melange/releases/download/0.2.0/melange-0.2.0.tbz"
37 checksum: [
38 "sha256=83101338bab931280c2e4f27baf246e0759ecb292ec451e2528ff8141663a135"
39 "sha512=062edb295cd8e78292ab9a381d8ff96ef8041aaaf0b540c9751c9c77d5f4a803027ed22da4ceb1248b2687e66c0ca3e2d2559945778c590cc50b663d5e6e63e2"
40 ]
41}
42x-commit-hash: "70669ab34e9af32c72fb6af1c676adfe69a04199"