Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

maintenance: Fix issues spotted by the opam linter #651

Merged
merged 1 commit into from
Jul 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/upstream/batteries.3.6.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ build: [
]
run-test: [make "test"]
install: [make "install"]
dev-repo: "https://github.com/ocaml-batteries-team/batteries-included.git"
dev-repo: "git+https://github.com/ocaml-batteries-team/batteries-included.git"
url {
src: "https://github.com/ocaml-batteries-team/batteries-included/archive/refs/tags/v3.6.0.tar.gz"
checksum: [
Expand Down
2 changes: 1 addition & 1 deletion packages/upstream/ctypes-foreign.0.18.0/opam
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
opam-version: "2.0"
name: "ctypes-foreign"
version: "0.18.0"
synopsis: "Virtual package for enabling the ctypes.foreign subpackage."
synopsis: "Virtual package for enabling the ctypes.foreign subpackage"
description: """\
`ctypes-foreign` is just a virtual OPAM package that determines
whether the foreign subpackage should built as part of ctypes."""
Expand Down
4 changes: 2 additions & 2 deletions packages/upstream/ppx_deriving_rpc.9.0.0+1/opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "2.0"
name: "ppx_deriving_rpc"
version: "9.0.0"
version: "9.0.0+1"
synopsis: "Ppx deriver for ocaml-rpc, a library to deal with RPCs in OCaml"
description: """\
`ocaml-rpc` is a library that provides remote procedure calls (RPC)
Expand Down Expand Up @@ -38,7 +38,7 @@ extra-files: [
["fddc7da9e35527f049a7fbabd072d55e0ace14ea.patch" "sha256=40f9c30a32ffd4ba5c442a189ff34b3c7b8b381966d11f9e0d5567cc7883b67a"]
["e7054a81e126cf69ce5eea26cbd10741ea67fe2d.patch" "sha256=710434a738856df4481a79ef1ec6c34a0e6752ffc9b0463f11fd92ecfc75d1eb"]
]
dev-repo: "https://github.com/mirage/ocaml-rpc.git"
dev-repo: "git+https://github.com/mirage/ocaml-rpc.git"
url {
src:
"https://github.com/mirage/ocaml-rpc/releases/download/9.0.0/rpclib-9.0.0.tbz"
Expand Down
4 changes: 2 additions & 2 deletions packages/upstream/rpclib-async.9.0.0+1/opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "2.0"
name: "rpclib-async"
version: "9.0.0"
version: "9.0.0+1"
synopsis: "A library to deal with RPCs in OCaml - Async interface"
description: """\
`ocaml-rpc` is a library that provides remote procedure calls (RPC)
Expand Down Expand Up @@ -37,7 +37,7 @@ extra-files: [
["fddc7da9e35527f049a7fbabd072d55e0ace14ea.patch" "sha256=40f9c30a32ffd4ba5c442a189ff34b3c7b8b381966d11f9e0d5567cc7883b67a"]
["e7054a81e126cf69ce5eea26cbd10741ea67fe2d.patch" "sha256=710434a738856df4481a79ef1ec6c34a0e6752ffc9b0463f11fd92ecfc75d1eb"]
]
dev-repo: "https://github.com/mirage/ocaml-rpc.git"
dev-repo: "git+https://github.com/mirage/ocaml-rpc.git"
url {
src:
"https://github.com/mirage/ocaml-rpc/releases/download/9.0.0/rpclib-9.0.0.tbz"
Expand Down
4 changes: 2 additions & 2 deletions packages/upstream/rpclib-lwt.9.0.0+1/opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "2.0"
name: "rpclib-lwt"
version: "9.0.0"
version: "9.0.0+1"
synopsis: "A library to deal with RPCs in OCaml - Lwt interface"
description: """\
`ocaml-rpc` is a library that provides remote procedure calls (RPC)
Expand Down Expand Up @@ -38,7 +38,7 @@ extra-files: [
["fddc7da9e35527f049a7fbabd072d55e0ace14ea.patch" "sha256=40f9c30a32ffd4ba5c442a189ff34b3c7b8b381966d11f9e0d5567cc7883b67a"]
["e7054a81e126cf69ce5eea26cbd10741ea67fe2d.patch" "sha256=710434a738856df4481a79ef1ec6c34a0e6752ffc9b0463f11fd92ecfc75d1eb"]
]
dev-repo: "https://github.com/mirage/ocaml-rpc.git"
dev-repo: "git+https://github.com/mirage/ocaml-rpc.git"
url {
src:
"https://github.com/mirage/ocaml-rpc/releases/download/9.0.0/rpclib-9.0.0.tbz"
Expand Down
2 changes: 1 addition & 1 deletion packages/upstream/rpclib.9.0.0+1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
dev-repo: "https://github.com/mirage/ocaml-rpc.git"
dev-repo: "git+https://github.com/mirage/ocaml-rpc.git"
url {
src:
"https://github.com/mirage/ocaml-rpc/releases/download/9.0.0/rpclib-9.0.0.tbz"
Expand Down
3 changes: 2 additions & 1 deletion packages/xs-extra-dummy/upstream-extra-dummy.master/opam
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: "upstream-extra-dummy"
maintainer: "Christian Lindig <christian.lindig@citrix.com>"
authors: "Christian Lindig <christian.lindig@citrix.com>"
homepage: "https://github.com/xapi-project/xs-opam"
license: "BSD"
license: "BSD-2-Clause"
synopsis: "Metapackage to install all developer tools recomemnded for developing xapi"
depends: [
"merge-fmt"
"merlin"
Expand Down
2 changes: 2 additions & 0 deletions packages/xs-extra-dummy/xapi-clusterd-test.master/opam
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
opam-version: "2.0"
maintainer: "xenserver developers"
synopsis: "Dummy package to install dependencies of the proprietary xapi-clusterd-test"
depends: [
"ocaml"
"dune" {build & >= "1.0"}
Expand Down
6 changes: 4 additions & 2 deletions packages/xs-extra-dummy/xapi-clusterd.master/opam
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
opam-version: "2.0"
maintainer: "xenserver developers"
synopsis: "Dummy package to install dependencies needed by proprietary xapi-clusterd"
depends: [
"ocaml"
"dune" {build & >= "1.0"}
"alcotest" {test}
"dune"
"alcotest" {with-test}
"alcotest-lwt"
"angstrom"
"astring"
Expand Down
3 changes: 2 additions & 1 deletion packages/xs-extra-dummy/xs-toolstack.master/opam
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: "xs-toolstack"
maintainer: "Christian Lindig <christian.lindig@citrix.com>"
authors: "Christian Lindig <christian.lindig@citrix.com>"
homepage: "https://github.com/xapi-project/xs-opam"
license: "BSD"
license: "BSD-2-Clause"
synopsis: "Metapackage to install all xapi toolstack daemons and its dependencies"
depends: [
"ocaml"
"angstrom"
Expand Down
10 changes: 5 additions & 5 deletions packages/xs-extra/ezxenstore.master/opam
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
opam-version: "2.0"
maintainer: "jonathan.ludlam@citrix.com"
authors: ["xen-api@lists.xensource.com"]
maintainer: "xapi project maintainers"
authors: ["Jonathan Ludlam"]
license: "ISC"
homepage: "https://github.com/xapi-project/ezxenstore"
bug-reports: "https://github.com/xapi-project/ezxenstore/issues"
dev-repo: "git+https://github.com/xapi-project/ezxenstore.git"
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"
build: [[ "dune" "build" "-p" name "-j" jobs ]]
depends: [
"ocaml"
Expand Down
2 changes: 1 addition & 1 deletion packages/xs-extra/forkexec.master/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: "https://github.com/xapi-project/xen-api.git"
dev-repo: "git+https://github.com/xapi-project/xen-api.git"
tags: [ "org:xapi-project" ]

build: [[ "dune" "build" "-p" name "-j" jobs ]]
Expand Down
2 changes: 1 addition & 1 deletion packages/xs-extra/message-switch-async.master/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: "https://github.com/xapi-project/xen-api.git"
dev-repo: "git+https://github.com/xapi-project/xen-api.git"
tags: [ "org:xapi-project" ]
build: [
["./configure" "--prefix" "%{prefix}%"]
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 @@ -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: "https://github.com/xapi-project/xen-api.git"
dev-repo: "git+https://github.com/xapi-project/xen-api.git"
tags: [ "org:xapi-project" ]
build: [
["./configure" "--prefix" "%{prefix}%"]
Expand Down
2 changes: 1 addition & 1 deletion packages/xs-extra/message-switch-core.master/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: "https://github.com/xapi-project/xen-api.git"
dev-repo: "git+https://github.com/xapi-project/xen-api.git"
tags: [ "org:xapi-project" ]
build: [
["./configure" "--prefix" "%{prefix}%"]
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 @@ -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: "https://github.com/xapi-project/xen-api.git"
dev-repo: "git+https://github.com/xapi-project/xen-api.git"
tags: [ "org:xapi-project" ]
build: [
["./configure" "--prefix" "%{prefix}%"]
Expand Down
2 changes: 1 addition & 1 deletion packages/xs-extra/message-switch-unix.master/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: "https://github.com/xapi-project/xen-api.git"
dev-repo: "git+https://github.com/xapi-project/xen-api.git"
tags: [ "org:xapi-project" ]
build: [
["./configure" "--prefix" "%{prefix}%"]
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 @@ -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: "https://github.com/xapi-project/xen-api.git"
dev-repo: "git+https://github.com/xapi-project/xen-api.git"
tags: [ "org:xapi-project" ]
build: [
["./configure" "--prefix" "%{prefix}%"]
Expand Down
2 changes: 1 addition & 1 deletion packages/xs-extra/rrdd-plugin.master/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: "https://github.com/xapi-project/xen-api.git"
dev-repo: "git+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 packages/xs-extra/rrdd-plugins.master/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: "https://github.com/xapi-project/xen-api.git"
dev-repo: "git+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 packages/xs-extra/xapi-forkexecd.master/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: "https://github.com/xapi-project/xen-api.git"
dev-repo: "git+https://github.com/xapi-project/xen-api.git"
tags: [ "org:xapi-project" ]

build: [
Expand Down
8 changes: 4 additions & 4 deletions packages/xs-extra/xapi-idl.master/opam
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
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: "https://github.com/xapi-project/xcp-idl.git"
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+https://github.com/xapi-project/xen-api.git"
maintainer: "xapi project maintainers"
tags: [ "org:xapi-project" ]
build: [["dune" "build" "-p" name "-j" jobs]]
run-test: [[ "dune" "runtest" "-p" name "-j" jobs ]]
Expand Down
2 changes: 1 addition & 1 deletion packages/xs-extra/xapi-rrdd-plugin.master/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: "https://github.com/xapi-project/xen-api.git"
dev-repo: "git+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
2 changes: 1 addition & 1 deletion packages/xs-extra/xapi-squeezed.master/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: "https://github.com/xapi-project/xen-api.git"
dev-repo: "git+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
2 changes: 1 addition & 1 deletion packages/xs-extra/xapi-storage-script.master/opam
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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: "https://github.com/xapi-project/xen-api.git"
dev-repo: "git+https://github.com/xapi-project/xen-api.git"
tags: [ "org:xapi-project" ]
build: [[ "dune" "build" "-p" name "-j" jobs ]]
depends: [
Expand Down
2 changes: 1 addition & 1 deletion packages/xs-extra/xapi-storage.master/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://xapi-project.github.io/"
bug-reports: "https://github.com/xapi-project/xen-api/issues"
dev-repo: "https://github.com/xapi-project/xen-api.git"
dev-repo: "git+https://github.com/xapi-project/xen-api.git"
build: [
["dune" "build" "-p" name "-j" jobs]
]
Expand Down
2 changes: 1 addition & 1 deletion packages/xs/polly.0.3.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ depends: [
"conf-linux-libc-dev"
]
build: ["dune" "build" "-p" name "-j" jobs "@install"]
dev-repo: "https://github.com/lindig/polly.git"
dev-repo: "git+https://github.com/lindig/polly.git"
url {
src: "https://github.com/lindig/polly/archive/refs/tags/0.3.0.tar.gz"
checksum: "sha256=957abbaac82bf9f00aa23c015c5be0d8d2aa79151b8f3d5344bfb26c3c82f4c4"
Expand Down
2 changes: 1 addition & 1 deletion packages/xs/xapi-backtrace.0.7/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/backtrace"
bug-reports: "https://github.com/xapi-project/backtrace/issues"
dev-repo: "https://github.com/xapi-project/backtrace.git"
dev-repo: "git+https://github.com/xapi-project/backtrace.git"
tags: [ "org:xapi-project" ]
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"

Expand Down
2 changes: 1 addition & 1 deletion packages/xs/xapi-test-utils.1.4.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ maintainer: "rob.hoes@citrix.com"
authors: "xen-api@lists.xen.org"
homepage: "https://xapi-project.github.io/"
bug-reports: "https://github.com/xapi-project/xapi-test-utils/issues"
dev-repo: "https://github.com/xapi-project/xapi-test-utils.git"
dev-repo: "git+https://github.com/xapi-project/xapi-test-utils.git"
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
build: [[ "dune" "build" "-p" name "-j" jobs ]]
depends: [
Expand Down