From bfb97a01e54e256cd6daf3b391c074c6ab0fcc84 Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Sat, 31 May 2025 09:28:23 +0200 Subject: [PATCH] add x-maintenance-intent to latest --- httpun-async.opam | 1 + httpun-eio.opam | 1 + httpun-lwt-unix.opam | 1 + httpun-lwt.opam | 1 + httpun-mirage.opam | 1 + httpun-types.opam | 1 + httpun.opam | 1 + 7 files changed, 7 insertions(+) diff --git a/httpun-async.opam b/httpun-async.opam index 439a7e3..c1f3868 100644 --- a/httpun-async.opam +++ b/httpun-async.opam @@ -21,3 +21,4 @@ depends: [ ] depopts: ["async_ssl"] synopsis: "Async support for httpun" +x-maintenance-intent: [ "(latest)" ] diff --git a/httpun-eio.opam b/httpun-eio.opam index 436f9b6..a22628b 100644 --- a/httpun-eio.opam +++ b/httpun-eio.opam @@ -15,3 +15,4 @@ depends: [ "gluten-eio" {>= "0.5.1"} ] synopsis: "EIO support for httpun" +x-maintenance-intent: [ "(latest)" ] diff --git a/httpun-lwt-unix.opam b/httpun-lwt-unix.opam index e49a13b..247cab7 100644 --- a/httpun-lwt-unix.opam +++ b/httpun-lwt-unix.opam @@ -20,3 +20,4 @@ depends: [ "gluten-lwt-unix" {>= "0.5.0"} ] synopsis: "Lwt + Unix support for httpun" +x-maintenance-intent: [ "(latest)" ] diff --git a/httpun-lwt.opam b/httpun-lwt.opam index 78617c8..9f150f3 100644 --- a/httpun-lwt.opam +++ b/httpun-lwt.opam @@ -20,3 +20,4 @@ depends: [ "gluten-lwt" {>= "0.5.0"} ] synopsis: "Lwt support for httpun" +x-maintenance-intent: [ "(latest)" ] diff --git a/httpun-mirage.opam b/httpun-mirage.opam index cb4f9c5..5f39633 100644 --- a/httpun-mirage.opam +++ b/httpun-mirage.opam @@ -19,3 +19,4 @@ depends: [ "lwt" ] synopsis: "Mirage support for httpun" +x-maintenance-intent: [ "(latest)" ] diff --git a/httpun-types.opam b/httpun-types.opam index 228ef2c..9e0dc56 100644 --- a/httpun-types.opam +++ b/httpun-types.opam @@ -19,3 +19,4 @@ depends: [ ] synopsis: "Common HTTP/1.x types" +x-maintenance-intent: [ "(latest)" ] diff --git a/httpun.opam b/httpun.opam index f6c6802..12189cf 100644 --- a/httpun.opam +++ b/httpun.opam @@ -23,3 +23,4 @@ depends: [ ] synopsis: "A high-performance, memory-efficient, and scalable HTTP library for OCaml" +x-maintenance-intent: [ "(latest)" ]