albatross: update from upstream

This commit is contained in:
Hannes Mehnert 2022-05-16 12:24:11 +02:00
parent f3690bdc4b
commit c8750be325

View file

@ -7,8 +7,8 @@ bug-reports: "https://github.com/roburio/albatross/issues"
license: "ISC" license: "ISC"
depends: [ depends: [
"ocaml" {>= "4.10.0"} "ocaml" {>= "4.12.0"}
"dune" "dune" {>= "2.7.0"
"dune-configurator" "dune-configurator"
"conf-pkg-config" {build} "conf-pkg-config" {build}
"conf-libnl3" {os = "linux"} "conf-libnl3" {os = "linux"}
@ -38,6 +38,7 @@ depends: [
"happy-eyeballs-lwt" "happy-eyeballs-lwt"
"solo5-elftool" {>= "0.3"} "solo5-elftool" {>= "0.3"}
"owee" {>= "0.4"} "owee" {>= "0.4"}
"alcotest" {with-test}
] ]
build: [ build: [
["dune" "subst"] {dev} ["dune" "subst"] {dev}