dune 3.0.3 is out - no need to restrict any package with dune < 3.0 anymore (FreeBSD uses gmake now)

This commit is contained in:
Hannes Mehnert 2022-03-02 13:39:36 +01:00
parent af59db64dd
commit 4d003e5587
7 changed files with 5 additions and 7 deletions

View file

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

View file

@ -16,7 +16,7 @@ build: [
depends: [
"ocaml" {>= "4.10.0"}
"dune" {>= "2.7.0" & < "3.0.0"}
"dune" {>= "2.7.0"}
"builder" {>= "0.2.0"}
"dream" {= "1.0.0~alpha2"}
"cstruct" {>= "6.0.0"}

View file

@ -8,7 +8,7 @@ license: "ISC"
depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "2.0.0" & < "3.0"}
"dune" {>= "2.0.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" & < "3.0"}
"dune" {>= "2.5"}
"ocaml" {>= "4.08"}
"ppx_sexp_conv" {build}
"ppx_deriving" {>= "0.14.0"}

View file

@ -15,7 +15,6 @@ depends: [ "duration"
"ocaml" {build & >= "4.08.0"}
"ocamlbuild" {build}
"ocamlfind" {build}
"dune" {< "3.0.0"}
"solo5-bindings-hvt" { >= "0.6.0" & < "0.7.0"}
]
maintainer: "dummy"

View file

@ -28,7 +28,6 @@ depends: [ "arp" { >= "3.0.0" & < "4.0.0"}
"tcpip" { >= "7.0.0" & < "8.0.0"}
"tls-mirage" { >= "0.13.0" & < "0.16.0"}
"uri"
"dune" {< "3.0"}
]
maintainer: "dummy"
authors: "dummy"

View file

@ -9,7 +9,7 @@ license: "AGPL"
depends: [
"ocaml" {>= "4.08.0"}
"dune" {< "3.0"}
"dune"
"logs" {>= "0.6.3"}
"metrics" {>= "0.4.0"}
"metrics-lwt" {>= "0.2.0"}