···11+opam-version: "2.0"
22+maintainer: "flow@fb.com"
33+authors: ["Flow Team <flow@fb.com>"]
44+homepage: "https://github.com/facebook/flow/tree/master/src/parser"
55+bug-reports: "https://github.com/facebook/flow/issues"
66+license: "MIT"
77+88+build: ["dune" "build" "-p" name "-j" jobs]
99+depends: [
1010+ "ocaml" {>= "5.2.0"}
1111+ "dune" {>= "3.2"}
1212+ "base" {>= "v0.16.3"}
1313+ "ppxlib" {>= "0.32.1"}
1414+ "ppx_deriving" {build}
1515+ "ppx_gen_rec" {build}
1616+ "wtf8"
1717+]
1818+dev-repo: "git+https://github.com/facebook/flow.git"
1919+synopsis: "The Flow parser is a JavaScript parser written in OCaml"
2020+description: """
2121+It produces an AST that conforms to ESTree. The Flow Parser can be compiled to native code or can be compiled to JavaScript using js_of_ocaml.
2222+2323+To find out more about Flow, check out <https://flow.org>."""
2424+url {
2525+ src: "https://github.com/facebook/flow/archive/refs/tags/v0.246.0.tar.gz"
2626+ checksum: [
2727+ "md5=5c57d271f28352f52dff2dadd7cfff02"
2828+ "sha512=01c10524a82fc31f66a882cb250ea840c40d07e57bf9eec4c9e0ae2aacf750c1de3ed69d5fcc74eb69ed55b8b1987d674970784622b3232a23a7129789c159c9"
2929+ ]
3030+}