From fcb2272403709568ed24317fb564ba1e0c60444d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Proust?= Date: Fri, 4 Oct 2024 09:59:26 +0200 Subject: [PATCH] mark version as not available for ocaml.5.2 on windows See https://github.com/ocsigen/lwt/pull/967 Version 5.8.1 will be a point fix release for availability --- lwt.opam | 1 + 1 file changed, 1 insertion(+) diff --git a/lwt.opam b/lwt.opam index 2c11eac3f..cb65673fe 100644 --- a/lwt.opam +++ b/lwt.opam @@ -54,3 +54,4 @@ build: [ "@doc" {with-doc} ] ] +available: os-family != "windows" | "ocaml-version" < "5.2"