From d3c5086f6dcc280729101cfc6f7e0aea442ae305 Mon Sep 17 00:00:00 2001 From: xhtmlboi Date: Wed, 15 Nov 2023 15:25:51 +0100 Subject: [PATCH] Upgrade minimal OCaml version --- yocaml.opam | 2 +- yocaml_git.opam | 2 +- yocaml_jingoo.opam | 2 +- yocaml_markdown.opam | 2 +- yocaml_mustache.opam | 2 +- yocaml_syndication.opam | 2 +- yocaml_unix.opam | 2 +- yocaml_yaml.opam | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/yocaml.opam b/yocaml.opam index 3d45c8e..b9daed7 100644 --- a/yocaml.opam +++ b/yocaml.opam @@ -18,7 +18,7 @@ dev-repo: "git+https://github.com/xhtmlboi/yocaml.git" bug-reports: "https://github.com/xhtmlboi/yocaml/issues" depends: [ - "ocaml" { >= "4.11.1" } + "ocaml" { >= "4.14.0" } "dune" { >= "2.8" } "odoc" {with-doc} "alcotest" {with-test} diff --git a/yocaml_git.opam b/yocaml_git.opam index b8de720..92fdf24 100644 --- a/yocaml_git.opam +++ b/yocaml_git.opam @@ -21,7 +21,7 @@ dev-repo: "git+https://github.com/xhtmlboi/yocaml.git" bug-reports: "https://github.com/xhtmlboi/yocaml/issues" depends: [ - "ocaml" { >= "4.11.1" } + "ocaml" { >= "4.14.0" } "dune" { >= "2.8" } "odoc" {with-doc} "preface" { >= "1.0.0" } diff --git a/yocaml_jingoo.opam b/yocaml_jingoo.opam index 367f7a7..6797d4d 100644 --- a/yocaml_jingoo.opam +++ b/yocaml_jingoo.opam @@ -21,7 +21,7 @@ dev-repo: "git+https://github.com/xhtmlboi/yocaml.git" bug-reports: "https://github.com/xhtmlboi/yocaml/issues" depends: [ - "ocaml" { >= "4.11.1" } + "ocaml" { >= "4.14.0" } "dune" { >= "2.8" } "odoc" {with-doc} "preface" { >= "1.0.0"} diff --git a/yocaml_markdown.opam b/yocaml_markdown.opam index 4d0866a..44a740d 100644 --- a/yocaml_markdown.opam +++ b/yocaml_markdown.opam @@ -21,7 +21,7 @@ dev-repo: "git+https://github.com/xhtmlboi/yocaml.git" bug-reports: "https://github.com/xhtmlboi/yocaml/issues" depends: [ - "ocaml" { >= "4.11.1" } + "ocaml" { >= "4.14.0" } "dune" { >= "2.8" } "odoc" {with-doc} "preface" { >= "1.0.0" } diff --git a/yocaml_mustache.opam b/yocaml_mustache.opam index d5ff0bd..30490d8 100644 --- a/yocaml_mustache.opam +++ b/yocaml_mustache.opam @@ -21,7 +21,7 @@ dev-repo: "git+https://github.com/xhtmlboi/yocaml.git" bug-reports: "https://github.com/xhtmlboi/yocaml/issues" depends: [ - "ocaml" { >= "4.11.1" } + "ocaml" { >= "4.14.0" } "dune" { >= "2.8" } "odoc" {with-doc} "preface" { >= "1.0.0" } diff --git a/yocaml_syndication.opam b/yocaml_syndication.opam index b4b8c03..5fa4aca 100644 --- a/yocaml_syndication.opam +++ b/yocaml_syndication.opam @@ -21,7 +21,7 @@ dev-repo: "git+https://github.com/xhtmlboi/yocaml.git" bug-reports: "https://github.com/xhtmlboi/yocaml/issues" depends: [ - "ocaml" { >= "4.11.1" } + "ocaml" { >= "4.14.0" } "dune" { >= "2.8" } "odoc" {with-doc} "syndic" { >= "1.6.1"} diff --git a/yocaml_unix.opam b/yocaml_unix.opam index 2d64bc4..90093a5 100644 --- a/yocaml_unix.opam +++ b/yocaml_unix.opam @@ -21,7 +21,7 @@ dev-repo: "git+https://github.com/xhtmlboi/yocaml.git" bug-reports: "https://github.com/xhtmlboi/yocaml/issues" depends: [ - "ocaml" { >= "4.11.1" } + "ocaml" { >= "4.14.0" } "dune" { >= "2.8" } "odoc" {with-doc} "preface" { >= "1.0.0" } diff --git a/yocaml_yaml.opam b/yocaml_yaml.opam index 12abb73..07b0555 100644 --- a/yocaml_yaml.opam +++ b/yocaml_yaml.opam @@ -21,7 +21,7 @@ dev-repo: "git+https://github.com/xhtmlboi/yocaml.git" bug-reports: "https://github.com/xhtmlboi/yocaml/issues" depends: [ - "ocaml" { >= "4.11.1" } + "ocaml" { >= "4.14.0" } "dune" { >= "2.8" } "odoc" {with-doc} "preface" { >= "1.0.0" }