opam-version: "2.0" maintainer: "flow@fb.com" authors: ["Flow Team "] homepage: "https://github.com/facebook/flow/tree/master/src/parser" bug-reports: "https://github.com/facebook/flow/issues" license: "MIT" build: [ make "-C" "src/parser" "build-parser" ] install: [ make "-C" "src/parser" "ocamlfind-install"] depends: [ "base" {>= "v0.14.1"} "core_kernel" {>= "v0.14.1"} "dtoa" {>= "0.3.2"} "ocaml" {>= "4.10.2" & < "4.13~"} "ocamlbuild" {build} "ocamlfind" {build} "ppx_deriving" {build} "ppx_gen_rec" {build} "sedlex" {>= "2.3"} "visitors" {build} "wtf8" ] dev-repo: "git+https://github.com/facebook/flow.git" synopsis: "The Flow parser is a JavaScript parser written in OCaml" description: """ 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. To find out more about Flow, check out .""" url { src: "https://github.com/facebook/flow/archive/refs/tags/v0.159.0.tar.gz" checksum: [ "sha256=0b82c6a406513e7b10409a1d25817f75519802d49e243e82447a82985fdf009f" "md5=824010f5b4ac764a52d830890012aff2" ] }