retreat is mirage 4.8 now
This commit is contained in:
parent
62e0c4e513
commit
31088ba91d
1 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# Generated by mirage.v4.7.0
|
||||
# Generated by mirage.v4.8.0
|
||||
|
||||
opam-version: "2.0"
|
||||
maintainer: "dummy"
|
||||
|
@ -6,7 +6,7 @@ authors: "dummy"
|
|||
homepage: "dummy"
|
||||
bug-reports: "dummy"
|
||||
dev-repo: "git://dummy"
|
||||
synopsis: "The unikernel serving https://retreat.mirage.io with metrics reported to influx"
|
||||
synopsis: "The unikernel serving https://retreat.mirageos.org with metrics reported to influx"
|
||||
|
||||
build: [make "build"]
|
||||
|
||||
|
@ -26,14 +26,14 @@ depends: [
|
|||
"logs" { ?monorepo }
|
||||
"logs-syslog" { ?monorepo & >= "0.4.0" }
|
||||
"lwt" { ?monorepo }
|
||||
"mirage" { build & >= "4.7.0" & < "4.8.0" }
|
||||
"mirage" { build & >= "4.8.0" & < "4.9.0" }
|
||||
"mirage-bootvar" { ?monorepo & >= "1.0.0" & < "2.0.0" }
|
||||
"mirage-clock-solo5" { ?monorepo & >= "4.2.0" & < "5.0.0" }
|
||||
"mirage-crypto-rng-mirage" { ?monorepo & >= "1.0.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-runtime" { ?monorepo & >= "4.5.0" & >= "4.7.0" & < "4.8.0" }
|
||||
"mirage-runtime" { ?monorepo & >= "4.5.0" & >= "4.8.0" & < "4.9.0" }
|
||||
"mirage-solo5" { ?monorepo & >= "0.9.0" & < "0.10.0" }
|
||||
"mirage-time" { ?monorepo }
|
||||
"ocaml-solo5" { build & >= "0.8.2" & < "0.9.0" }
|
||||
|
|
Loading…
Reference in a new issue