Skip to content

Commit

Permalink
opam: sync with latest metadata
Browse files Browse the repository at this point in the history
Changes some download links to stop using the git protocol, updates some
dependencies on new libraries and changes the conf-python dependency to depend
on python 3

Signed-off-by: Pau Ruiz Safont <pau.ruizsafont@cloud.com>
  • Loading branch information
psafont committed Jul 14, 2023
1 parent bdf7271 commit 00c6436
Show file tree
Hide file tree
Showing 26 changed files with 34 additions and 25 deletions.
2 changes: 1 addition & 1 deletion forkexec.opam
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ maintainer: "xen-api@lists.xen.org"
authors: "xen-api@lists.xen.org"
homepage: "https://github.com/xapi-project/"
bug-reports: "https://github.com/xapi-project/xen-api/issues"
dev-repo: "git://github.com/xapi-project/xen-api"
dev-repo: "https://github.com/xapi-project/xen-api.git"
tags: [ "org:xapi-project" ]

build: [[ "dune" "build" "-p" name "-j" jobs ]]
Expand Down
1 change: 1 addition & 0 deletions http-lib.opam
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ depends: [
"xapi-stdext-pervasives"
"xapi-stdext-threads"
"xapi-stdext-unix"
"xapi-tracing"
"xml-light2"
"ounit2" {with-test & >= "2.0.0"}
]
Expand Down
2 changes: 1 addition & 1 deletion message-switch-async.opam
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ maintainer: "xen-api@lists.xen.org"
authors: [ "xen-api@lists.xen.org" ]
homepage: "https://github.com/xapi-project/xen-api"
bug-reports: "https://github.com/xapi-project/xen-api/issues"
dev-repo: "git://github.com/xapi-project/xen-api"
dev-repo: "https://github.com/xapi-project/xen-api.git"
tags: [ "org:xapi-project" ]
build: [
["./configure" "--prefix" "%{prefix}%"]
Expand Down
2 changes: 1 addition & 1 deletion message-switch-cli.opam
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ maintainer: "xen-api@lists.xen.org"
authors: [ "xen-api@lists.xen.org" ]
homepage: "https://github.com/xapi-project/xen-api"
bug-reports: "https://github.com/xapi-project/xen-api/issues"
dev-repo: "git://github.com/xapi-project/xen-api"
dev-repo: "https://github.com/xapi-project/xen-api.git"
tags: [ "org:xapi-project" ]
build: [
["./configure" "--prefix" "%{prefix}%"]
Expand Down
2 changes: 1 addition & 1 deletion message-switch-core.opam
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ maintainer: "xen-api@lists.xen.org"
authors: [ "xen-api@lists.xen.org" ]
homepage: "https://github.com/xapi-project/xen-api"
bug-reports: "https://github.com/xapi-project/xen-api/issues"
dev-repo: "git://github.com/xapi-project/xen-api"
dev-repo: "https://github.com/xapi-project/xen-api.git"
tags: [ "org:xapi-project" ]
build: [
["./configure" "--prefix" "%{prefix}%"]
Expand Down
2 changes: 1 addition & 1 deletion message-switch-lwt.opam
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ maintainer: "xen-api@lists.xen.org"
authors: [ "xen-api@lists.xen.org" ]
homepage: "https://github.com/xapi-project/xen-api"
bug-reports: "https://github.com/xapi-project/xen-api/issues"
dev-repo: "git://github.com/xapi-project/xen-api"
dev-repo: "https://github.com/xapi-project/xen-api.git"
tags: [ "org:xapi-project" ]
build: [
["./configure" "--prefix" "%{prefix}%"]
Expand Down
2 changes: 1 addition & 1 deletion message-switch-unix.opam
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ maintainer: "xen-api@lists.xen.org"
authors: [ "xen-api@lists.xen.org" ]
homepage: "https://github.com/xapi-project/xen-api"
bug-reports: "https://github.com/xapi-project/xen-api/issues"
dev-repo: "git://github.com/xapi-project/xen-api"
dev-repo: "https://github.com/xapi-project/xen-api.git"
tags: [ "org:xapi-project" ]
build: [
["./configure" "--prefix" "%{prefix}%"]
Expand Down
2 changes: 1 addition & 1 deletion message-switch.opam
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ maintainer: "xen-api@lists.xen.org"
authors: [ "xen-api@lists.xen.org" ]
homepage: "https://github.com/xapi-project/xen-api"
bug-reports: "https://github.com/xapi-project/xen-api/issues"
dev-repo: "git://github.com/xapi-project/xen-api"
dev-repo: "https://github.com/xapi-project/xen-api.git"
tags: [ "org:xapi-project" ]
build: [
["./configure" "--prefix" "%{prefix}%"]
Expand Down
2 changes: 1 addition & 1 deletion rrd2csv.opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build: [
depends: [
"ocaml"
"dune"
"base-threads"
"http-lib"
"xapi-client"
"xapi-idl"
"xapi-rrd"
Expand Down
2 changes: 1 addition & 1 deletion rrdd-plugin.opam
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ maintainer: "xen-api@lists.xen.org"
authors: "xen-api@lists.xen.org"
homepage: "https://xapi-project.github.io/"
bug-reports: "https://github.com/xapi-project/xen-api/issues"
dev-repo: "git://github.com/xapi-project/xen-api.git"
dev-repo: "https://github.com/xapi-project/xen-api.git"
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
Expand Down
2 changes: 1 addition & 1 deletion rrdd-plugins.opam
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors: [ "xs-devel@lists.xenserver.org" ]
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
homepage: "https://github.com/xapi-project/xen-api"
bug-reports: "https://github.com/xapi-project/xen-api/issues"
dev-repo: "git://github.com/xapi-project/xen-api"
dev-repo: "https://github.com/xapi-project/xen-api.git"
build: [[ "dune" "build" "-p" name "-j" jobs ]]
synopsis: "Plugins registering to the RRD daemon and exposing various metrics"
depends: [
Expand Down
2 changes: 1 addition & 1 deletion xapi-forkexecd.opam
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ maintainer: "xen-api@lists.xen.org"
authors: "xen-api@lists.xen.org"
homepage: "https://github.com/xapi-project/"
bug-reports: "https://github.com/xapi-project/xen-api/issues"
dev-repo: "git://github.com/xapi-project/xen-api"
dev-repo: "https://github.com/xapi-project/xen-api.git"
tags: [ "org:xapi-project" ]

build: [
Expand Down
3 changes: 2 additions & 1 deletion xapi-idl.opam
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ opam-version: "2.0"
authors: "Dave Scott"
homepage: "https://github.com/xapi-project/xcp-idl"
bug-reports: "https://github.com/xapi-project/xcp-idl/issues"
dev-repo: "git://github.com/xapi-project/xcp-idl"
dev-repo: "https://github.com/xapi-project/xcp-idl.git"
maintainer: "xen-api@lists.xen.org"
tags: [ "org:xapi-project" ]
build: [["dune" "build" "-p" name "-j" jobs]]
Expand Down Expand Up @@ -34,6 +34,7 @@ depends: [
"xapi-stdext-date"
"xapi-stdext-pervasives"
"xapi-stdext-threads"
"xapi-tracing"
"xapi-inventory"
"xmlm"
]
Expand Down
1 change: 1 addition & 0 deletions xapi-nbd.opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ depends: [
"uri"
"uuid"
"xapi-inventory"
"xapi-tracing"
"xen-api-client-lwt"
]
tags: [ "org:mirage" "org:xapi-project" ]
Expand Down
1 change: 1 addition & 0 deletions xapi-networkd.opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ depends: [
"alcotest" {with-test}
"base-threads"
"forkexec"
"http-lib"
"mtime"
"netlink"
"re"
Expand Down
2 changes: 2 additions & 0 deletions xapi-open-uri.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ build: [
available: [ os = "linux" | os = "macos" ]
depends: [
"ocaml"
"cohttp"
"dune"
"stunnel"
"uri"
"xapi-stdext-pervasives"
]
synopsis: "Library required by xapi"
Expand Down
2 changes: 1 addition & 1 deletion xapi-rrdd-plugin.opam
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ maintainer: "xen-api@lists.xen.org"
authors: "xen-api@lists.xen.org"
homepage: "https://xapi-project.github.io/"
bug-reports: "https://github.com/xapi-project/xen-api/issues"
dev-repo: "git://github.com/xapi-project/xen-api.git"
dev-repo: "https://github.com/xapi-project/xen-api.git"
depends: ["ocaml" "rrdd-plugin"]
synopsis: "A plugin library for the xapi performance monitoring daemon"
description: """
Expand Down
1 change: 1 addition & 0 deletions xapi-rrdd.opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ depends: [
"dune-build-info"
"astring"
"gzip"
"http-lib"
"inotify"
"io-page"
"mtime"
Expand Down
2 changes: 1 addition & 1 deletion xapi-squeezed.opam
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ author: "dave.scott@eu.citrix.com"
maintainer: "xen-api@lists.xen.org"
homepage: "https://github.com/xapi-project/xen-api"
bug-reports: "https://github.com/xapi-project/xen-api/issues"
dev-repo: "git://github.com/xapi-project/xen-api.git"
dev-repo: "https://github.com/xapi-project/xen-api.git"
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "build" "-p" name "-j" jobs "@runtest"] {with-test}
Expand Down
4 changes: 2 additions & 2 deletions xapi-storage-script.opam
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ authors: [ "xen-api@lists.xen.org" ]
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
homepage: "https://github.com/xapi-project/xen-api"
bug-reports: "https://github.com/xapi-project/xen-api/issues"
dev-repo: "git://github.com/xapi-project/xen-api"
dev-repo: "https://github.com/xapi-project/xen-api.git"
tags: [ "org:xapi-project" ]
build: [[ "dune" "build" "-p" name "-j" jobs ]]
depends: [
"ocaml"
"dune"
"conf-python-2-7" {with-test}
"conf-python-3" {with-test}
"xapi-idl" {>= "0.10.0"}
"xapi-storage"
"async" {>= "v0.9.0"}
Expand Down
8 changes: 2 additions & 6 deletions xapi-storage.opam
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ maintainer: "xen-api@lists.xen.org"
authors: "xen-api@lists.xen.org"
homepage: "https://xapi-project.github.io/"
bug-reports: "https://github.com/xapi-project/xen-api/issues"
dev-repo: "git://github.com/xapi-project/xen-api.git"
dev-repo: "https://github.com/xapi-project/xen-api.git"
build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"ocaml"
"dune"
"conf-python-2-7"
"conf-python-3"
"ounit" {with-test}
"alcotest" {with-test}
"lwt" {with-test}
Expand All @@ -21,10 +21,6 @@ depends: [
"xmlm"
"cmdliner"
]
# python 2.7 is not enough to ensure the availability of 'python' in these
depexts: [
["python"] {os-family = "debian"}
]
synopsis: "Code and documentation generator for the Xapi storage interface"
url {
src: "https://github.com/xapi-project/xen-api/archive/master.tar.gz"
Expand Down
5 changes: 4 additions & 1 deletion xapi-tracing.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@ build: [[ "dune" "build" "-p" name "-j" jobs ]]
available: [ os = "linux" ]
depends: [
"ocaml"
"cohttp-posix"
"dune"
"cohttp"
"rpclib"
"xapi-idl"
"xapi-log"
"xapi-open-uri"
"xapi-stdext-threads"
"xapi-stdext-unix"
]
synopsis: "Library required by xapi"
Expand Down
1 change: 1 addition & 0 deletions xapi-xenopsd.opam
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ depends: [
"xapi-stdext-pervasives"
"xapi-stdext-threads"
"xapi-stdext-unix"
"xapi-tracing"
"xenstore_transport" {with-test}
"xmlm"
"zstd"
Expand Down
2 changes: 2 additions & 0 deletions xapi.opam
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,15 @@ depends: [
"xapi-cli-protocol"
"xapi-consts"
"xapi-datamodel"
"xapi-expiry-alerts"
"xapi-stdext-date"
"xapi-stdext-pervasives"
"xapi-stdext-std"
"xapi-stdext-threads"
"xapi-stdext-unix"
"xapi-stdext-zerocheck"
"xapi-test-utils" {with-test}
"xapi-tracing"
"xapi-types"
"xapi-xenopsd"
"xapi-idl"
Expand Down
2 changes: 1 addition & 1 deletion xen-api-client.opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build: [
]
depends: [
"ocaml"
"dune" {"1.4"}
"dune" {>= "2.0"}
"astring"
"cohttp" {>= "0.22.0"}
"re"
Expand Down
2 changes: 1 addition & 1 deletion xen-api-sdk.opam
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "xen-api-sdk"
synopsis: "Xen API SDK generation code"
maintainer: "xen-api@lists.xen.org"
authors: [ "xen-api@lists.xen.org" ]
license: "BSD 2-Clause"
license: "BSD-2-Clause"
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"
Expand Down

0 comments on commit 00c6436

Please sign in to comment.