diff --git a/packages/albatross.1.4.3.1~dev/opam b/packages/albatross.1.4.3.1~dev/opam deleted file mode 100644 index f2ee655..0000000 --- a/packages/albatross.1.4.3.1~dev/opam +++ /dev/null @@ -1,62 +0,0 @@ -opam-version: "2.0" -maintainer: "Hannes Mehnert " -authors: ["Hannes Mehnert "] -homepage: "https://github.com/roburio/albatross" -dev-repo: "git+https://github.com/roburio/albatross.git" -bug-reports: "https://github.com/roburio/albatross/issues" -license: "ISC" - -depends: [ - "ocaml" {>= "4.12.0"} - "dune" {>= "2.7.0" - "dune-configurator" - "conf-pkg-config" {build} - "conf-libnl3" {os = "linux"} - "lwt" {>= "3.0.0"} - "ipaddr" {>= "5.3.0"} - "cstruct" {>= "6.0.0"} - "logs" - "bos" - "ptime" - "cmdliner" {>= "1.1.0"} - "fmt" {>= "0.8.7"} - "x509" {>= "0.13.0"} - "tls" {>= "0.13.1"} - "mirage-crypto" - "mirage-crypto-rng" {>= "0.8.0"} - "asn1-combinators" {>= "0.2.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" - "hex" - "http-lwt-client" {>= "0.0.4"} - "happy-eyeballs-lwt" - "solo5-elftool" {>= "0.3"} - "owee" {>= "0.4"} - "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"} -available: os != "macos" -url { - src: "git+https://github.com/roburio/albatross.git" -} diff --git a/packages/mirage-unikernel-hannes-nqsb-io-hvt.0.0.2/opam b/packages/mirage-unikernel-hannes-nqsb-io-hvt.0.0.2/opam index cd3f620..5a0234e 100644 --- a/packages/mirage-unikernel-hannes-nqsb-io-hvt.0.0.2/opam +++ b/packages/mirage-unikernel-hannes-nqsb-io-hvt.0.0.2/opam @@ -24,7 +24,7 @@ depends: [ "arp" { >= "3.0.0" & < "4.0.0"} "mirage-crypto-rng-mirage" { >= "0.8.0" & < "0.11.0"} "mirage-flow" "mirage-logs" { >= "1.2.0" & < "2.0.0"} - "mirage-monitor" + "mirage-monitoring" "mirage-net-solo5" { >= "0.6.1" & < "0.7.0"} "mirage-runtime" { >= "3.10.0" & < "3.11.0"} "mirage-solo5" { >= "0.6.1" & < "0.7.0"}