forked from xapi-project/xen-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vhd-tool.opam
41 lines (41 loc) · 834 Bytes
/
vhd-tool.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
opam-version: "2.0"
maintainer: "[email protected]"
authors: [ "[email protected]" ]
homepage: "https://github.com/xapi-project/xen-api"
bug-reports: "https://github.com/xapi-project/xen-api/issues"
dev-repo: "git+https://github.com/xapi-project/xen-api.git"
tags: [
"org:mirage"
"org:xapi-project"
]
build: [[ "dune" "build" "-p" name "-j" jobs ]
]
depends: [
"ocaml"
"dune"
"alcotest-lwt" {with-test}
"cohttp-lwt"
"conf-libssl"
"cstruct" {>= "3.0.0"}
"forkexec"
"io-page"
"lwt"
"nbd-unix"
"ocaml-migrate-parsetree"
"ppx_cstruct"
"ppx_deriving_rpc"
"re"
"rpclib"
"sha"
"tar"
"vhd-format"
"vhd-format-lwt"
"xapi-idl"
"xapi-log"
"xenstore"
"xenstore_transport"
]
synopsis: ".vhd file manipulation"
url {
src: "https://github.com/xapi-project/xen-api/archive/master.tar.gz"
}