this repo has no description
0
fork

Configure Feed

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

Merge pull request #26685 from hannesm/release-albatross-v2.3.0

[new release] albatross (2.3.0)

authored by

Calascibetta Romain and committed by
GitHub
34250d43 6b08ef08

+66
+66
packages/albatross/albatross.2.3.0/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.13.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" 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.3"} 37 + "fpath" {>= "0.7.3"} 38 + "logs-syslog" {>= "0.4.1"} 39 + "digestif" {>= "1.2.0"} 40 + "alcotest" {with-test} 41 + ] 42 + build: [ 43 + ["dune" "subst"] {dev} 44 + ["dune" "build" "-p" name "-j" jobs] 45 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 46 + ["sh" "-ex" "packaging/FreeBSD/create_package.sh"] {os = "freebsd"} 47 + ["sh" "-ex" "packaging/debian/create_package.sh"] {os-family = "debian" | os-family = "ubuntu"} 48 + ] 49 + synopsis: "Albatross - orchestrate and manage MirageOS unikernels with Solo5" 50 + description: """ 51 + The goal of albatross is robust deployment of [MirageOS](https://mirage.io) 52 + unikernels using [Solo5](https://github.com/solo5/solo5). Resources managed 53 + by albatross are network interfaces of kind `tap`, which are connected to 54 + already existing bridges, block devices, memory, and CPU. Each unikernel is 55 + pinned (`cpuset` / `taskset`) to a specific core. 56 + """ 57 + depexts: ["linux-headers"] {os-family = "alpine"} 58 + url { 59 + src: 60 + "https://github.com/robur-coop/albatross/releases/download/v2.3.0/albatross-2.3.0.tbz" 61 + checksum: [ 62 + "sha256=4fc85fc15e3226c8c083047efe424d39daac38e55752c7ae1b412296726f04a2" 63 + "sha512=a9e7d9eca3c8e771ffc345e3a4f8a4e376af63683250013d5050e73beb60c0dfe0a66db7a3fd785e4aa52ad27df2807e743d5674d6c137e7a36bfc9c5a8232c2" 64 + ] 65 + } 66 + x-commit-hash: "eb17bdb12d1811e511154462d1a33046cf4d2031"