Skip to content

Commit 0f0128e

Browse files
committed
opam: update metadata
This allows to build and test the packages when pinning them in an opam switch Signed-off-by: Pau Ruiz Safont <[email protected]>
1 parent 11cdb69 commit 0f0128e

10 files changed

+21
-11
lines changed

forkexec.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ depends: [
1616
"ppx_deriving_rpc"
1717
"rpclib"
1818
"uuid"
19-
"xapi-idl"
19+
"xapi-log"
2020
"xapi-stdext-pervasives"
2121
"xapi-stdext-unix"
2222
]

http-svr.opam

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ depends: [
1818
"sha"
1919
"stunnel"
2020
"uuid"
21+
"xapi-idl"
22+
"xapi-log"
2123
"xapi-stdext-date"
2224
"xapi-stdext-pervasives"
2325
"xapi-stdext-threads"

rrddump.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors: "John Else"
66
tags: "org:xapi-project"
77
homepage: "https://github.com/xapi-project/xen-api"
88
bug-reports: "https://github.com/xapi-project/xen-api/issues"
9-
depends: ["xapi-rrd" "xmlm"]
9+
depends: ["rrd-transport" "xapi-rrd" "xmlm"]
1010
build: ["dune" "build" "-p" name "-j" jobs]
1111
dev-repo: "git+https://github.com/xapi-project/xen-api.git"
1212
url {

stunnel.opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ depends: [
1414
"forkexec"
1515
"safe-resources"
1616
"uuid"
17-
"xapi-idl"
17+
"xapi-consts"
18+
"xapi-log"
1819
"xapi-inventory"
1920
"xapi-stdext-pervasives"
2021
"xapi-stdext-threads"

uuid.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ depends: [
1414
"ocaml"
1515
"dune"
1616
"alcotest" {with-test}
17+
"uuidm"
1718
]
1819
synopsis: "Library required by xapi"
1920
description: """

vhd-tool.opam

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ depends: [
3030
"tar"
3131
"vhd-format"
3232
"vhd-format-lwt"
33+
"xapi-idl"
34+
"xapi-log"
3335
"xenstore"
3436
"xenstore_transport"
3537
]

xapi-compression.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ depends: [
1212
"dune"
1313
"forkexec"
1414
"safe-resources"
15+
"xapi-log"
1516
"xapi-stdext-pervasives"
1617
"xapi-stdext-unix"
1718
]

xapi-consts.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ build: [
1111
depends: [
1212
"ocaml"
1313
"dune" {build & >= "1.4"}
14+
"dune-build-info"
1415
"xapi-inventory"
1516
]
1617
synopsis: "The xapi toolstack daemon which implements the XenAPI"

xapi-idl.opam

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,9 @@ depends: [
2828
"re"
2929
"xapi-rrd"
3030
"sexplib"
31-
"base-threads"
32-
"base-unix"
3331
"uri"
3432
"xapi-backtrace"
33+
"xapi-open-uri"
3534
"xapi-stdext-date"
3635
"xapi-stdext-pervasives"
3736
"xapi-stdext-threads"

xapi-squeezed.opam

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,22 @@ build: [
1010
]
1111
depends: [
1212
"ocaml"
13+
"astring"
14+
"cohttp" {>= "0.11.0"}
1315
"dune"
16+
"re"
17+
"rpclib"
18+
"uri"
1419
"uuid"
20+
"xapi-idl"
21+
"xapi-log"
1522
"xapi-stdext-pervasives"
1623
"xapi-stdext-threads"
1724
"xapi-stdext-unix"
18-
"cohttp" {>= "0.11.0"}
19-
"uri"
20-
"re"
21-
"rpclib"
22-
"xapi-idl"
25+
"xapi-types"
26+
"xenctrl" {>= "0.9.20"}
2327
"xenstore"
2428
"xenstore_transport"
25-
"xenctrl" {>= "0.9.20"}
2629
]
2730
synopsis: "A memory ballooning daemon for the Xen hypervisor"
2831
description: """

0 commit comments

Comments
 (0)