Skip to content

Commit

Permalink
Merge pull request #8541 from gabelevi/flow_parser
Browse files Browse the repository at this point in the history
+flow_parser.0.40.0
  • Loading branch information
gasche committed Mar 17, 2017
2 parents e9becb1 + 0536135 commit 053b7a3
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/flow_parser/flow_parser.0.40.0/descr
@@ -0,0 +1,6 @@
The Flow parser is a JavaScript parser written in OCaml. It produces an AST
that conforms to SpiderMonkey's Parser API and that mostly matches what esprima
produces. 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 <http://flowtype.org>.
24 changes: 24 additions & 0 deletions packages/flow_parser/flow_parser.0.40.0/opam
@@ -0,0 +1,24 @@
opam-version: "1.2"
maintainer: "gabe@fb.com"
authors: [
"Avik Chaudhuri"
"Basil Hosmer"
"Gabe Levi"
"Jeff Morrison"
"Marshall Roch"
"Sam Goldman"
"James Kyle"
]
homepage: "https://github.com/facebook/flow/tree/master/src/parser"
bug-reports: "https://github.com/facebook/flow/issues"
license: "BSD3"

build: [ "sh" "-c" "cd src/parser && make ocamlfind-install" ]

remove: ["ocamlfind" "remove" "flow_parser"]
depends: [
"ocamlfind" {build}
"ocamlbuild" {build}
]
available: [ocaml-version >= "4.01.0"]
dev-repo: "https://github.com/facebook/flow.git"
2 changes: 2 additions & 0 deletions packages/flow_parser/flow_parser.0.40.0/url
@@ -0,0 +1,2 @@
archive: "https://github.com/facebook/flow/archive/v0.40.0.tar.gz"
checksum: "661a4345d3111978276576908050f638"

0 comments on commit 053b7a3

Please sign in to comment.