forked from rescript-lang/rescript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
rescript.opam
33 lines (33 loc) · 841 Bytes
/
rescript.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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "ReScript compiler"
maintainer: ["Hongbo Zhang <[email protected]>" "Cristiano Calcagno"]
authors: ["Hongbo Zhang <[email protected]>"]
license: "LGPL-3.0-or-later"
homepage: "https://github.com/rescript-lang/rescript-compiler"
bug-reports: "https://github.com/rescript-lang/rescript-compiler/issues"
depends: [
"ocaml" {>= "4.10"}
"ocamlformat" {with-test & = "0.26.2"}
"yojson" {with-test & = "2.2.2"}
"ocaml-lsp-server" {with-dev-setup & = "1.19.0"}
"cppo" {= "1.6.9"}
"js_of_ocaml" {= "5.8.1"}
"ounit2" {= "2.2.7"}
"reanalyze" {= "2.25.1"}
"dune"
]
build: [
["dune" "subst"] {pinned}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]