|
| 1 | +opam-version: "2.0" |
| 2 | +maintainer: "Hannes Mehnert < [email protected]>" |
| 3 | +authors: ["Hannes Mehnert < [email protected]>"] |
| 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" |
| 7 | +license: "ISC" |
| 8 | + |
| 9 | +depends: [ |
| 10 | + "ocaml" {>= "4.12.0"} |
| 11 | + "dune" {>= "2.7.0"} |
| 12 | + "dune-configurator" |
| 13 | + "conf-pkg-config" {build} |
| 14 | + "conf-libnl3" {os = "linux"} |
| 15 | + "lwt" {>= "3.0.0"} |
| 16 | + "ipaddr" {>= "5.3.0"} |
| 17 | + "cstruct" {>= "6.0.0"} |
| 18 | + "logs" |
| 19 | + "bos" |
| 20 | + "ptime" |
| 21 | + "cmdliner" {>= "1.1.0"} |
| 22 | + "fmt" {>= "0.8.7"} |
| 23 | + "x509" {>= "0.13.0"} |
| 24 | + "tls" {>= "0.13.1"} |
| 25 | + "mirage-crypto" |
| 26 | + "mirage-crypto-rng" {>= "0.8.0"} |
| 27 | + "asn1-combinators" {>= "0.2.0"} |
| 28 | + "duration" |
| 29 | + "decompress" {>= "1.3.0"} |
| 30 | + "bigstringaf" {>= "0.2.0"} |
| 31 | + "checkseum" |
| 32 | + "metrics" {>= "0.2.0"} |
| 33 | + "metrics-lwt" {>= "0.2.0"} |
| 34 | + "metrics-influx" {>= "0.2.0"} |
| 35 | + "metrics-rusage" |
| 36 | + "hex" |
| 37 | + "http-lwt-client" {>= "0.2.0"} |
| 38 | + "happy-eyeballs-lwt" |
| 39 | + "solo5-elftool" {>= "0.3"} |
| 40 | + "owee" {>= "0.4"} |
| 41 | + "alcotest" {with-test} |
| 42 | +] |
| 43 | +build: [ |
| 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"} |
| 49 | +] |
| 50 | +synopsis: "Albatross - orchestrate and manage MirageOS unikernels with Solo5" |
| 51 | +description: """ |
| 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. |
| 57 | +""" |
| 58 | +depexts: ["linux-headers"] {os-family = "alpine"} |
| 59 | +url { |
| 60 | + src: |
| 61 | + "https://github.com/roburio/albatross/releases/download/v1.5.3/albatross-1.5.3.tbz" |
| 62 | + checksum: [ |
| 63 | + "sha256=83dfd617ca59edda98f072a0cbda487123fb7841a1d371c3677873d905e7a1d4" |
| 64 | + "sha512=834d0094b120ca25cb5d55b35abe2452af5f3a6de92da748ee5b34e73acff31dec3408ed950bca68d34f045b5601acab1822227c6ff3047d0efef7a7e5090a4f" |
| 65 | + ] |
| 66 | +} |
| 67 | +x-commit-hash: "be7e9cb9cc70481b893253a019e1ca593fb7ff85" |
0 commit comments