Skip to content

Commit

Permalink
Merge pull request #703 from psafont/remove-packages
Browse files Browse the repository at this point in the history
xs-extra: update metadata from xen-api.git
  • Loading branch information
psafont authored Oct 2, 2024
2 parents d885c10 + 064c7b0 commit 00e4051
Show file tree
Hide file tree
Showing 62 changed files with 239 additions and 491 deletions.
15 changes: 2 additions & 13 deletions packages/xs-extra-dummy/xs-toolstack.master/opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,42 +18,31 @@ depends: [
"nbd-tool"
"pciutil"
"polly"
"rrd2csv"
"rrdd-plugin"
"rrdd-plugins"
"rrddump"
"rrd-transport"
"safe-resources"
"sexpr"
"stunnel"
"uuid"
"varstored-guard"
"vhd-tool"
"wsproxy"
"xapi"
"xapi-client"
"xapi-cli-protocol"
"xapi-clusterd"
"xapi-clusterd-test"
"xapi-compression"
"xapi-debug"
"xapi-forkexecd"
"xapi-idl"
"xapi-nbd"
"xapi-networkd"
"xapi-plugin"
"xapi-rrd"
"xapi-rrdd"
"xapi-rrdd-plugin"
"xapi-rrd-transport-utils"
"xapi-sdk"
"xapi-squeezed"
"xapi-storage"
"xapi-storage-cli"
"xapi-storage-script"
"xapi-xenopsd"
"xapi-xenopsd-cli"
"xapi-xenopsd-xc"
"xapi-xenopsd-simulator"
"xapi-tools"
"xe"
"xen-api-client"
"xen-api-client-async"
Expand Down
1 change: 1 addition & 0 deletions packages/xs-extra/clock.master/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ depends: [
"ocaml" {>= "4.12"}
"alcotest" {with-test}
"astring"
"fmt"
"mtime"
"ptime"
"xapi-log" {= version}
Expand Down
2 changes: 1 addition & 1 deletion packages/xs-extra/cohttp-posix.master/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build: [[ "dune" "build" "-p" name "-j" jobs ]]
available: [ os = "linux" ]
depends: [
"ocaml"
"dune"
"dune" {>= "3.15"}
"cohttp"
]
synopsis: "Library required by xapi"
Expand Down
2 changes: 2 additions & 0 deletions packages/xs-extra/forkexec.master/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ homepage: "https://xapi-project.github.io/"
bug-reports: "https://github.com/xapi-project/xen-api/issues"
depends: [
"dune" {>= "3.15"}
"astring"
"base-threads"
"fd-send-recv" {>= "2.0.0"}
"ppx_deriving_rpc"
"rpclib"
"uuid" {= version}
"xapi-backtrace"
"xapi-log" {= version}
"xapi-stdext-pervasives" {= version}
"xapi-stdext-unix" {= version}
Expand Down
2 changes: 1 addition & 1 deletion packages/xs-extra/gzip.master/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build: [[ "dune" "build" "-p" name "-j" jobs ]]
available: [ os = "linux" ]
depends: [
"ocaml"
"dune"
"dune" {>= "3.15"}
"xapi-compression"
]
synopsis: "Library required by xapi"
Expand Down
6 changes: 6 additions & 0 deletions packages/xs-extra/http-lib.master/opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,16 @@ depends: [
"alcotest" {with-test}
"astring"
"base64" {>= "3.1.0"}
"fmt"
"ipaddr"
"mtime"
"ppx_deriving_rpc"
"qcheck-core" {with-test}
"rpclib"
"safe-resources" {= version}
"sha"
"stunnel" {= version}
"uri"
"uuid" {= version}
"xapi-backtrace"
"xapi-idl" {= version}
Expand Down
8 changes: 7 additions & 1 deletion packages/xs-extra/message-switch-async.master/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,15 @@ build: [
]
depends: [
"ocaml"
"dune" {build & >= "1.4"}
"dune" {>= "3.15"}
"odoc" {with-doc}
"async" {>= "v0.9.0"}
"async_kernel"
"async_unix"
"base"
"core"
"core_kernel"
"core_unix"
"cohttp-async" {>= "1.0.2"}
"message-switch-core"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/xs-extra/message-switch-cli.master/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build: [
]
depends: [
"ocaml"
"dune" {build & >= "1.4"}
"dune" {>= "3.15"}
"odoc" {with-doc}
"cmdliner"
"message-switch-unix"
Expand Down
2 changes: 2 additions & 0 deletions packages/xs-extra/message-switch-core.master/opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ depends: [
"ppx_sexp_conv"
"rpclib"
"sexplib"
"sexplib0"
"uri"
"xapi-log" {= version}
"xapi-stdext-threads" {= version}
"odoc" {with-doc}
Expand Down
2 changes: 1 addition & 1 deletion packages/xs-extra/message-switch-lwt.master/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build: [
]
depends: [
"ocaml"
"dune" {build & >= "1.4"}
"dune" {>= "3.15"}
"odoc" {with-doc}
"cohttp-lwt-unix"
"lwt" {>= "3.0.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/xs-extra/message-switch.master/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build: [
]
depends: [
"ocaml"
"dune" {build & >= "1.4"}
"dune" {>= "3.15"}
"odoc" {with-doc}
"cmdliner"
"cohttp-async" {with-test}
Expand Down
2 changes: 1 addition & 1 deletion packages/xs-extra/pciutil.master/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build: [[ "dune" "build" "-p" name "-j" jobs ]]
available: [ os = "linux" ]
depends: [
"ocaml"
"dune"
"dune" {>= "3.15"}
"xapi-stdext-unix"
]
synopsis: "Library required by xapi"
Expand Down
3 changes: 3 additions & 0 deletions packages/xs-extra/rrd-transport.master/opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ depends: [
"dune" {>= "3.15"}
"alcotest" {with-test}
"astring"
"bigarray-compat"
"cstruct"
"crc"
"fmt" {with-test}
"rpclib"
"yojson"
"xapi-idl" {= version}
"xapi-rrd" {= version}
Expand Down
28 changes: 0 additions & 28 deletions packages/xs-extra/rrd2csv.master/opam

This file was deleted.

1 change: 1 addition & 0 deletions packages/xs-extra/rrdd-plugin.master/opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ depends: [
"xapi-stdext-threads" {= version}
"xapi-stdext-unix" {= version}
"xapi-idl" {= version}
"xenstore"
"xenstore_transport"
"odoc" {with-doc}
]
Expand Down
31 changes: 0 additions & 31 deletions packages/xs-extra/rrdd-plugins.master/opam

This file was deleted.

16 changes: 0 additions & 16 deletions packages/xs-extra/rrddump.master/opam

This file was deleted.

2 changes: 1 addition & 1 deletion packages/xs-extra/safe-resources.master/opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build: [
available: [ os = "linux" | os = "macos" ]
depends: [
"ocaml"
"dune"
"dune" {>= "3.15"}
"fmt"
"logs"
"xapi-backtrace"
Expand Down
4 changes: 3 additions & 1 deletion packages/xs-extra/sexpr.master/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ build: [[ "dune" "build" "-p" name "-j" jobs ]]
available: [ os = "linux" | os = "macos" ]
depends: [
"ocaml"
"dune"
"dune" {>= "3.15"}
"alcotest" {with-test}
"astring"
"rresult" {with-test}
"qcheck-core" {with-test}
"xapi-stdext-threads"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/xs-extra/stunnel.master/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build: [[ "dune" "build" "-p" name "-j" jobs ]]
available: [ os = "linux" ]
depends: [
"ocaml"
"dune"
"dune" {>= "3.15"}
"astring"
"forkexec"
"safe-resources"
Expand Down
3 changes: 2 additions & 1 deletion packages/xs-extra/uuid.master/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ build: [
available: [ os = "linux" | os = "macos" ]
depends: [
"ocaml"
"dune"
"dune" {>= "3.15"}
"alcotest" {with-test}
"fmt" {with-test}
"uuidm"
]
synopsis: "Library required by xapi"
Expand Down
6 changes: 6 additions & 0 deletions packages/xs-extra/varstored-guard.master/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,16 @@ bug-reports: "https://github.com/xapi-project/xen-api"
build: [["dune" "build" "-p" name "-j" jobs]]
run-test: [[ "dune" "runtest" "-p" name "-j" jobs ]]
depends: [
"dune" {>= "3.15"}
"cmdliner"
"alcotest" {with-test}
"cohttp-lwt"
"fmt" {with-test}
"lwt" {with-test}
"message-switch-lwt"
"rpclib"
"rpclib-lwt"
"uri" {with-test}
"xapi-idl"
"xen-api-client-lwt"
"alcotest-lwt" {with-test}
Expand Down
4 changes: 4 additions & 0 deletions packages/xs-extra/vhd-format-lwt.master/opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,13 @@ depends: [
"ocaml" {>= "4.02.3" & < "5.0.0"}
"alcotest" {with-test}
"alcotest-lwt" {with-test}
"bigarray-compat"
"cstruct" {< "6.1.0"}
"cstruct-lwt"
"fmt" {with-test}
"lwt" {>= "3.2.0"}
"mirage-block" {>= "2.0.1"}
"rresult"
"vhd-format" {= version}
"io-page" {with-test & >= "2.4.0"}
"odoc" {with-doc}
Expand Down
2 changes: 2 additions & 0 deletions packages/xs-extra/vhd-format.master/opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ doc: "https://mirage.github.io/ocaml-vhd/"
bug-reports: "https://github.com/mirage/ocaml-vhd/issues"
depends: [
"ocaml" {>= "4.03.0"}
"bigarray-compat"
"cstruct" {>= "1.9" & < "6.1.0"}
"dune" {>= "3.15"}
"io-page"
"rresult" {>= "0.3.0"}
"uuidm" {>= "0.9.6"}
Expand Down
9 changes: 9 additions & 0 deletions packages/xs-extra/vhd-tool.master/opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,29 @@ bug-reports: "https://github.com/xapi-project/xen-api/issues"
depends: [
"dune" {>= "3.15"}
"alcotest-lwt" {with-test}
"astring"
"bigarray-compat"
"cmdliner"
"cohttp"
"cohttp-lwt"
"conf-libssl"
"cstruct" {>= "3.0.0"}
"ezxenstore" {= version}
"forkexec" {= version}
"io-page"
"lwt"
"lwt_ssl"
"nbd"
"nbd-unix"
"ppx_cstruct"
"ppx_deriving_rpc"
"re"
"result"
"rpclib"
"ssl"
"sha"
"tar"
"uri"
"vhd-format" {= version}
"vhd-format-lwt" {= version}
"xapi-idl" {= version}
Expand Down
Loading

0 comments on commit 00e4051

Please sign in to comment.