Skip to content

Commit d802d43

Browse files
committed
[maintenance] regenerate opam after dune version bump
No functional change. Signed-off-by: Edwin Török <edwin.torok@cloud.com>
1 parent 5353e3e commit d802d43

27 files changed

Lines changed: 27 additions & 25 deletions

clock.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
77
homepage: "https://xapi-project.github.io/"
88
bug-reports: "https://github.com/xapi-project/xen-api/issues"
99
depends: [
10-
"dune" {>= "3.0"}
10+
"dune" {>= "3.15"}
1111
"ocaml" {>= "4.12"}
1212
"alcotest" {with-test}
1313
"astring"

forkexec.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
88
homepage: "https://xapi-project.github.io/"
99
bug-reports: "https://github.com/xapi-project/xen-api/issues"
1010
depends: [
11-
"dune" {>= "3.0"}
11+
"dune" {>= "3.15"}
1212
"base-threads"
1313
"fd-send-recv" {>= "2.0.0"}
1414
"ppx_deriving_rpc"

http-lib.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
99
homepage: "https://xapi-project.github.io/"
1010
bug-reports: "https://github.com/xapi-project/xen-api/issues"
1111
depends: [
12-
"dune" {>= "3.0"}
12+
"dune" {>= "3.15"}
1313
"alcotest" {with-test}
1414
"astring"
1515
"base64" {>= "3.1.0"}

message-switch-core.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
99
homepage: "https://xapi-project.github.io/"
1010
bug-reports: "https://github.com/xapi-project/xen-api/issues"
1111
depends: [
12-
"dune" {>= "3.0"}
12+
"dune" {>= "3.15"}
1313
"astring"
1414
"cohttp" {>= "0.21.1"}
1515
"ppx_deriving_rpc"

message-switch-unix.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
99
homepage: "https://xapi-project.github.io/"
1010
bug-reports: "https://github.com/xapi-project/xen-api/issues"
1111
depends: [
12-
"dune" {>= "3.0"}
12+
"dune" {>= "3.15"}
1313
"base-threads"
1414
"cohttp"
1515
"message-switch-core" {= version}

message-switch.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ depends: [
3131
"ppx_sexp_conv"
3232
"sexplib"
3333
"shared-block-ring" {>= "2.3.0"}
34+
"xapi-stdext-unix"
3435
]
3536
synopsis: "A simple store-and-forward message switch"
3637
description: """

message-switch.opam.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ depends: [
2929
"ppx_sexp_conv"
3030
"sexplib"
3131
"shared-block-ring" {>= "2.3.0"}
32+
"xapi-stdext-unix"
3233
]
3334
synopsis: "A simple store-and-forward message switch"
3435
description: """

rrd-transport.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
99
homepage: "https://xapi-project.github.io/"
1010
bug-reports: "https://github.com/xapi-project/xen-api/issues"
1111
depends: [
12-
"dune" {>= "3.0"}
12+
"dune" {>= "3.15"}
1313
"alcotest" {with-test}
1414
"astring"
1515
"cstruct"

rrdd-plugin.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
99
homepage: "https://xapi-project.github.io/"
1010
bug-reports: "https://github.com/xapi-project/xen-api/issues"
1111
depends: [
12-
"dune" {>= "3.0"}
12+
"dune" {>= "3.15"}
1313
"ocaml"
1414
"astring"
1515
"rpclib"

vhd-format-lwt.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ tags: ["org:mirage" "org:xapi-project"]
1616
homepage: "https://github.com/mirage/ocaml-vhd"
1717
bug-reports: "https://github.com/mirage/ocaml-vhd/issues"
1818
depends: [
19-
"dune" {>= "3.0"}
19+
"dune" {>= "3.15"}
2020
"ocaml" {>= "4.02.3" & < "5.0.0"}
2121
"alcotest" {with-test}
2222
"alcotest-lwt" {with-test}

0 commit comments

Comments
 (0)