hello: with 4.7.0

This commit is contained in:
Hannes Mehnert 2024-09-11 21:06:24 +02:00
parent 8b21ed81dc
commit a335acd9fd
2 changed files with 5 additions and 67 deletions

View file

@ -1,4 +1,4 @@
# Generated by mirage.v4.5.0 # Generated by mirage.v4.7.0
opam-version: "2.0" opam-version: "2.0"
maintainer: "dummy" maintainer: "dummy"
@ -19,11 +19,11 @@ install: [
depends: [ depends: [
"duration" { ?monorepo & < "1.0.0" } "duration" { ?monorepo & < "1.0.0" }
"lwt" { ?monorepo } "lwt" { ?monorepo }
"mirage" { build & >= "4.5.0" & < "4.6.0" } "mirage" { build & >= "4.7.0" & < "4.8.0" }
"mirage-bootvar-solo5" { ?monorepo & >= "0.6.0" & < "0.7.0" } "mirage-bootvar" { ?monorepo & >= "1.0.0" & < "2.0.0" }
"mirage-clock-solo5" { ?monorepo & >= "4.2.0" & < "5.0.0" } "mirage-clock-solo5" { ?monorepo & >= "4.2.0" & < "5.0.0" }
"mirage-logs" { ?monorepo & >= "2.0.0" & < "3.0.0" } "mirage-logs" { ?monorepo & >= "2.0.0" & < "3.0.0" }
"mirage-runtime" { ?monorepo & >= "4.5.0" & < "4.6.0" } "mirage-runtime" { ?monorepo & >= "4.7.0" & < "4.8.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-solo5" { build & >= "0.8.2" & < "0.9.0" } "ocaml-solo5" { build & >= "0.8.2" & < "0.9.0" }
@ -44,4 +44,4 @@ x-mirage-extra-repo: [
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/mirage/mirage-skeleton.git" } url { src: "git+https://github.com/mirage/mirage-skeleton.git#main" }

View file

@ -1,62 +0,0 @@
# Generated by mirage.v4.3.4
opam-version: "2.0"
maintainer: "dummy"
authors: "dummy"
homepage: "dummy"
bug-reports: "dummy"
dev-repo: "git://dummy"
synopsis: "The unikernel used for https://nqsb.io and subdomains, reports metrics to influx"
build: ["sh" "-exc" "mirage build"]
install: [
[ "cp" "dist/nqsbio.hvt" "%{bin}%/nqsbio.hvt" ]
[ "strip" "%{bin}%/nqsbio.hvt" ]
[ "cp" "dist/nqsbio.hvt" "%{prefix}%/nqsbio.hvt.debug" ]
]
depends: [
"arp" { ?monorepo & >= "3.0.0" & < "4.0.0" }
"crunch" { ?monorepo & build & >= "3.1.0" & < "4.0.0" }
"ethernet" { ?monorepo & >= "3.0.0" & < "4.0.0" }
"logs" { ?monorepo }
"logs-syslog" { ?monorepo & >= "0.4.0" }
"lwt" { ?monorepo }
"mirage" { build & >= "4.4.0" & < "4.5.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-kv" { ?monorepo & >= "2.0.0" }
"mirage-kv-mem" { ?monorepo & >= "3.0.0" & < "4.0.0" }
"mirage-logs" { ?monorepo & >= "1.2.0" & < "2.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-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" }
"tcpip" { ?monorepo & >= "3.7.1" & >= "7.0.0" & < "9.0.0" }
"tyxml" { ?monorepo }
"solo5" { build & >= "0.7.5" & < "0.9.0" }
]
x-mirage-opam-lock-location: "mirage/nqsbio-hvt.opam.locked"
x-mirage-configure: ["sh" "-exc" "mirage configure -t hvt --allocation-policy=best-fit --context ./mirage/context --no-extra-repo"]
x-mirage-pre-build: [make "lock" "depext-lockfile" "pull"]
x-mirage-extra-repo: [
["opam-overlays" "https://github.com/dune-universe/opam-overlays.git"]
["mirage-overlays" "https://github.com/dune-universe/mirage-opam-overlays.git"]]
x-opam-monorepo-opam-provided: ["mirage"
"ocaml""ocaml-solo5"
"opam-monorepo""solo5"]
url { src: "git+https://github.com/mirleft/nqsb.io.git#future" }