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)" ]