sync opam from dev repo

This commit is contained in:
Hannes Mehnert 2021-09-10 10:00:56 +02:00
parent 09e54a2fc6
commit caebf5f999

View file

@ -7,14 +7,14 @@ bug-reports: "https://github.com/roburio/albatross/issues"
license: "ISC" license: "ISC"
depends: [ depends: [
"ocaml" {>= "4.08.0"} "ocaml" {>= "4.10.0"}
"dune" "dune"
"dune-configurator" "dune-configurator"
"conf-pkg-config" {build} "conf-pkg-config" {build}
"conf-libnl3" {os = "linux"} "conf-libnl3" {os = "linux"}
"lwt" {>= "3.0.0"} "lwt" {>= "3.0.0"}
"ipaddr" {>= "4.0.0"} "ipaddr" {>= "4.0.0"}
"cstruct" "cstruct" {>= "6.0.0"}
"logs" "logs"
"rresult" "rresult"
"bos" "bos"
@ -38,6 +38,7 @@ depends: [
"metrics-influx" {>= "0.2.0"} "metrics-influx" {>= "0.2.0"}
"metrics-rusage" "metrics-rusage"
"hex" "hex"
"http-lwt-client" {>= "0.0.3"}
] ]
build: [ build: [
["dune" "subst"] {dev} ["dune" "subst"] {dev}
@ -55,9 +56,6 @@ by albatross are network interfaces of kind `tap`, which are connected to
already existing bridges, block devices, memory, and CPU. Each unikernel is already existing bridges, block devices, memory, and CPU. Each unikernel is
pinned (`cpuset` / `taskset`) to a specific core. pinned (`cpuset` / `taskset`) to a specific core.
""" """
available: [
arch != "ppc64" & arch != "x86_32" & arch != "arm32"
]
depexts: ["linux-headers"] {os-distribution = "alpine"} depexts: ["linux-headers"] {os-distribution = "alpine"}
url { url {
src: "git+https://github.com/roburio/albatross.git" src: "git+https://github.com/roburio/albatross.git"