···
2
+
maintainer: "Hannes Mehnert <hannes@mehnert.org>"
3
+
authors: ["Hannes Mehnert <hannes@mehnert.org>"]
4
+
homepage: "https://github.com/roburio/albatross"
5
+
dev-repo: "git+https://github.com/roburio/albatross.git"
6
+
bug-reports: "https://github.com/roburio/albatross/issues"
10
+
"ocaml" {>= "4.10.0"}
13
+
"conf-pkg-config" {build}
14
+
"conf-libnl3" {os = "linux"}
16
+
"ipaddr" {>= "4.0.0"}
17
+
"cstruct" {>= "6.0.0"}
21
+
"cmdliner" {>= "1.0.0"}
23
+
"x509" {>= "0.13.0"}
26
+
"mirage-crypto-rng" {>= "0.8.0"}
27
+
"asn1-combinators" {>= "0.2.0"}
29
+
"decompress" {>= "1.3.0"}
30
+
"bigstringaf" {>= "0.2.0"}
32
+
"metrics" {>= "0.2.0"}
33
+
"metrics-lwt" {>= "0.2.0"}
34
+
"metrics-influx" {>= "0.2.0"}
37
+
"http-lwt-client" {>= "0.0.4"}
38
+
"happy-eyeballs-lwt"
39
+
"solo5-elftool" {>= "0.3"}
43
+
["dune" "subst"] {dev}
44
+
["dune" "build" "-p" name "-j" jobs]
45
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
46
+
["sh" "-ex" "packaging/FreeBSD/create_package.sh"] {os = "freebsd"}
47
+
["sh" "-ex" "packaging/debian/create_package.sh"] {os-family = "debian" | os-family = "ubuntu"}
49
+
synopsis: "Albatross - orchestrate and manage MirageOS unikernels with Solo5"
51
+
The goal of albatross is robust deployment of [MirageOS](https://mirage.io)
52
+
unikernels using [Solo5](https://github.com/solo5/solo5). Resources managed
53
+
by albatross are network interfaces of kind `tap`, which are connected to
54
+
already existing bridges, block devices, memory, and CPU. Each unikernel is
55
+
pinned (`cpuset` / `taskset`) to a specific core.
57
+
depexts: ["linux-headers"] {os-family = "alpine"}
58
+
available: os != "macos"
61
+
"https://github.com/roburio/albatross/releases/download/v1.4.1/albatross-1.4.1.tbz"
63
+
"sha256=c9ad2de7169806ffa2d9879e1365c797f96753147dfdfaa92310bde8e0aba785"
64
+
"sha512=0622c66c7e2a601057af07e463a6fa1f30fdb38ae614ba0c8d527cf0dcf61f52802ea8fcd2ca1a696496a141f6630082fe386c6248d15038981f56cf14853917"
67
+
x-commit-hash: "15f89e1469b3016989fa5c5e95816fb952fcdf9b"