Skip to content
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 dune-project
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(lang dune 3.15)
(lang dune 3.20)

(formatting
(enabled_for ocaml))
Expand Down
2 changes: 1 addition & 1 deletion ocaml/util/dune
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
; avoid rebuilding everything when the implementation (of e.g. date) changes
; accessing version information is not performance critical:
; we don't want it inlined
(flags (:standard -opaque))
(flags (:standard -opaque -w -58))
(libraries
dune-build-info
xapi-inventory
Expand Down
3 changes: 2 additions & 1 deletion opam/clock.opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ 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"}
"dune" {>= "3.20"}
"ocaml" {>= "4.12"}
"alcotest" {with-test}
"astring"
Expand All @@ -34,3 +34,4 @@ build: [
]
]
dev-repo: "git+https://github.com/xapi-project/xen-api.git"
x-maintenance-intent: ["(latest)"]
1 change: 1 addition & 0 deletions opam/cohttp-posix.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is generated by dune, edit dune-project instead
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
x-maintenance-intent: ["(latest)"]
opam-version: "2.0"
maintainer: "[email protected]"
authors: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion opam/ezxenstore.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is generated by dune, edit dune-project instead

x-maintenance-intent: ["(latest)"]
opam-version: "2.0"
maintainer: "xapi project maintainers"
authors: ["Jonathan Ludlam"]
Expand Down
3 changes: 2 additions & 1 deletion opam/forkexec.opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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"}
"dune" {>= "3.20"}
"astring"
"base-threads"
"fd-send-recv" {>= "2.0.0"}
Expand Down Expand Up @@ -37,3 +37,4 @@ build: [
]
]
dev-repo: "git+https://github.com/xapi-project/xen-api.git"
x-maintenance-intent: ["(latest)"]
1 change: 1 addition & 0 deletions opam/gzip.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is generated by dune, edit dune-project instead
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
x-maintenance-intent: ["(latest)"]
opam-version: "2.0"
maintainer: "[email protected]"
authors: "[email protected]"
Expand Down
3 changes: 2 additions & 1 deletion opam/http-lib.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ 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"}
"dune" {>= "3.20"}
"alcotest" {with-test}
"astring"
"base64" {>= "3.1.0"}
Expand Down Expand Up @@ -50,3 +50,4 @@ build: [
]
]
dev-repo: "git+https://github.com/xapi-project/xen-api.git"
x-maintenance-intent: ["(latest)"]
1 change: 1 addition & 0 deletions opam/message-switch-cli.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is generated by dune, edit dune-project instead
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
x-maintenance-intent: ["(latest)"]
opam-version: "2.0"
name: "message-switch-cli"
maintainer: "[email protected]"
Expand Down
3 changes: 2 additions & 1 deletion opam/message-switch-core.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ 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"}
"dune" {>= "3.20"}
"astring"
"cohttp" {>= "0.21.1"}
"ppx_deriving_rpc"
Expand Down Expand Up @@ -38,3 +38,4 @@ build: [
]
]
dev-repo: "git+https://github.com/xapi-project/xen-api.git"
x-maintenance-intent: ["(latest)"]
1 change: 1 addition & 0 deletions opam/message-switch-lwt.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is generated by dune, edit dune-project instead
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
x-maintenance-intent: ["(latest)"]
opam-version: "2.0"
name: "message-switch-lwt"
maintainer: "[email protected]"
Expand Down
3 changes: 2 additions & 1 deletion opam/message-switch-unix.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ 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"}
"dune" {>= "3.20"}
"base-threads"
"cohttp"
"message-switch-core" {= version}
Expand All @@ -34,3 +34,4 @@ build: [
]
]
dev-repo: "git+https://github.com/xapi-project/xen-api.git"
x-maintenance-intent: ["(latest)"]
1 change: 1 addition & 0 deletions opam/message-switch.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is generated by dune, edit dune-project instead
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
x-maintenance-intent: ["(latest)"]
opam-version: "2.0"
name: "message-switch"
maintainer: "[email protected]"
Expand Down
1 change: 1 addition & 0 deletions opam/pciutil.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is generated by dune, edit dune-project instead
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
x-maintenance-intent: ["(latest)"]
opam-version: "2.0"
maintainer: "[email protected]"
authors: "[email protected]"
Expand Down
3 changes: 2 additions & 1 deletion opam/qcow-stream-tool.opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ 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"}
"dune" {>= "3.20"}
"qcow-stream"
"cmdliner"
"odoc" {with-doc}
Expand All @@ -27,3 +27,4 @@ build: [
]
]
dev-repo: "git+https://github.com/xapi-project/xen-api.git"
x-maintenance-intent: ["(latest)"]
3 changes: 2 additions & 1 deletion opam/rrd-transport.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ 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"}
"dune" {>= "3.20"}
"alcotest" {with-test}
"astring"
"bigarray-compat"
Expand Down Expand Up @@ -37,3 +37,4 @@ build: [
]
]
dev-repo: "git+https://github.com/xapi-project/xen-api.git"
x-maintenance-intent: ["(latest)"]
3 changes: 2 additions & 1 deletion opam/rrdd-plugin.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ 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"}
"dune" {>= "3.20"}
"ocaml"
"astring"
"rpclib"
Expand Down Expand Up @@ -39,3 +39,4 @@ build: [
]
]
dev-repo: "git+https://github.com/xapi-project/xen-api.git"
x-maintenance-intent: ["(latest)"]
1 change: 1 addition & 0 deletions opam/safe-resources.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is generated by dune, edit dune-project instead
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
x-maintenance-intent: ["(latest)"]
opam-version: "2.0"
maintainer: "[email protected]"
authors: "[email protected]"
Expand Down
1 change: 1 addition & 0 deletions opam/sexpr.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is generated by dune, edit dune-project instead
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
x-maintenance-intent: ["(latest)"]
opam-version: "2.0"
maintainer: "[email protected]"
authors: "[email protected]"
Expand Down
3 changes: 2 additions & 1 deletion opam/stunnel.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ 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"}
"dune" {>= "3.20"}
"astring"
"forkexec" {= version}
"safe-resources" {= version}
Expand Down Expand Up @@ -37,3 +37,4 @@ build: [
]
]
dev-repo: "git+https://github.com/xapi-project/xen-api.git"
x-maintenance-intent: ["(latest)"]
3 changes: 2 additions & 1 deletion opam/tgroup.opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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"}
"dune" {>= "3.20"}
"xapi-log"
"xapi-stdext-unix"
"odoc" {with-doc}
Expand All @@ -26,3 +26,4 @@ build: [
]
]
dev-repo: "git+https://github.com/xapi-project/xen-api.git"
x-maintenance-intent: ["(latest)"]
1 change: 1 addition & 0 deletions opam/uuid.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is generated by dune, edit dune-project instead
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
x-maintenance-intent: ["(latest)"]
opam-version: "2.0"
maintainer: "[email protected]"
authors: "[email protected]"
Expand Down
1 change: 1 addition & 0 deletions opam/varstored-guard.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is generated by dune, edit dune-project instead
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
x-maintenance-intent: ["(latest)"]
opam-version: "2.0"
maintainer: "[email protected]"
authors: [ "[email protected]" ]
Expand Down
3 changes: 2 additions & 1 deletion opam/vhd-format-lwt.opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tags: ["org:mirage" "org:xapi-project"]
homepage: "https://github.com/mirage/ocaml-vhd"
bug-reports: "https://github.com/mirage/ocaml-vhd/issues"
depends: [
"dune" {>= "3.15"}
"dune" {>= "3.20"}
"ocaml" {>= "4.10.0"}
"alcotest" {with-test}
"alcotest-lwt" {with-test & >= "1.0.0"}
Expand Down Expand Up @@ -46,5 +46,6 @@ build: [
]
]
dev-repo: "git+https://github.com/mirage/ocaml-vhd.git"
x-maintenance-intent: ["(latest)"]
available: os = "linux" | os = "macos"
depexts: ["linux-headers"] {os-distribution = "alpine"}
2 changes: 1 addition & 1 deletion opam/vhd-format.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is generated by dune, edit dune-project instead

x-maintenance-intent: ["(latest)"]
opam-version: "2.0"
name: "vhd-format"
synopsis: "Pure OCaml library to read/write VHD format data"
Expand Down
3 changes: 2 additions & 1 deletion opam/vhd-tool.opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tags: ["org.mirage" "org:xapi-project"]
homepage: "https://xapi-project.github.io/"
bug-reports: "https://github.com/xapi-project/xen-api/issues"
depends: [
"dune" {>= "3.15"}
"dune" {>= "3.20"}
"alcotest-lwt" {with-test}
"astring"
"bigarray-compat"
Expand Down Expand Up @@ -57,3 +57,4 @@ build: [
]
]
dev-repo: "git+https://github.com/xapi-project/xen-api.git"
x-maintenance-intent: ["(latest)"]
1 change: 1 addition & 0 deletions opam/xapi-cli-protocol.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is generated by dune, edit dune-project instead
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
x-maintenance-intent: ["(latest)"]
opam-version: "2.0"
maintainer: "[email protected]"
authors: [ "[email protected]" ]
Expand Down
1 change: 1 addition & 0 deletions opam/xapi-client.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is generated by dune, edit dune-project instead
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
x-maintenance-intent: ["(latest)"]
opam-version: "2.0"
maintainer: "[email protected]"
authors: [ "[email protected]" ]
Expand Down
1 change: 1 addition & 0 deletions opam/xapi-compression.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is generated by dune, edit dune-project instead
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
x-maintenance-intent: ["(latest)"]
opam-version: "2.0"
maintainer: "[email protected]"
authors: "[email protected]"
Expand Down
1 change: 1 addition & 0 deletions opam/xapi-consts.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is generated by dune, edit dune-project instead
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
x-maintenance-intent: ["(latest)"]
opam-version: "2.0"
maintainer: "[email protected]"
authors: [ "[email protected]" ]
Expand Down
1 change: 1 addition & 0 deletions opam/xapi-datamodel.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is generated by dune, edit dune-project instead
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
x-maintenance-intent: ["(latest)"]
opam-version: "2.0"
maintainer: "[email protected]"
authors: [ "[email protected]" ]
Expand Down
3 changes: 2 additions & 1 deletion opam/xapi-debug.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ 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"}
"dune" {>= "3.20"}
"alcotest"
"angstrom"
"astring"
Expand Down Expand Up @@ -81,3 +81,4 @@ build: [
]
]
dev-repo: "git+https://github.com/xapi-project/xen-api.git"
x-maintenance-intent: ["(latest)"]
2 changes: 1 addition & 1 deletion opam/xapi-expiry-alerts.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is generated by dune, edit dune-project instead

x-maintenance-intent: ["(latest)"]
opam-version: "2.0"
name: "xapi-expiry-alerts"
synopsis: "A library to send expiration-related alerts and removing outdated ones"
Expand Down
3 changes: 2 additions & 1 deletion opam/xapi-forkexecd.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ 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"}
"dune" {>= "3.20"}
"astring"
"forkexec" {= version}
"uuid" {= version}
Expand All @@ -31,3 +31,4 @@ build: [
]
]
dev-repo: "git+https://github.com/xapi-project/xen-api.git"
x-maintenance-intent: ["(latest)"]
1 change: 1 addition & 0 deletions opam/xapi-idl.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is generated by dune, edit dune-project instead
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
x-maintenance-intent: ["(latest)"]
opam-version: "2.0"
authors: "Dave Scott"
homepage: "https://github.com/xapi-project/xen-api"
Expand Down
2 changes: 1 addition & 1 deletion opam/xapi-inventory.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is generated by dune, edit dune-project instead

x-maintenance-intent: ["(latest)"]
opam-version: "2.0"
name: "xapi-inventory"
maintainer: "[email protected]"
Expand Down
3 changes: 2 additions & 1 deletion opam/xapi-log.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ 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"}
"dune" {>= "3.20"}
"astring"
"fmt"
"logs"
Expand All @@ -33,3 +33,4 @@ build: [
]
]
dev-repo: "git+https://github.com/xapi-project/xen-api.git"
x-maintenance-intent: ["(latest)"]
1 change: 1 addition & 0 deletions opam/xapi-nbd.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is generated by dune, edit dune-project instead
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
x-maintenance-intent: ["(latest)"]
opam-version: "2.0"
maintainer: "[email protected]"
authors: ["[email protected]"]
Expand Down
1 change: 1 addition & 0 deletions opam/xapi-open-uri.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is generated by dune, edit dune-project instead
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
x-maintenance-intent: ["(latest)"]
opam-version: "2.0"
maintainer: "[email protected]"
authors: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion opam/xapi-rrd.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is generated by dune, edit dune-project instead

x-maintenance-intent: ["(latest)"]
opam-version: "2.0"
maintainer: "Xapi project maintainers"
authors: ["Dave Scott" "Jon Ludlam" "John Else"]
Expand Down
1 change: 1 addition & 0 deletions opam/xapi-schema.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is generated by dune, edit dune-project instead
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
x-maintenance-intent: ["(latest)"]
opam-version: "2.0"
maintainer: "[email protected]"
authors: [ "[email protected]" ]
Expand Down
Loading
Loading