Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

+flow_parser.0.40.0 #8541

Merged
merged 2 commits into from Mar 17, 2017
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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>.
21 changes: 21 additions & 0 deletions packages/flow_parser/flow_parser.0.40.0/opam
@@ -0,0 +1,21 @@
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}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this require a ocamlbuild dependency as well, as per #8550 ?

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"