this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #27421 from hannesm/release-albatross-v2.4.1

[new release] albatross (2.4.1)

authored by

Raphaël Proust and committed by
GitHub
653bb28f 34c3343b

+68
+68
packages/albatross/albatross.2.4.1/opam
··· 1 + opam-version: "2.0" 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" 7 + license: "ISC" 8 + 9 + depends: [ 10 + "ocaml" {>= "4.14.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 + "logs" 18 + "bos" {>= "0.2.0"} 19 + "ptime" {>= "1.1.0"} 20 + "cmdliner" {>= "1.1.0"} 21 + "fmt" {>= "0.8.7"} 22 + "x509" {>= "1.0.0"} 23 + "tls" {>= "1.0.2"} 24 + "tls-lwt" {>= "1.0.2"} 25 + "asn1-combinators" {>= "0.3.0"} 26 + "duration" 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"} 32 + "metrics-rusage" 33 + "ohex" {>= "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} 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 + x-maintenance-intent: [ "(latest)" ] 60 + url { 61 + src: 62 + "https://github.com/robur-coop/albatross/releases/download/v2.4.1/albatross-2.4.1.tbz" 63 + checksum: [ 64 + "sha256=fca03a99220d743386ed97900271e2fb1e38c48c56f10faa2a47757fc931db8e" 65 + "sha512=ee608bcd42047f702bfe6007f664dc10d71faa4f2aeaedf278802c58f6b3bcfe35d53ebcb73f5e3ce59bbc9e6bfa8f27e81051d10a690876fa035b0279e950da" 66 + ] 67 + } 68 + x-commit-hash: "79b3b9a180ffd566e869db27ee7c70d185e2f8bd"