From c856585c442c4032b02be6dbb9a41c28e2cdf4fa Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Sun, 5 Jan 2025 14:03:17 +0100 Subject: [PATCH] result < 1.5: mark as available only with ocaml < 4.08 --- packages/result/result.1.0/opam | 2 +- packages/result/result.1.1/opam | 2 +- packages/result/result.1.2/opam | 2 +- packages/result/result.1.3/opam | 2 +- packages/result/result.1.4/opam | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/result/result.1.0/opam b/packages/result/result.1.0/opam index c305c8ffbb7..137789f172b 100644 --- a/packages/result/result.1.0/opam +++ b/packages/result/result.1.0/opam @@ -12,7 +12,7 @@ description: """ Projects that want to use the new result type defined in OCaml >= 4.03 while staying compatible with older version of OCaml should use the Result module defined in this library.""" -depends: ["ocaml" {< "4.14"}] +depends: ["ocaml" {< "4.08"}] url { src: "https://github.com/janestreet/result/archive/1.0.tar.gz" checksum: [ diff --git a/packages/result/result.1.1/opam b/packages/result/result.1.1/opam index ba400f8ab83..368f9801994 100644 --- a/packages/result/result.1.1/opam +++ b/packages/result/result.1.1/opam @@ -11,7 +11,7 @@ description: """ Projects that want to use the new result type defined in OCaml >= 4.03 while staying compatible with older version of OCaml should use the Result module defined in this library.""" -depends: ["ocaml" {< "4.14"}] +depends: ["ocaml" {< "4.08"}] url { src: "https://github.com/janestreet/result/archive/1.1.tar.gz" checksum: [ diff --git a/packages/result/result.1.2/opam b/packages/result/result.1.2/opam index 195ad36295d..4c402842754 100644 --- a/packages/result/result.1.2/opam +++ b/packages/result/result.1.2/opam @@ -14,7 +14,7 @@ description: """ Projects that want to use the new result type defined in OCaml >= 4.03 while staying compatible with older version of OCaml should use the Result module defined in this library.""" -depends: ["ocaml" {< "4.14"}] +depends: ["ocaml" {< "4.08"}] url { src: "https://github.com/janestreet/result/archive/1.2.tar.gz" checksum: [ diff --git a/packages/result/result.1.3/opam b/packages/result/result.1.3/opam index 3387b40b246..0aa220bc33c 100644 --- a/packages/result/result.1.3/opam +++ b/packages/result/result.1.3/opam @@ -7,7 +7,7 @@ bug-reports: "https://github.com/janestreet/result/issues" license: "BSD-3-Clause" build: [["jbuilder" "build" "-p" name "-j" jobs]] depends: [ - "ocaml" {< "4.14"} + "ocaml" {< "4.08"} "jbuilder" {>= "1.0+beta11"} ] synopsis: "Compatibility Result module" diff --git a/packages/result/result.1.4/opam b/packages/result/result.1.4/opam index 7233dca0094..44213ac0678 100644 --- a/packages/result/result.1.4/opam +++ b/packages/result/result.1.4/opam @@ -7,7 +7,7 @@ bug-reports: "https://github.com/janestreet/result/issues" license: "BSD-3-Clause" build: [["dune" "build" "-p" name "-j" jobs]] depends: [ - "ocaml" {< "4.14"} + "ocaml" {< "4.08"} "dune" {>= "1.0"} ] synopsis: "Compatibility Result module"