add build deps
This commit is contained in:
parent
fe419d7705
commit
2f6374e0f3
|
@ -8,8 +8,10 @@ license: "MIT"
|
||||||
homepage: "http://code.ffreling.com/fabs/vg-store"
|
homepage: "http://code.ffreling.com/fabs/vg-store"
|
||||||
bug-reports: "http://code.ffreling.com/fabs/vg-store/issues"
|
bug-reports: "http://code.ffreling.com/fabs/vg-store/issues"
|
||||||
depends: [
|
depends: [
|
||||||
"mechaml"
|
"ocaml" {build & >= "4.11.0"}
|
||||||
"lwt_ssl"
|
"dune" {build & >= "2.7.0"}
|
||||||
|
"mechaml" {>= "1.2.0"}
|
||||||
|
"lwt_ssl" {>= "1.1.0"}
|
||||||
]
|
]
|
||||||
build: ["dune" "build" "-p" name "-j" jobs]
|
build: ["dune" "build" "-p" name "-j" jobs]
|
||||||
dev-repo: "git+http://code.ffreling.com/fabs/vg-store"
|
dev-repo: "git+http://code.ffreling.com/fabs/vg-store"
|
||||||
|
|
Loading…
Reference in a new issue