add build deps

master
Fabien Freling 2020-09-03 19:05:20 +02:00
parent fe419d7705
commit 2f6374e0f3
1 changed files with 4 additions and 2 deletions

View File

@ -8,8 +8,10 @@ license: "MIT"
homepage: "http://code.ffreling.com/fabs/vg-store"
bug-reports: "http://code.ffreling.com/fabs/vg-store/issues"
depends: [
"mechaml"
"lwt_ssl"
"ocaml" {build & >= "4.11.0"}
"dune" {build & >= "2.7.0"}
"mechaml" {>= "1.2.0"}
"lwt_ssl" {>= "1.1.0"}
]
build: ["dune" "build" "-p" name "-j" jobs]
dev-repo: "git+http://code.ffreling.com/fabs/vg-store"