Skip to content

Commit

Permalink
Merge pull request #715 from psafont/private/paus/refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
psafont authored Feb 3, 2025
2 parents 99e411a + 911db57 commit d2b1d26
Show file tree
Hide file tree
Showing 9 changed files with 53 additions and 15 deletions.
1 change: 1 addition & 0 deletions packages/http-lib/http-lib.master/opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ depends: [
"safe-resources" {= version}
"sha"
"stunnel" {= version}
"tgroup"
"uri"
"uuid" {= version}
"xapi-backtrace"
Expand Down
31 changes: 31 additions & 0 deletions packages/tgroup/tgroup.master/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
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"}
"xapi-log"
"xapi-stdext-unix"
"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"
url {
src: "https://github.com/xapi-project/xen-api/archive/master.tar.gz"
}
2 changes: 1 addition & 1 deletion packages/vhd-format-lwt/vhd-format-lwt.master/opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ homepage: "https://github.com/mirage/ocaml-vhd"
bug-reports: "https://github.com/mirage/ocaml-vhd/issues"
depends: [
"dune" {>= "3.15"}
"ocaml" {>= "4.10"}
"ocaml" {>= "4.10.0"}
"alcotest" {with-test}
"alcotest-lwt" {with-test & >= "1.0.0"}
"bigarray-compat" {>= "1.1.0"}
Expand Down
7 changes: 4 additions & 3 deletions packages/vhd-format/vhd-format.master/opam
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
opam-version: "2.0"
name: "vhd-format"
synopsis: "Pure OCaml library to read/write VHD format data"
description: """\
description: """
A pure OCaml library to read and write
[vhd](http://en.wikipedia.org/wiki/VHD_(file_format)) format data, plus a
simple command-line tool which allows vhd files to be interrogated,
manipulated, format-converted and streamed to and from files and remote
servers."""
servers.
"""
maintainer: "[email protected]"
authors: ["Dave Scott" "Jon Ludlam"]
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
Expand All @@ -17,14 +18,14 @@ homepage: "https://github.com/mirage/ocaml-vhd"
doc: "https://mirage.github.io/ocaml-vhd/"
bug-reports: "https://github.com/mirage/ocaml-vhd/issues"
depends: [
"dune" {>= "3.15"}
"ocaml" {>= "4.10.0"}
"bigarray-compat" {>= "1.1.0"}
"cstruct" {>= "6.0.0"}
"io-page"
"rresult" {>= "0.3.0"}
"uuidm" {>= "0.9.9"}
"stdlib-shims"
"dune" {>= "2.8"}
"ppx_cstruct" {build & >= "3.0.0"}
]
available: os = "linux" | os = "macos"
Expand Down
1 change: 1 addition & 0 deletions packages/xapi-idl/xapi-idl.master/opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ depends: [
"ipaddr"
"logs"
"lwt" {>= "5.0.0"}
"message-switch-lwt" {with-test}
"message-switch-core"
"message-switch-unix"
"mtime"
Expand Down
17 changes: 9 additions & 8 deletions packages/xapi-storage-script/xapi-storage-script.master/opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,20 @@ build: [[ "dune" "build" "-p" name "-j" jobs ]]
depends: [
"ocaml"
"dune" {>= "3.15"}
"base"
"conf-python-3" {with-test}
"xapi-idl" {>= "0.10.0"}
"xapi-storage"
"base"
"inotify"
"lwt"
"message-switch-lwt"
"message-switch-unix"
"rpclib"
"ppx_deriving_rpc"
"ppx_sexp_conv"
"rpclib"
"rpclib-lwt"
"sexplib0"
"xapi-idl" {>= "0.10.0"}
"xapi-stdext-date"
]
# python 2.7 is not enough to ensure the availability of 'python' in these
depexts: [
["python"] {os-family = "debian" & with-test}
"xapi-storage"
]
synopsis: "A directory full of scripts can be a Xapi storage implementation"
description: """
Expand Down
6 changes: 3 additions & 3 deletions packages/xapi-tools/xapi-tools.master/opam
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,16 @@ depends: [
"xmlm"
"yojson"
"rrd-transport"
"xapi-tracing-export"
"xen-api-client"
"alcotest" {with-test}
"ppx_deriving_rpc" {with-test}
"qcheck-core" {with-test}
"xapi-test-utils" {with-test}
"xapi-tracing-export"
"xen-api-client"
"xenstore_transport" {with-test}
"odoc" {with-doc}
]
dev-repo: "git+https://github.com/xapi-project/xen-api.git"
build: [
["./configure"]
["dune" "subst"] {dev}
Expand All @@ -52,7 +53,6 @@ build: [
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/xapi-project/xen-api.git"
url {
src: "https://github.com/xapi-project/xen-api/archive/master.tar.gz"
}
2 changes: 2 additions & 0 deletions packages/xapi/xapi.master/opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ 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"
Expand Down Expand Up @@ -63,6 +64,7 @@ depends: [
"tar"
"tar-unix"
"uri"
"tgroup"
"uuid" {= version}
"uutf"
"uuidm"
Expand Down
1 change: 1 addition & 0 deletions tools/sync-xapi-metadata.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ rrdd-plugin $XAPI/xen-api
safe-resources $XAPI/xen-api
sexpr $XAPI/xen-api
stunnel $XAPI/xen-api
tgroup $XAPI/xen-api
uuid $XAPI/xen-api
varstored-guard $XAPI/xen-api
vhd-format $XAPI/xen-api
Expand Down

0 comments on commit d2b1d26

Please sign in to comment.