update static-website to mirageos 4.2

This commit is contained in:
Hannes Mehnert 2022-08-05 11:59:53 +02:00
parent d422e88e38
commit 96a6d337a7
2 changed files with 61 additions and 44 deletions

View file

@ -1,44 +0,0 @@
# Generated by ./config.exe configure -t hvt (2022-03-02 10:57:16-00:00).
opam-version: "2.0"
name: "mirage-unikernel-https-hvt"
depends: [ "arp" { >= "3.0.0" & < "4.0.0"}
"cohttp-mirage" { >= "4.0.0" & < "5.0.0"}
"conduit-mirage" { >= "5.0.0" & < "6.0.0"}
"crunch" {build & >= "3.1.0" & < "4.0.0"}
"ethernet" { >= "3.0.0" & < "4.0.0"}
"fmt" { >= "0.8.7"}
"functoria-runtime"
"lwt"
"magic-mime"
"mirage" {build & >= "3.10.0" & < "3.11.0"}
"mirage-bootvar-solo5" { >= "0.6.0" & < "0.7.0"}
"mirage-clock-freestanding" { >= "3.0.0" & < "5.0.0"}
"mirage-crypto-rng-mirage" { >= "0.8.0" & < "0.11.0"}
"mirage-kv-mem" { >= "3.0.0" & < "4.0.0"}
"mirage-logs" { >= "1.2.0" & < "2.0.0"}
"mirage-net-solo5" { >= "0.6.1" & < "0.7.0"}
"mirage-runtime" { >= "3.10.0" & < "3.11.0"}
"mirage-solo5" { >= "0.6.1" & < "0.7.0"}
"mirage-types" { >= "3.10.0" & < "3.11.0"}
"mirage-types-lwt" { >= "3.10.0" & < "3.11.0"}
"ocaml" {build & >= "4.08.0"}
"ocamlbuild" {build}
"ocamlfind" {build}
"solo5-bindings-hvt" { >= "0.6.0" & < "0.7.0"}
"tcpip" { >= "7.0.0" & < "8.0.0"}
"tls-mirage" { >= "0.13.0" & < "0.16.0"}
"uri"
]
maintainer: "dummy"
authors: "dummy"
homepage: "dummy"
bug-reports: "dummy"
dev-repo: "git+https://example.com/nonexistent"
build: [ "sh" "-exc" "cd applications/static_website_tls && mirage configure -t hvt --http 80 --https 443 && mirage build" ]
synopsis: "A static website example unikernel."
install: [
[ "cp" "applications/static_website_tls/https.hvt" "%{bin}%/https.hvt" ]
[ "strip" "%{bin}%/https.hvt" ]
[ "cp" "applications/static_website_tls/https.hvt" "%{prefix}%/https.hvt.debug" ]
]
url { src: "git+https://github.com/mirage/mirage-skeleton.git#mirage-3" }

View file

@ -0,0 +1,61 @@
# Generated by mirage.v4.2.0
opam-version: "2.0"
maintainer: "dummy"
authors: "dummy"
homepage: "dummy"
bug-reports: "dummy"
dev-repo: "git://dummy"
synopsis: "A static website example unikernel"
build: ["sh" "-exc" "cd applications/static_website_tls/ && mirage build"]
install: [
[ "cp" "applications/static_website_tls/dist/https.hvt" "%{bin}%/https.hvt" ]
[ "strip" "%{bin}%/https.hvt" ]
[ "cp" "applications/static_website_tls/dist/https.hvt" "%{prefix}%/https.hvt.debug" ]
]
depends: [
"arp" { ?monorepo & >= "3.0.0" & < "4.0.0" }
"cohttp-mirage" { ?monorepo & >= "4.0.0" & < "6.0.0" }
"conduit-mirage" { ?monorepo & >= "5.1.0" & < "6.0.0" }
"crunch" { ?monorepo & build & >= "3.1.0" & < "4.0.0" }
"ethernet" { ?monorepo & >= "3.0.0" & < "4.0.0" }
"lwt" { ?monorepo }
"magic-mime" { ?monorepo }
"mirage" { build & >= "4.2.0" & < "4.3.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.11.0" }
"mirage-kv-mem" { ?monorepo & >= "3.0.0" & < "4.0.0" }
"mirage-logs" { ?monorepo & >= "1.2.0" & < "2.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.2.0" & < "4.3.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 & >= "7.0.0" & < "8.0.0" }
"tls-mirage" { ?monorepo & >= "0.13.0" & < "0.16.0" }
"uri" { ?monorepo }
]
x-mirage-opam-lock-location: "applications/static_website_tls/mirage/https-hvt.opam.locked"
x-mirage-configure: ["sh" "-exc" "cd applications/static_website_tls/ && mirage configure -t hvt --http 80 --https 443 --allocation-policy=best-fit --context ./mirage/context --no-extra-repo"]
x-mirage-pre-build: [make "-Capplications/static_website_tls/" "lock" "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"]
url { src: "git+https://github.com/mirage/mirage-skeleton.git" }