forked from xapi-project/xen-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
xen-api-client.opam
34 lines (34 loc) · 890 Bytes
/
xen-api-client.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
opam-version: "2.0"
maintainer: "[email protected]"
authors: [ "David Scott" "Anil Madhavapeddy" "Jerome Maloberti" "John Else" "Jon Ludlam" "Thomas Sanders" "Mike McClurg" ]
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
homepage: "https://github.com/xapi-project/xen-api"
dev-repo: "git+https://github.com/xapi-project/xen-api.git"
bug-reports: "https://github.com/xapi-project/xen-api/issues"
tags: [
"org:xapi-project"
]
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"ocaml"
"dune" {>= "2.0"}
"astring"
"cohttp" {>= "0.22.0"}
"re"
"rpclib"
"xapi-rrd"
"uri"
"uuid"
"xapi-client"
"xapi-types"
"xmlm"
"ounit2" {with-test}
]
synopsis:
"Xen-API client library for remotely-controlling a xapi host"
url {
src: "https://github.com/xapi-project/xen-api/archive/master.tar.gz"
}