forked from xapi-project/xen-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
xapi-idl.opam
62 lines (62 loc) · 1.55 KB
/
xapi-idl.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# This file is generated by dune, edit dune-project instead
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
opam-version: "2.0"
authors: "Dave Scott"
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"
maintainer: "xapi project maintainers"
tags: [ "org:xapi-project" ]
build: [["dune" "build" "-p" name "-j" jobs]]
run-test: [[ "dune" "runtest" "-p" name "-j" jobs ]]
depends: [
"ocaml"
"dune" {>= "3.15"}
"alcotest" {with-test}
"fmt" {with-test}
"astring"
"cmdliner"
"cohttp"
"cohttp-posix"
"fd-send-recv"
"ipaddr"
"logs"
"lwt" {>= "5.0.0"}
"message-switch-async" {with-test}
"message-switch-core"
"message-switch-unix"
"mtime"
"ppx_deriving_rpc"
"ppx_deriving"
"ppx_sexp_conv"
"re"
"result"
"rpclib"
"rresult"
"sexplib"
"sexplib0"
"uri"
"uuidm"
"xapi-backtrace"
"xapi-open-uri"
"xapi-rrd"
"xapi-stdext-date"
"xapi-stdext-pervasives"
"xapi-stdext-std"
"xapi-stdext-threads"
"xapi-stdext-unix"
"xapi-tracing"
"xapi-inventory"
"xmlm"
]
synopsis: "Interface descriptions and common boilerplate for xapi services"
description: """
The xapi toolstack is a set of communicating services including
- xenopsd: low-level Xen domain management
- networkd: host network configuration
- squeezed: balances memory between domains
- rrdd: manages datasources and records history
plus storage 'plugins'"""
url {
src: "https://github.com/xapi-project/xen-api/archive/master.tar.gz"
}