From f8e400045f6c3642d6397c73f2e44ca3ca5eb477 Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Wed, 5 Apr 2023 14:25:49 +0200 Subject: [PATCH] caldav-monitoring: update, and use main branch --- .../opam | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/packages/mirage-unikernel-caldav-monitoring-hvt.0.0.3/opam b/packages/mirage-unikernel-caldav-monitoring-hvt.0.0.3/opam index c92bab3..3fb6030 100644 --- a/packages/mirage-unikernel-caldav-monitoring-hvt.0.0.3/opam +++ b/packages/mirage-unikernel-caldav-monitoring-hvt.0.0.3/opam @@ -1,4 +1,4 @@ -# Generated by mirage.v4.3.4 +# Generated by mirage.v4.3.6 opam-version: "2.0" maintainer: "dummy" @@ -27,14 +27,14 @@ depends: [ "ethernet" { ?monorepo & >= "3.0.0" & < "4.0.0" } "fmt" { ?monorepo & >= "0.8.7" } "git-kv" { ?monorepo & >= "0.0.3" } - "git-mirage" { ?monorepo & >= "3.10.0" & < "3.13.0" } + "git-mirage" { ?monorepo & >= "3.10.0" & >= "3.13.0" & < "3.14.0" } "happy-eyeballs-mirage" { ?monorepo & >= "0.3.0" & < "1.0.0" } "icalendar" { ?monorepo & >= "0.1.3" } "logs-syslog" { ?monorepo & >= "0.3.0" } "lwt" { ?monorepo } "mimic" { ?monorepo } "mimic-happy-eyeballs" { ?monorepo & >= "0.0.5" } - "mirage" { build & >= "4.3.4" & < "4.4.0" } + "mirage" { build & >= "4.3.1" & < "4.4.0" } "mirage-bootvar-solo5" { ?monorepo & >= "0.6.0" & < "0.7.0" } "mirage-clock-solo5" { ?monorepo & >= "4.2.0" & < "5.0.0" } "mirage-console-solo5" { ?monorepo & >= "0.8.0" & < "0.9.0" } @@ -47,18 +47,17 @@ depends: [ "mirage-runtime" { ?monorepo & >= "4.3.1" & < "4.4.0" } "mirage-solo5" { ?monorepo & >= "0.9.0" & < "0.10.0" } "mirage-time" { ?monorepo } - "ocaml" { build & >= "4.08.0" } "ocaml-solo5" { build & >= "0.8.1" & < "0.9.0" } "opam-monorepo" { build & >= "0.3.2" } "solo5" { build & >= "0.7.5" & < "0.8.0" } "tcpip" { ?monorepo & >= "7.0.0" & >= "7.1.0" & < "9.0.0" } - "tls-mirage" { ?monorepo & >= "0.13.0" & < "0.17.0" } + "tls-mirage" { ?monorepo & >= "0.13.0" & < "0.18.0" } "uri" { ?monorepo } ] x-mirage-opam-lock-location: "mirage/mirage/caldav-hvt.opam.locked" -x-mirage-configure: ["sh" "-exc" "cd mirage/ && mirage configure -t hvt --allocation-policy=best-fit --context ./mirage/context --no-extra-repo"] +x-mirage-configure: ["sh" "-exc" "cd mirage/ && mirage configure -t hvt --allocation-policy=best-fit --enable-monitoring --tls-proxy=true --context ./mirage/context --no-extra-repo"] x-mirage-pre-build: [make "-Cmirage/" "lock" "depext-lockfile" "pull"] @@ -68,7 +67,7 @@ x-mirage-extra-repo: [ ["mirage-overlays" "https://github.com/dune-universe/mirage-opam-overlays.git"]] x-opam-monorepo-opam-provided: ["mirage" -"ocaml""ocaml-solo5""opam-monorepo" +"ocaml-solo5""opam-monorepo" "solo5"] -url { src: "git+https://github.com/roburio/caldav.git#future-robur" } +url { src: "git+https://github.com/roburio/caldav.git" }