Skip to content

Commit

Permalink
Add ocamlbuild as a dependency of flow_parser
Browse files Browse the repository at this point in the history
  • Loading branch information
gabelevi committed Mar 17, 2017
1 parent f456ff0 commit 0536135
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/flow_parser/flow_parser.0.40.0/opam
Expand Up @@ -16,6 +16,9 @@ license: "BSD3"
build: [ "sh" "-c" "cd src/parser && make ocamlfind-install" ]

remove: ["ocamlfind" "remove" "flow_parser"]
depends: "ocamlfind" {build}
depends: [
"ocamlfind" {build}
"ocamlbuild" {build}
]
available: [ocaml-version >= "4.01.0"]
dev-repo: "https://github.com/facebook/flow.git"

0 comments on commit 0536135

Please sign in to comment.