-
-
Notifications
You must be signed in to change notification settings - Fork 52
/
Copy pathmelange.opam
35 lines (35 loc) · 894 Bytes
/
melange.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Toolchain to produce JS from Reason/OCaml"
maintainer: ["Antonio Nuno Monteiro <[email protected]>"]
authors: ["Antonio Nuno Monteiro <[email protected]>"]
license: "LGPL-2.1-or-later"
homepage: "https://github.com/melange-re/melange"
bug-reports: "https://github.com/melange-re/melange/issues"
depends: [
"dune" {>= "3.7"}
"ocaml" {>= "4.14.0" & < "4.15.0"}
"melange-compiler-libs" {>= "0.0.1-414"}
"cmdliner" {>= "1.1.0"}
"base64" {>= "3.1.0"}
"cppo" {build}
"ounit" {with-test}
"reason" {with-test}
"reactjs-jsx-ppx" {with-test}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/melange-re/melange.git"