packages: require ocaml < 5 (ocaml 5 isn't yet in a nice shape)

This commit is contained in:
Hannes Mehnert 2023-05-28 15:00:19 +02:00
parent 5fc73ff903
commit 0d274ed80c
4 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@ bug-reports: "https://github.com/roburio/albatross/issues"
license: "ISC" license: "ISC"
depends: [ depends: [
"ocaml" {>= "4.12.0"} "ocaml" {>= "4.12.0" & < "5.0"}
"dune" {>= "2.7.0"} "dune" {>= "2.7.0"}
"dune-configurator" "dune-configurator"
"conf-pkg-config" {build} "conf-pkg-config" {build}

View file

@ -15,7 +15,7 @@ build: [
] ]
depends: [ depends: [
"ocaml" {>= "4.13.0"} "ocaml" {>= "4.13.0" & < "5.0.0"}
"dune" {>= "2.7.0"} "dune" {>= "2.7.0"}
"builder" {>= "0.2.0"} "builder" {>= "0.2.0"}
"dream" {= "1.0.0~alpha4"} "dream" {= "1.0.0~alpha4"}

View file

@ -7,7 +7,7 @@ bug-reports: "https://github.com/roburio/builder/issues"
license: "ISC" license: "ISC"
depends: [ depends: [
"ocaml" {>= "4.08.0"} "ocaml" {>= "4.08.0" & < "5.0.0"}
"dune" {>= "2.0.0"} "dune" {>= "2.0.0"}
"asn1-combinators" "asn1-combinators"
"bheap" {>= "2.0.0"} "bheap" {>= "2.0.0"}

View file

@ -6,7 +6,7 @@ homepage: "https://github.com/roburio/orb"
bug-reports: "https://github.com/roburio/orb/issues" bug-reports: "https://github.com/roburio/orb/issues"
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
depends: [ depends: [
"ocaml" {>= "4.10.0"} "ocaml" {>= "4.10.0" & < "5.0.0"}
"dune" {>= "2.0"} "dune" {>= "2.0"}
"cmdliner" {>= "1.1.0"} "cmdliner" {>= "1.1.0"}
"opam-client" {>= "2.1.2"} "opam-client" {>= "2.1.2"}