this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #26572 from filipeom/opam-publish-flow_parser.0.246.0

Package flow_parser.0.246.0

authored by

Marcello Seri and committed by
GitHub
8a0891d4 82daa280

+30
+30
packages/flow_parser/flow_parser.0.246.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "flow@fb.com" 3 + authors: ["Flow Team <flow@fb.com>"] 4 + homepage: "https://github.com/facebook/flow/tree/master/src/parser" 5 + bug-reports: "https://github.com/facebook/flow/issues" 6 + license: "MIT" 7 + 8 + build: ["dune" "build" "-p" name "-j" jobs] 9 + depends: [ 10 + "ocaml" {>= "5.2.0"} 11 + "dune" {>= "3.2"} 12 + "base" {>= "v0.16.3"} 13 + "ppxlib" {>= "0.32.1"} 14 + "ppx_deriving" {build} 15 + "ppx_gen_rec" {build} 16 + "wtf8" 17 + ] 18 + dev-repo: "git+https://github.com/facebook/flow.git" 19 + synopsis: "The Flow parser is a JavaScript parser written in OCaml" 20 + description: """ 21 + 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. 22 + 23 + To find out more about Flow, check out <https://flow.org>.""" 24 + url { 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 + }