this repo has no description
1opam-version: "2.0" 2maintainer: "flow@fb.com" 3authors: ["Flow Team <flow@fb.com>"] 4homepage: "https://github.com/facebook/flow/tree/master/src/parser" 5bug-reports: "https://github.com/facebook/flow/issues" 6license: "MIT" 7 8build: ["dune" "build" "-p" name "-j" jobs] 9depends: [ 10 "ocaml" {>= "5.2.0" & < "5.3"} 11 "dune" {>= "3.2"} 12 "base" {>= "v0.16.3"} 13 "ppxlib" {>= "0.32.1" & < "0.36.0"} 14 "ppx_deriving" {build} 15 "ppx_gen_rec" {build} 16 "wtf8" 17] 18dev-repo: "git+https://github.com/facebook/flow.git" 19synopsis: "The Flow parser is a JavaScript parser written in OCaml" 20description: """ 21It 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. 22 23To find out more about Flow, check out <https://flow.org>.""" 24url { 25 src: "https://github.com/facebook/flow/archive/refs/tags/v0.246.0.tar.gz" 26 checksum: [ 27 "md5=5c57d271f28352f52dff2dadd7cfff02" 28 "sha512=01c10524a82fc31f66a882cb250ea840c40d07e57bf9eec4c9e0ae2aacf750c1de3ed69d5fcc74eb69ed55b8b1987d674970784622b3232a23a7129789c159c9" 29 ] 30}