forked from xapi-project/xen-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxapi.opam
121 lines (121 loc) · 2.75 KB
/
xapi.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "The toolstack daemon which implements the XenAPI"
description:
"This daemon exposes the XenAPI and is used by clients such as 'xe' and 'XenCenter' to manage clusters of Xen-enabled hosts."
maintainer: ["Xapi project maintainers"]
authors: ["[email protected]"]
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
homepage: "https://xapi-project.github.io/"
bug-reports: "https://github.com/xapi-project/xen-api/issues"
depends: [
"dune" {>= "3.15"}
"ocaml" {>= "4.09"}
"alcotest" {with-test}
"angstrom"
"astring"
"base-threads"
"base64"
"bos" {with-test}
"cdrom"
"cmdliner"
"cohttp"
"conf-pam"
"crowbar" {with-test}
"cstruct"
"ctypes"
"ctypes-foreign"
"domain-name"
"ezxenstore" {= version}
"fmt"
"fd-send-recv"
"hex"
"http-lib" {with-test & = version}
"integers"
"ipaddr"
"logs"
"magic-mime"
"mirage-crypto"
"mirage-crypto-pk"
"mirage-crypto-rng" {>= "0.11.0"}
"message-switch-unix" {= version}
"mtime"
"opentelemetry-client-ocurl"
"pci"
"pciutil" {= version}
"polly"
"ppx_deriving_rpc"
"ppx_sexp_conv"
"ppx_deriving"
"psq"
"ptime"
"qcheck-alcotest"
"qcheck-core"
"re"
"result"
"rpclib"
"rrdd-plugin" {= version}
"rresult"
"sexpr"
"sexplib"
"sexplib0"
"sha"
"stunnel" {= version}
"tar"
"tar-unix"
"uri"
"tgroup"
"uuid" {= version}
"uutf"
"uuidm"
"x509"
"xapi-backtrace"
"xapi-client" {= version}
"xapi-cli-protocol" {= version}
"xapi-consts" {= version}
"xapi-datamodel" {= version}
"xapi-expiry-alerts" {= version}
"xapi-idl" {= version}
"xapi-inventory" {= version}
"xapi-log" {= version}
"xapi-stdext-date" {= version}
"xapi-stdext-pervasives" {= version}
"xapi-stdext-std" {= version}
"xapi-stdext-threads" {= version}
"xapi-stdext-unix" {= version}
"xapi-stdext-zerocheck" {= version}
"xapi-test-utils" {with-test}
"xapi-tracing" {= version}
"xapi-tracing-export" {= version}
"xapi-types" {= version}
"xen-api-client-lwt" {= version}
"xenctrl"
"xenstore_transport"
"xmlm"
"xml-light2" {= version}
"yojson"
"zstd" {= version}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/xapi-project/xen-api.git"
depexts: [
["hwdata" "libxxhash-dev" "libxxhash0"] {os-distribution = "debian"}
["hwdata" "libxxhash-dev" "libxxhash0"] {os-distribution = "ubuntu"}
["hwdata" "xxhash-devel" "xxhash-libs"] {os-distribution = "centos"}
["hwdata" "xxhash-devel" "xxhash-libs"] {os-distribution = "fedora"}
["hwdata" "xxhash-dev" "xxhash"] {os-distribution = "alpine"}
]