Skip to content

Commit 4554eb2

Browse files
authored
Merge pull request ocaml#27804 from filipeom/opam-publish-flow_parser.0.268.0
Package flow_parser.0.268.0
2 parents caaf2dc + 302af33 commit 4554eb2

File tree

1 file changed

+30
-0
lines changed
  • packages/flow_parser/flow_parser.0.268.0

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
opam-version: "2.0"
2+
maintainer: "[email protected]"
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+
}

0 commit comments

Comments
 (0)