mirage-unikernel-nqsb: update
This commit is contained in:
parent
94d738e14c
commit
8cd282b9c7
1 changed files with 8 additions and 8 deletions
16
packages/mirage-unikernel-nqsbio-hvt.0.0.2/opam
vendored
16
packages/mirage-unikernel-nqsbio-hvt.0.0.2/opam
vendored
|
@ -1,18 +1,18 @@
|
|||
# Generated by ./config.exe configure -t hvt (2020-12-21 14:55:19-00:00).
|
||||
# Generated by ./config.exe configure -t hvt --allocation-policy=best-fit (2022-01-09 14:34:07-00:00).
|
||||
opam-version: "2.0"
|
||||
name: "mirage-unikernel-nqsbio-hvt"
|
||||
depends: [ "arp" { >= "2.3.0" & < "3.0.0"}
|
||||
depends: [ "arp" { >= "3.0.0" & < "4.0.0"}
|
||||
"crunch" {build & >= "3.1.0" & < "4.0.0"}
|
||||
"ethernet" { >= "2.2.0" & < "3.0.0"}
|
||||
"ethernet" { >= "3.0.0" & < "4.0.0"}
|
||||
"functoria-runtime"
|
||||
"logs"
|
||||
"logs-syslog" { >= "0.3.0" & < "0.4"}
|
||||
"logs-syslog" { >= "0.3.0"}
|
||||
"lwt"
|
||||
"mirage" {build & >= "3.10.0" & < "3.11.0"}
|
||||
"mirage-bootvar-solo5" { >= "0.6.0" & < "0.7.0"}
|
||||
"mirage-clock-freestanding" { >= "3.0.0" & < "4.0.0"}
|
||||
"mirage-clock-freestanding" { >= "3.0.0" & < "5.0.0"}
|
||||
"mirage-console-solo5" { >= "0.6.1" & < "0.7.0"}
|
||||
"mirage-crypto-rng-mirage" { >= "0.8.0" & < "0.9.0"}
|
||||
"mirage-crypto-rng-mirage" { >= "0.8.0" & < "0.11.0"}
|
||||
"mirage-kv" { >= "2.0.0"}
|
||||
"mirage-kv-mem" { >= "3.0.0" & < "4.0.0"}
|
||||
"mirage-logs" { >= "1.2.0" & < "2.0.0"}
|
||||
|
@ -26,7 +26,7 @@ depends: [ "arp" { >= "2.3.0" & < "3.0.0"}
|
|||
"ocamlbuild" {build}
|
||||
"ocamlfind" {build}
|
||||
"solo5-bindings-hvt" { >= "0.6.0" & < "0.7.0"}
|
||||
"tcpip" { >= "3.7.1" & >= "6.0.0" & < "7.0.0"}
|
||||
"tcpip" { >= "3.7.1" & >= "7.0.0" & < "8.0.0"}
|
||||
"tyxml"
|
||||
]
|
||||
maintainer: "dummy"
|
||||
|
@ -34,7 +34,7 @@ authors: "dummy"
|
|||
homepage: "dummy"
|
||||
bug-reports: "dummy"
|
||||
dev-repo: "git+https://example.com/nonexistent"
|
||||
build: [ "sh" "-exc" "mirage configure -t hvt && mirage build" ]
|
||||
build: [ "sh" "-exc" "mirage configure -t hvt --allocation-policy=best-fit && mirage build" ]
|
||||
synopsis: "The unikernel used for https://nqsb.io and subdomains, reports metrics to influx"
|
||||
install: [
|
||||
[ "cp" "nqsbio.hvt" "%{bin}%/nqsbio.hvt" ]
|
||||
|
|
Loading…
Reference in a new issue