opam-version: "2.0" maintainer: "flow@fb.com" # note that the opam packages is not officially maintained by the upstream # see https://github.com/facebook/flow/pull/9121 for upstream discussion authors: ["Flow Team "] homepage: "https://github.com/facebook/flow/tree/master/src/parser" bug-reports: "https://github.com/facebook/flow/issues" license: "MIT" build: ["dune" "build" "-p" name "-j" jobs] depends: [ "ocaml" {>= "4.14.0" & < "5.2"} "dune" {>= "3.2"} "base" {>= "v0.14.1"} "ppxlib" {>= "0.26.0" & < "0.36.0"} "ppx_deriving" {build} "ppx_gen_rec" {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.229.1.tar.gz" checksum: [ "sha256=1d45d9e8da6f2409e6544068d15ce200e3e9c9d7187219b7bbbe144944c97ae2" "md5=8a71ada3866d6c3a9f3825a48965501b" ] }