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:
parent
af59db64dd
commit
4d003e5587
7 changed files with 5 additions and 7 deletions
|
@ -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"}
|
||||
|
|
|
@ -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"}
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"}
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"}
|
||||
|
|
Loading…
Reference in a new issue