···
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"}
25
+
"tls-lwt" {>= "0.16.0"}
27
+
"mirage-crypto-rng" {>= "0.11.0"}
28
+
"asn1-combinators" {>= "0.2.0"}
30
+
"decompress" {>= "1.3.0"}
31
+
"bigstringaf" {>= "0.2.0"}
33
+
"metrics" {>= "0.2.0"}
34
+
"metrics-lwt" {>= "0.2.0"}
35
+
"metrics-influx" {>= "0.2.0"}
38
+
"http-lwt-client" {>= "0.2.0"}
39
+
"happy-eyeballs-lwt"
40
+
"solo5-elftool" {>= "0.3"}
42
+
"alcotest" {with-test}
45
+
["dune" "subst"] {dev}
46
+
["dune" "build" "-p" name "-j" jobs]
47
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
48
+
["sh" "-ex" "packaging/FreeBSD/create_package.sh"] {os = "freebsd"}
49
+
["sh" "-ex" "packaging/debian/create_package.sh"] {os-family = "debian" | os-family = "ubuntu"}
51
+
synopsis: "Albatross - orchestrate and manage MirageOS unikernels with Solo5"
53
+
The goal of albatross is robust deployment of [MirageOS](https://mirage.io)
54
+
unikernels using [Solo5](https://github.com/solo5/solo5). Resources managed
55
+
by albatross are network interfaces of kind `tap`, which are connected to
56
+
already existing bridges, block devices, memory, and CPU. Each unikernel is
57
+
pinned (`cpuset` / `taskset`) to a specific core.
59
+
depexts: ["linux-headers"] {os-family = "alpine"}
62
+
"https://github.com/roburio/albatross/releases/download/v2.0.0/albatross-2.0.0.tbz"
64
+
"sha256=fdc949f0db15b22ba42186ca26dcaf58b043f3901f1af2960fdc736849f1c037"
65
+
"sha512=907f83129a6110f13761f2278ae58a0395ee5cdf70e7ef9802c5f2252dcdfb2557363f27dc4dc54cce091c8aab959ddebc252f37ba49b644b8d926c8d87eddfd"
68
+
x-commit-hash: "2fb15daf5a3f8fe68b3ea369c4571a5e302a802d"