Skip to content

Commit 79bc952

Browse files
authored
Merge pull request ocaml#23326 from reynir/release-albatross-v1.5.5
[new release] albatross (1.5.5)
2 parents 28c118d + b212625 commit 79bc952

File tree

2 files changed

+68
-1
lines changed
  • packages
    • albatross/albatross.1.5.5
    • current-albatross-deployer/current-albatross-deployer.1.0.0

2 files changed

+68
-1
lines changed
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
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" & < "0.16.0"}
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.5/albatross-1.5.5.tbz"
62+
checksum: [
63+
"sha256=b868da3ff9fa6ed94fe4a934ae60e9fe7efafbca7b01ed071346d16360180980"
64+
"sha512=b002ea671a16169a21e23dc4a3b17ad199b2cf1d3dd5b1dbd72dc076d2bfe80af7bf34c430ac89e84125fcb6b1a43a30a3bba1e47f4a80514a8598a523c8e99a"
65+
]
66+
}
67+
x-commit-hash: "0dc2f921544a42946a3878dfa552da03d496de81"

packages/current-albatross-deployer/current-albatross-deployer.1.0.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dev-repo: "git+https://github.com/tarides/current-albatross-deployer.git"
88
doc: "https://tarides.github.io/current-albatross-deployer/"
99

1010
depends: [
11-
"albatross" {>= "1.5.1"}
11+
"albatross" {>= "1.5.1" & < "1.5.5"}
1212
"obuilder-spec" {>= "0.5"}
1313
"ocaml" {>= "4.08.0"}
1414
"dune" {>= "2.9.0"}

0 commit comments

Comments
 (0)