update caldav-le-monitoring
This commit is contained in:
parent
0d274ed80c
commit
b177fc1548
1 changed files with 5 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
||||||
# Generated by mirage.v4.3.4
|
# Generated by mirage.v4.3.6
|
||||||
|
|
||||||
opam-version: "2.0"
|
opam-version: "2.0"
|
||||||
maintainer: "dummy"
|
maintainer: "dummy"
|
||||||
|
@ -28,7 +28,7 @@ depends: [
|
||||||
"ethernet" { ?monorepo & >= "3.0.0" & < "4.0.0" }
|
"ethernet" { ?monorepo & >= "3.0.0" & < "4.0.0" }
|
||||||
"fmt" { ?monorepo & >= "0.8.7" }
|
"fmt" { ?monorepo & >= "0.8.7" }
|
||||||
"git-kv" { ?monorepo & >= "0.0.3" }
|
"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" }
|
"happy-eyeballs-mirage" { ?monorepo & >= "0.3.0" & < "1.0.0" }
|
||||||
"icalendar" { ?monorepo & >= "0.1.3" }
|
"icalendar" { ?monorepo & >= "0.1.3" }
|
||||||
"logs-syslog" { ?monorepo & >= "0.3.0" }
|
"logs-syslog" { ?monorepo & >= "0.3.0" }
|
||||||
|
@ -48,18 +48,17 @@ depends: [
|
||||||
"mirage-runtime" { ?monorepo & >= "4.3.1" & < "4.4.0" }
|
"mirage-runtime" { ?monorepo & >= "4.3.1" & < "4.4.0" }
|
||||||
"mirage-solo5" { ?monorepo & >= "0.9.0" & < "0.10.0" }
|
"mirage-solo5" { ?monorepo & >= "0.9.0" & < "0.10.0" }
|
||||||
"mirage-time" { ?monorepo }
|
"mirage-time" { ?monorepo }
|
||||||
"ocaml" { build & >= "4.08.0" }
|
|
||||||
"ocaml-solo5" { build & >= "0.8.1" & < "0.9.0" }
|
"ocaml-solo5" { build & >= "0.8.1" & < "0.9.0" }
|
||||||
"opam-monorepo" { build & >= "0.3.2" }
|
"opam-monorepo" { build & >= "0.3.2" }
|
||||||
"solo5" { build & >= "0.7.5" & < "0.8.0" }
|
"solo5" { build & >= "0.7.5" & < "0.8.0" }
|
||||||
"tcpip" { ?monorepo & >= "7.0.0" & >= "7.1.0" & < "9.0.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 }
|
"uri" { ?monorepo }
|
||||||
]
|
]
|
||||||
|
|
||||||
x-mirage-opam-lock-location: "mirage/mirage/caldav-hvt.opam.locked"
|
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 --context ./mirage/context --no-extra-repo"]
|
||||||
|
|
||||||
x-mirage-pre-build: [make "-Cmirage/" "lock" "depext-lockfile" "pull"]
|
x-mirage-pre-build: [make "-Cmirage/" "lock" "depext-lockfile" "pull"]
|
||||||
|
|
||||||
|
@ -69,7 +68,7 @@ x-mirage-extra-repo: [
|
||||||
["mirage-overlays" "https://github.com/dune-universe/mirage-opam-overlays.git"]]
|
["mirage-overlays" "https://github.com/dune-universe/mirage-opam-overlays.git"]]
|
||||||
|
|
||||||
x-opam-monorepo-opam-provided: ["mirage"
|
x-opam-monorepo-opam-provided: ["mirage"
|
||||||
"ocaml""ocaml-solo5""opam-monorepo"
|
"ocaml-solo5""opam-monorepo"
|
||||||
"solo5"]
|
"solo5"]
|
||||||
|
|
||||||
url { src: "git+https://github.com/roburio/caldav.git#future-le" }
|
url { src: "git+https://github.com/roburio/caldav.git#future-le" }
|
||||||
|
|
Loading…
Reference in a new issue