unipi is mirage 4.5.0 now

This commit is contained in:
Hannes Mehnert 2024-05-09 14:19:09 +02:00
parent 8dde47eb09
commit 6c52d39a3d
2 changed files with 22 additions and 24 deletions

View file

@ -1,4 +1,4 @@
# Generated by mirage.v4.3.6
# Generated by mirage.v4.5.0
opam-version: "2.0"
maintainer: "dummy"
@ -8,7 +8,7 @@ bug-reports: "dummy"
dev-repo: "git://dummy"
synopsis: "A web server unikernel which content is stored in a remote git repository, TLS certificate via ALPN let's encrypt challenge"
build: ["sh" "-exc" "mirage build"]
build: [make "build"]
install: [
[ "cp" "dist/unipi.hvt" "%{bin}%/unipi.hvt" ]
@ -22,12 +22,13 @@ depends: [
"awa" { ?monorepo }
"awa-mirage" { ?monorepo }
"dns-client-mirage" { ?monorepo & >= "7.0.0" & < "8.0.0" }
"duration" { ?monorepo & < "1.0.0" }
"ethernet" { ?monorepo & >= "3.0.0" & < "4.0.0" }
"git" { ?monorepo & >= "3.7.0" }
"git-kv" { ?monorepo & >= "0.0.2" }
"git-mirage" { ?monorepo & >= "3.10.0" & >= "3.13.0" & < "3.14.0" }
"git-mirage" { ?monorepo & >= "3.10.0" & >= "3.13.0" & < "3.16.0" }
"git-paf" { ?monorepo & >= "3.7.0" }
"happy-eyeballs-mirage" { ?monorepo & >= "0.3.0" & < "1.0.0" }
"happy-eyeballs-mirage" { ?monorepo & >= "0.6.0" & < "1.0.0" }
"http-mirage-client" { ?monorepo & >= "0.0.1" & >= "0.0.3" & < "0.1.0" }
"letsencrypt" { ?monorepo & >= "0.3.0" }
"letsencrypt-mirage" { ?monorepo }
@ -36,17 +37,17 @@ depends: [
"magic-mime" { ?monorepo & >= "1.3.0" }
"mimic" { ?monorepo }
"mimic-happy-eyeballs" { ?monorepo & >= "0.0.5" }
"mirage" { build & >= "4.4.0" & < "4.5.0" }
"mirage" { build & >= "4.5.0" & < "4.6.0" }
"mirage-bootvar-solo5" { ?monorepo & >= "0.6.0" & < "0.7.0" }
"mirage-clock-solo5" { ?monorepo & >= "4.2.0" & < "5.0.0" }
"mirage-crypto-rng-mirage" { ?monorepo & >= "0.8.0" & < "0.12.0" }
"mirage-logs" { ?monorepo & >= "1.2.0" & < "2.0.0" }
"mirage-logs" { ?monorepo & >= "2.0.0" & < "3.0.0" }
"mirage-net-solo5" { ?monorepo & >= "0.8.0" & < "0.9.0" }
"mirage-random" { ?monorepo & >= "3.0.0" & < "4.0.0" }
"mirage-runtime" { ?monorepo & >= "4.4.0" & < "4.5.0" }
"mirage-runtime" { ?monorepo & >= "4.5.0" & < "4.6.0" }
"mirage-solo5" { ?monorepo & >= "0.9.0" & < "0.10.0" }
"mirage-time" { ?monorepo }
"ocaml-solo5" { build & >= "0.8.1" & < "0.9.0" }
"ocaml-solo5" { build & >= "0.8.2" & < "0.9.0" }
"opam-monorepo" { build & >= "0.3.2" }
"paf" { ?monorepo & >= "0.5.0" }
"solo5" { build & >= "0.7.5" & < "0.8.0" }
@ -56,7 +57,7 @@ depends: [
x-mirage-opam-lock-location: "mirage/unipi-hvt.opam.locked"
x-mirage-configure: ["sh" "-exc" "mirage configure -t hvt --allocation-policy=best-fit --context ./mirage/context --no-extra-repo"]
x-mirage-configure: ["sh" "-exc" "mirage configure -t hvt --context ./mirage/context --no-extra-repo"]
x-mirage-pre-build: [make "lock" "depext-lockfile" "pull"]
@ -65,8 +66,6 @@ x-mirage-extra-repo: [
["mirage-overlays" "https://github.com/dune-universe/mirage-opam-overlays.git"]]
x-opam-monorepo-opam-provided: ["mirage"
"ocaml-solo5""opam-monorepo"
"solo5"]
x-opam-monorepo-opam-provided: ["mirage" "ocaml-solo5" "opam-monorepo" "solo5"]
url { src: "git+https://github.com/robur-coop/unipi.git" }

View file

@ -1,4 +1,4 @@
# Generated by mirage.v4.3.6
# Generated by mirage.v4.5.0
opam-version: "2.0"
maintainer: "dummy"
@ -8,7 +8,7 @@ bug-reports: "dummy"
dev-repo: "git://dummy"
synopsis: "A web server unikernel which content is stored in a remote git repository, TLS certificate via ALPN let's encrypt challenge, which reports metrics to influx"
build: ["sh" "-exc" "mirage build"]
build: [make "build"]
install: [
[ "cp" "dist/unipi.hvt" "%{bin}%/unipi.hvt" ]
@ -22,12 +22,13 @@ depends: [
"awa" { ?monorepo }
"awa-mirage" { ?monorepo }
"dns-client-mirage" { ?monorepo & >= "7.0.0" & < "8.0.0" }
"duration" { ?monorepo & < "1.0.0" }
"ethernet" { ?monorepo & >= "3.0.0" & < "4.0.0" }
"git" { ?monorepo & >= "3.7.0" }
"git-kv" { ?monorepo & >= "0.0.2" }
"git-mirage" { ?monorepo & >= "3.10.0" & >= "3.13.0" & < "3.14.0" }
"git-mirage" { ?monorepo & >= "3.10.0" & >= "3.13.0" & < "3.16.0" }
"git-paf" { ?monorepo & >= "3.7.0" }
"happy-eyeballs-mirage" { ?monorepo & >= "0.3.0" & < "1.0.0" }
"happy-eyeballs-mirage" { ?monorepo & >= "0.6.0" & < "1.0.0" }
"http-mirage-client" { ?monorepo & >= "0.0.1" & >= "0.0.3" & < "0.1.0" }
"letsencrypt" { ?monorepo & >= "0.3.0" }
"letsencrypt-mirage" { ?monorepo }
@ -37,18 +38,18 @@ depends: [
"magic-mime" { ?monorepo & >= "1.3.0" }
"mimic" { ?monorepo }
"mimic-happy-eyeballs" { ?monorepo & >= "0.0.5" }
"mirage" { build & >= "4.4.0" & < "4.5.0" }
"mirage" { build & >= "4.5.0" & < "4.6.0" }
"mirage-bootvar-solo5" { ?monorepo & >= "0.6.0" & < "0.7.0" }
"mirage-clock-solo5" { ?monorepo & >= "4.2.0" & < "5.0.0" }
"mirage-crypto-rng-mirage" { ?monorepo & >= "0.8.0" & < "0.12.0" }
"mirage-logs" { ?monorepo & >= "1.2.0" & < "2.0.0" }
"mirage-logs" { ?monorepo & >= "2.0.0" & < "3.0.0" }
"mirage-monitoring" { ?monorepo }
"mirage-net-solo5" { ?monorepo & >= "0.8.0" & < "0.9.0" }
"mirage-random" { ?monorepo & >= "3.0.0" & < "4.0.0" }
"mirage-runtime" { ?monorepo & >= "4.4.0" & < "4.5.0" }
"mirage-runtime" { ?monorepo & >= "4.5.0" & < "4.6.0" }
"mirage-solo5" { ?monorepo & >= "0.9.0" & < "0.10.0" }
"mirage-time" { ?monorepo }
"ocaml-solo5" { build & >= "0.8.1" & < "0.9.0" }
"ocaml-solo5" { build & >= "0.8.2" & < "0.9.0" }
"opam-monorepo" { build & >= "0.3.2" }
"paf" { ?monorepo & >= "0.5.0" }
"solo5" { build & >= "0.7.5" & < "0.8.0" }
@ -58,7 +59,7 @@ depends: [
x-mirage-opam-lock-location: "mirage/unipi-hvt.opam.locked"
x-mirage-configure: ["sh" "-exc" "mirage configure -t hvt --allocation-policy=best-fit --enable-monitoring --context ./mirage/context --no-extra-repo"]
x-mirage-configure: ["sh" "-exc" "mirage configure -t hvt --enable-monitoring --context ./mirage/context --no-extra-repo"]
x-mirage-pre-build: [make "lock" "depext-lockfile" "pull"]
@ -67,8 +68,6 @@ x-mirage-extra-repo: [
["mirage-overlays" "https://github.com/dune-universe/mirage-opam-overlays.git"]]
x-opam-monorepo-opam-provided: ["mirage"
"ocaml-solo5""opam-monorepo"
"solo5"]
x-opam-monorepo-opam-provided: ["mirage" "ocaml-solo5" "opam-monorepo" "solo5"]
url { src: "git+https://github.com/robur-coop/unipi.git" }