albatross: updates from upstream
This commit is contained in:
parent
f8e400045f
commit
5fc73ff903
1 changed files with 4 additions and 4 deletions
|
@ -16,14 +16,15 @@ depends: [
|
||||||
"ipaddr" {>= "5.3.0"}
|
"ipaddr" {>= "5.3.0"}
|
||||||
"cstruct" {>= "6.0.0"}
|
"cstruct" {>= "6.0.0"}
|
||||||
"logs"
|
"logs"
|
||||||
"bos"
|
"bos" {>= "0.2.0"}
|
||||||
"ptime"
|
"ptime"
|
||||||
"cmdliner" {>= "1.1.0"}
|
"cmdliner" {>= "1.1.0"}
|
||||||
"fmt" {>= "0.8.7"}
|
"fmt" {>= "0.8.7"}
|
||||||
"x509" {>= "0.13.0"}
|
"x509" {>= "0.13.0"}
|
||||||
"tls" {>= "0.13.1"}
|
"tls" {>= "0.16.0"}
|
||||||
|
"tls-lwt" {>= "0.16.0"}
|
||||||
"mirage-crypto"
|
"mirage-crypto"
|
||||||
"mirage-crypto-rng" {>= "0.8.0"}
|
"mirage-crypto-rng" {>= "0.11.0"}
|
||||||
"asn1-combinators" {>= "0.2.0"}
|
"asn1-combinators" {>= "0.2.0"}
|
||||||
"duration"
|
"duration"
|
||||||
"decompress" {>= "1.3.0"}
|
"decompress" {>= "1.3.0"}
|
||||||
|
@ -56,7 +57,6 @@ already existing bridges, block devices, memory, and CPU. Each unikernel is
|
||||||
pinned (`cpuset` / `taskset`) to a specific core.
|
pinned (`cpuset` / `taskset`) to a specific core.
|
||||||
"""
|
"""
|
||||||
depexts: ["linux-headers"] {os-family = "alpine"}
|
depexts: ["linux-headers"] {os-family = "alpine"}
|
||||||
available: os != "macos"
|
|
||||||
url {
|
url {
|
||||||
src: "git+https://github.com/roburio/albatross.git"
|
src: "git+https://github.com/roburio/albatross.git"
|
||||||
}
|
}
|
Loading…
Reference in a new issue