From 12f762eb6eb8f5170a98401c841574662adf658d Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Tue, 10 Feb 2026 19:27:08 +0000 Subject: [PATCH] Bump minimum OCaml version to 4.13 for Unix.realpath support --- dune-project | 2 +- tiny_httpd.opam | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dune-project b/dune-project index 6446bd94..7ff0c109 100644 --- a/dune-project +++ b/dune-project @@ -23,7 +23,7 @@ result hmap (iostream (>= 0.2)) - (ocaml (>= 4.08)) + (ocaml (>= 4.13)) (odoc :with-doc) (logs :with-test) (conf-libcurl :with-test) diff --git a/tiny_httpd.opam b/tiny_httpd.opam index 1b71695c..e4048cb7 100644 --- a/tiny_httpd.opam +++ b/tiny_httpd.opam @@ -17,7 +17,7 @@ depends: [ "result" "hmap" "iostream" {>= "0.2"} - "ocaml" {>= "4.08"} + "ocaml" {>= "4.13"} "odoc" {with-doc} "logs" {with-test} "conf-libcurl" {with-test}