|
| 1 | +opam-version: "2.0" |
| 2 | +maintainer: "Hannes Mehnert < [email protected]>" |
| 3 | +authors: ["Hannes Mehnert < [email protected]>"] |
| 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" |
| 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" {>= "0.2.0"} |
| 20 | + "ptime" |
| 21 | + "cmdliner" {>= "1.1.0"} |
| 22 | + "fmt" {>= "0.8.7"} |
| 23 | + "x509" {>= "0.13.0"} |
| 24 | + "tls" {>= "0.16.0"} |
| 25 | + "tls-lwt" {>= "0.16.0"} |
| 26 | + "mirage-crypto" |
| 27 | + "mirage-crypto-rng" {>= "0.11.0"} |
| 28 | + "asn1-combinators" {>= "0.2.0"} |
| 29 | + "duration" |
| 30 | + "decompress" {>= "1.3.0"} |
| 31 | + "bigstringaf" {>= "0.2.0"} |
| 32 | + "checkseum" |
| 33 | + "metrics" {>= "0.2.0"} |
| 34 | + "metrics-lwt" {>= "0.2.0"} |
| 35 | + "metrics-influx" {>= "0.2.0"} |
| 36 | + "metrics-rusage" |
| 37 | + "ohex" {>= "0.2.0"} |
| 38 | + "http-lwt-client" {>= "0.2.0"} |
| 39 | + "happy-eyeballs-lwt" |
| 40 | + "solo5-elftool" {>= "0.3"} |
| 41 | + "owee" {>= "0.4"} |
| 42 | + "fpath" {>= "0.7.3"} |
| 43 | + "logs-syslog" {>= "0.4.0"} |
| 44 | + "alcotest" {with-test} |
| 45 | +] |
| 46 | +build: [ |
| 47 | + ["dune" "subst"] {dev} |
| 48 | + ["dune" "build" "-p" name "-j" jobs] |
| 49 | + ["dune" "runtest" "-p" name "-j" jobs] {with-test} |
| 50 | + ["sh" "-ex" "packaging/FreeBSD/create_package.sh"] {os = "freebsd"} |
| 51 | + ["sh" "-ex" "packaging/debian/create_package.sh"] {os-family = "debian" | os-family = "ubuntu"} |
| 52 | +] |
| 53 | +synopsis: "Albatross - orchestrate and manage MirageOS unikernels with Solo5" |
| 54 | +description: """ |
| 55 | +The goal of albatross is robust deployment of [MirageOS](https://mirage.io) |
| 56 | +unikernels using [Solo5](https://github.com/solo5/solo5). Resources managed |
| 57 | +by albatross are network interfaces of kind `tap`, which are connected to |
| 58 | +already existing bridges, block devices, memory, and CPU. Each unikernel is |
| 59 | +pinned (`cpuset` / `taskset`) to a specific core. |
| 60 | +""" |
| 61 | +depexts: ["linux-headers"] {os-family = "alpine"} |
| 62 | +url { |
| 63 | + src: |
| 64 | + "https://github.com/robur-coop/albatross/releases/download/v2.1.0/albatross-2.1.0.tbz" |
| 65 | + checksum: [ |
| 66 | + "sha256=3abbb859e885571d70fdd0c7e0c00be06c21280341b9303e85a2a0bdc5c3846d" |
| 67 | + "sha512=a5d247573bed9013e8debe7d9608104ee53307347b7acacbb75f0ae31444c83f07f4b9d24dba054cae2dc878d498360125e0da7c11d8880f6d8a32ab021743ac" |
| 68 | + ] |
| 69 | +} |
| 70 | +x-commit-hash: "eb6a6ff598cc00a35ee0e1a6f8ee5c586dc99ff0" |
0 commit comments