···
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.12.0"}
13
+
"conf-pkg-config" {build}
14
+
"conf-libnl3" {os = "linux"}
16
+
"ipaddr" {>= "5.3.0"}
17
+
"cstruct" {>= "6.0.0"}
21
+
"cmdliner" {>= "1.1.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" & < "0.1.0"}
38
+
"happy-eyeballs-lwt"
39
+
"solo5-elftool" {>= "0.3"}
41
+
"alcotest" {with-test}
44
+
["dune" "subst"] {dev}
45
+
["dune" "build" "-p" name "-j" jobs]
46
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
47
+
["sh" "-ex" "packaging/FreeBSD/create_package.sh"] {os = "freebsd"}
48
+
["sh" "-ex" "packaging/debian/create_package.sh"] {os-family = "debian" | os-family = "ubuntu"}
50
+
synopsis: "Albatross - orchestrate and manage MirageOS unikernels with Solo5"
52
+
The goal of albatross is robust deployment of [MirageOS](https://mirage.io)
53
+
unikernels using [Solo5](https://github.com/solo5/solo5). Resources managed
54
+
by albatross are network interfaces of kind `tap`, which are connected to
55
+
already existing bridges, block devices, memory, and CPU. Each unikernel is
56
+
pinned (`cpuset` / `taskset`) to a specific core.
58
+
depexts: ["linux-headers"] {os-family = "alpine"}
59
+
available: os != "macos"
62
+
"https://github.com/roburio/albatross/releases/download/v1.5.2/albatross-1.5.2.tbz"
64
+
"sha256=674117cb5785851badb36aea1cb0aeed9728f27a451b675383514c1a3b85d0e3"
65
+
"sha512=367b45d7b4ed2207d7a2ddbf2efb65f1bb26964e0254d8868e5222156ff20b4aee61b55a6d0e956dcc5a13956ee509845f8a8d94e45cafdee0d8ea0ceb360cda"
68
+
x-commit-hash: "aa54b7564b0b21a4b2769ec3538f57882afe003b"