Remove all {test} deps in jbuilder (#496)

The test deps themselves depend on jbuilder to build. This is not possible with
opam
This commit is contained in:
Rudi Grinberg 2018-02-08 03:04:54 +08:00 committed by GitHub
parent b46cef533a
commit c7b0d708c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 7 deletions

View File

@ -21,12 +21,5 @@ depends: [
# it is only a runtime dependency so that reinstalling ocamlfind
# doesn't resintall jbuilder
"ocamlfind" {build}
"menhir" {test}
"reason" {test}
"ocaml-migrate-parsetree" {test}
"ppx_driver" {test}
"odoc" {test}
"js_of_ocaml-compiler" {test}
"utop" {test}
]
available: [ ocaml-version >= "4.02.3" ]