albatross, builder, jackline: restrict to dune < 3 (until 3.0.3 is released that works on FreeBSD)

This commit is contained in:
Hannes Mehnert 2022-02-25 15:50:01 +01:00
parent b5c655898c
commit 5e86253c00
3 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ license: "ISC"
depends: [
"ocaml" {>= "4.10.0"}
"dune"
"dune" {< "3.0"}
"dune-configurator"
"conf-pkg-config" {build}
"conf-libnl3" {os = "linux"}

View file

@ -8,7 +8,7 @@ license: "ISC"
depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "2.0.0"}
"dune" {>= "2.0.0" & < "3.0"}
"asn1-combinators"
"bheap"
"bos"

View file

@ -26,7 +26,7 @@ license: "BSD2"
homepage: "https://github.com/hannesm/jackline"
bug-reports: "https://github.com/hannesm/jackline/issues"
depends: [
"dune" {>= "2.5"}
"dune" {>= "2.5" & < "3.0"}
"ocaml" {>= "4.08"}
"ppx_sexp_conv" {build}
"ppx_deriving" {>= "0.14.0"}