forked from facebook/flow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopam
31 lines (31 loc) · 688 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
opam-version: "1.2"
name: "flowtype"
version: "0.46.0"
maintainer: "gabe@fb.com"
homepage: "https://flow.org"
dev-repo: "https://github.com/facebook/flow.git"
bug-reports: "https://github.com/facebook/flow/issues"
authors: [
"Avik Chaudhuri"
"Basil Hosmer"
"Gabe Levi"
"Jeff Morrison"
"Marshall Roch"
"Sam Goldman"
"James Kyle"
]
doc: "https://flow.org/en/docs/getting-started/"
license: "BSD3"
depends: [
"base-unix"
"base-bytes"
"ocamlbuild" {build}
"sedlex"
]
available: [ocaml-version >= "4.03.0" & ocaml-version < "4.04.0"]
build: [ [ make ] ]
depexts: [
[ ["debian"] ["libelf-dev"] ]
[ ["ubuntu"] ["libelf-dev"] ]
[ ["centos"] ["elfutils-libelf-devel"] ]
]