opam-version: "1.2"
name: "flowtype"
version: "0.51.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" { >= "1.99.4" }
]
available: [ocaml-version >= "4.03.0"]
build: [ [ "env" "FLOW_RELEASE=1" make ] ]
depexts: [
]
