v0.9.115.15+07

This commit is contained in:
Thomas Refis 2017-08-30 09:28:46 +01:00
parent 021fd8c864
commit a156733136

View File

@ -9,9 +9,9 @@ build: [
["jbuilder" "build" "-p" name "-j" jobs] ["jbuilder" "build" "-p" name "-j" jobs]
] ]
depends: [ depends: [
"jbuilder" {build & >= "1.0+beta8"}
"ppx_core" "ppx_core"
"ppx_driver" "ppx_driver"
"jbuilder" {build & >= "1.0+beta12"}
"ocaml-migrate-parsetree" {>= "0.4"} "ocaml-migrate-parsetree" {>= "0.4"}
] ]
available: [ ocaml-version >= "4.04.1" ] available: [ ocaml-version >= "4.04.1" ]