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: [ depends: [
"ocaml" {>= "4.10.0"} "ocaml" {>= "4.10.0"}
"dune" "dune" {< "3.0"}
"dune-configurator" "dune-configurator"
"conf-pkg-config" {build} "conf-pkg-config" {build}
"conf-libnl3" {os = "linux"} "conf-libnl3" {os = "linux"}

View file

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

View file

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