File tree 1 file changed +45
-0
lines changed
packages/melange/melange.5.0.0-53
1 file changed +45
-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.13"}
10
+ "ocaml" {>= "5.3"}
11
+ "cmdliner" {>= "1.1.0"}
12
+ "dune-build-info"
13
+ "cppo" {build}
14
+ "ounit" {with-test}
15
+ "reason" {dev & with-test}
16
+ "ppxlib" {>= "0.30.0"}
17
+ "menhir" {>= "20201214"}
18
+ "reason-react-ppx" {with-test & post}
19
+ "merlin" {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/5.0.0-53/melange-5.0.0-53.tbz"
40
+ checksum: [
41
+ "sha256=659dff4dd844250ef8437c09916aa888e3447d5eb1efbcf449bafc7008ab5db0"
42
+ "sha512=1051b793452b3a7e053aa3ca6d2e3742d75eb39da04bce8e53fc8753fa593391446342604a6740f9c346e81b2781a709648bf6a8a97a2342e2549c7401a1b0eb"
43
+ ]
44
+ }
45
+ x-commit-hash: "db197fbdbc5d65599925ca35b125385a1b8d80c0"
You can’t perform that action at this time.
0 commit comments