···
2
+
maintainer: "Hannes Mehnert <hannes@mehnert.org>"
3
+
authors: ["Hannes Mehnert <hannes@mehnert.org>"]
4
+
homepage: "https://github.com/robur-coop/albatross"
5
+
dev-repo: "git+https://github.com/robur-coop/albatross.git"
6
+
bug-reports: "https://github.com/robur-coop/albatross/issues"
10
+
"ocaml" {>= "4.14.0"}
13
+
"conf-pkg-config" {build}
14
+
"conf-libnl3" {os = "linux"}
16
+
"ipaddr" {>= "5.3.0"}
19
+
"ptime" {>= "1.1.0"}
20
+
"cmdliner" {>= "1.1.0"}
24
+
"tls-lwt" {>= "1.0.2"}
25
+
"asn1-combinators" {>= "0.3.0"}
27
+
"decompress" {>= "1.3.0"}
28
+
"bigstringaf" {>= "0.2.0"}
29
+
"metrics" {>= "0.2.0"}
30
+
"metrics-lwt" {>= "0.2.0"}
31
+
"metrics-influx" {>= "0.2.0"}
34
+
"http-lwt-client" {>= "0.3.0"}
35
+
"happy-eyeballs-lwt"
36
+
"solo5-elftool" {>= "0.4.0"}
37
+
"cachet" {>= "0.0.2"}
38
+
"fpath" {>= "0.7.3"}
39
+
"logs-syslog" {>= "0.4.1"}
40
+
"digestif" {>= "1.2.0"}
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
+
x-maintenance-intent: [ "(latest)" ]
62
+
"https://github.com/robur-coop/albatross/releases/download/v2.4.1/albatross-2.4.1.tbz"
64
+
"sha256=fca03a99220d743386ed97900271e2fb1e38c48c56f10faa2a47757fc931db8e"
65
+
"sha512=ee608bcd42047f702bfe6007f664dc10d71faa4f2aeaedf278802c58f6b3bcfe35d53ebcb73f5e3ce59bbc9e6bfa8f27e81051d10a690876fa035b0279e950da"
68
+
x-commit-hash: "79b3b9a180ffd566e869db27ee7c70d185e2f8bd"