forked from facebook/flow
-
Notifications
You must be signed in to change notification settings - Fork 1
/
opam
32 lines (32 loc) · 804 Bytes
/
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
opam-version: "1.2"
name: "flowtype"
version: "0.86.0"
maintainer: "flow@fb.com"
homepage: "https://flow.org"
dev-repo: "https://github.com/facebook/flow.git"
bug-reports: "https://github.com/facebook/flow/issues"
authors: ["Flow Team <flow@fb.com>"]
doc: "https://flow.org/en/docs/getting-started/"
license: "MIT"
depends: [
"base-unix"
"base-bytes"
"dtoa" { >= "0.3.1" }
"ocamlbuild" {build}
"ocamlfind" {build}
"core_kernel" { = "v0.11.1" }
"sedlex" { >= "1.99.4" }
"lwt" { >= "3.3.0" }
"lwt_log" { = "1.0.0" }
"lwt_ppx" { >= "1.1.0" }
"ppx_deriving" {build}
"ppx_gen_rec" {build}
"ppx_tools_versioned" { = "5.2" }
"visitors" {build}
"wtf8"
]
available: [ocaml-version >= "4.05.0"]
build: [ [ "env" "FLOW_RELEASE=1" make ] ]
depexts: [
[["alpine"] ["linux-headers"]]
]