File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
packages/flow_parser/flow_parser.0.268.0 Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ 3+ authors: ["Flow Team <
[email protected] >"]
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" & < "0.36.0"}
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.268.0.tar.gz"
26+ checksum: [
27+ "md5=b179a80aea922c4afbe1fe8a15b17770"
28+ "sha512=70afc08a1c9319e8e22e33dedef49fde84fbe513ddd40f218756d6b551a6986334c1c2d2402ba0310084f9185a3de8d8bb538b937130ed8a3aca71f10450bcd0"
29+ ]
30+ }
You can’t perform that action at this time.
0 commit comments