Skip to content

Commit

Permalink
[new release] albatross (2.2.0)
Browse files Browse the repository at this point in the history
CHANGES:

* Adapt to TLS 1.0.0, mirage-crypto 1.0.0, x509 1.0.0 and asn1-combinators 0.3.0
  API changes (robur-coop/albatross#187 @hannesm)
  • Loading branch information
hannesm committed Sep 3, 2024
1 parent 8187cd8 commit 3ab026e
Showing 1 changed file with 70 additions and 0 deletions.
70 changes: 70 additions & 0 deletions packages/albatross/albatross.2.2.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
opam-version: "2.0"
maintainer: "Hannes Mehnert <hannes@mehnert.org>"
authors: ["Hannes Mehnert <hannes@mehnert.org>"]
homepage: "https://github.com/robur-coop/albatross"
dev-repo: "git+https://github.com/robur-coop/albatross.git"
bug-reports: "https://github.com/robur-coop/albatross/issues"
license: "ISC"

depends: [
"ocaml" {>= "4.13.0"}
"dune" {>= "2.7.0"}
"dune-configurator"
"conf-pkg-config" {build}
"conf-libnl3" {os = "linux"}
"lwt" {>= "3.0.0"}
"ipaddr" {>= "5.3.0"}
"logs"
"bos" {>= "0.2.0"}
"ptime"
"cmdliner" {>= "1.1.0"}
"fmt" {>= "0.8.7"}
"x509" {>= "1.0.0"}
"tls" {>= "1.0.0"}
"tls-lwt" {>= "1.0.0"}
"mirage-crypto" {>= "1.0.0"}
"mirage-crypto-rng" {>= "1.0.0"}
"asn1-combinators" {>= "0.3.0"}
"duration"
"decompress" {>= "1.3.0"}
"bigstringaf" {>= "0.2.0"}
"checkseum"
"metrics" {>= "0.2.0"}
"metrics-lwt" {>= "0.2.0"}
"metrics-influx" {>= "0.2.0"}
"metrics-rusage"
"ohex" {>= "0.2.0"}
"http-lwt-client" {>= "0.3.0"}
"happy-eyeballs-lwt"
"solo5-elftool" {>= "0.3"}
"owee" {>= "0.4"}
"fpath" {>= "0.7.3"}
"logs-syslog" {>= "0.4.1"}
"digestif" {>= "1.2.0"}
"alcotest" {with-test}
]
build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
["sh" "-ex" "packaging/FreeBSD/create_package.sh"] {os = "freebsd"}
["sh" "-ex" "packaging/debian/create_package.sh"] {os-family = "debian" | os-family = "ubuntu"}
]
synopsis: "Albatross - orchestrate and manage MirageOS unikernels with Solo5"
description: """
The goal of albatross is robust deployment of [MirageOS](https://mirage.io)
unikernels using [Solo5](https://github.com/solo5/solo5). Resources managed
by albatross are network interfaces of kind `tap`, which are connected to
already existing bridges, block devices, memory, and CPU. Each unikernel is
pinned (`cpuset` / `taskset`) to a specific core.
"""
depexts: ["linux-headers"] {os-family = "alpine"}
url {
src:
"https://github.com/robur-coop/albatross/releases/download/v2.2.0/albatross-2.2.0.tbz"
checksum: [
"sha256=32ef0e4c78d0c547c66bba82905e2915098d4d35abe0320ae0e052f0e81db7bf"
"sha512=236dbf1bd0a62243ef5d889fd5d29e3d91b17f0d07b3e15848fdb2bf1265e79b8053429aba7c27cc23a5a29d358ab56e794df016777caf4a187faaba16e26b47"
]
}
x-commit-hash: "4b3939069d8e81ab39212d3b650c54ac4bce42a9"

0 comments on commit 3ab026e

Please sign in to comment.