From b8f4b3e4998b01a49c6ad5660d9cceacb1b3c8c9 Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Sat, 31 May 2025 09:23:35 +0200 Subject: [PATCH] add x-maintenance-intent to latest --- h2-async.opam | 1 + h2-async.opam.template | 1 + h2-eio.opam | 1 + h2-eio.opam.template | 1 + h2-lwt-unix.opam | 1 + h2-lwt-unix.opam.template | 1 + h2-lwt.opam | 1 + h2-lwt.opam.template | 1 + h2-mirage.opam | 1 + h2-mirage.opam.template | 1 + h2.opam | 1 + h2.opam.template | 1 + hpack.opam | 1 + hpack.opam.template | 1 + 14 files changed, 14 insertions(+) create mode 100644 h2-async.opam.template create mode 100644 h2-eio.opam.template create mode 100644 h2-lwt-unix.opam.template create mode 100644 h2-lwt.opam.template create mode 100644 h2-mirage.opam.template create mode 100644 h2.opam.template create mode 100644 hpack.opam.template diff --git a/h2-async.opam b/h2-async.opam index 0d566811..44646562 100644 --- a/h2-async.opam +++ b/h2-async.opam @@ -32,3 +32,4 @@ build: [ ] ] dev-repo: "git+https://github.com/anmonteiro/ocaml-h2.git" +x-maintenance-intent: [ "(latest)" ] diff --git a/h2-async.opam.template b/h2-async.opam.template new file mode 100644 index 00000000..2f1f2b1a --- /dev/null +++ b/h2-async.opam.template @@ -0,0 +1 @@ +x-maintenance-intent: [ "(latest)" ] diff --git a/h2-eio.opam b/h2-eio.opam index eee21a2f..42458292 100644 --- a/h2-eio.opam +++ b/h2-eio.opam @@ -30,3 +30,4 @@ build: [ ] ] dev-repo: "git+https://github.com/anmonteiro/ocaml-h2.git" +x-maintenance-intent: [ "(latest)" ] diff --git a/h2-eio.opam.template b/h2-eio.opam.template new file mode 100644 index 00000000..2f1f2b1a --- /dev/null +++ b/h2-eio.opam.template @@ -0,0 +1 @@ +x-maintenance-intent: [ "(latest)" ] diff --git a/h2-lwt-unix.opam b/h2-lwt-unix.opam index eec00766..d5798bfc 100644 --- a/h2-lwt-unix.opam +++ b/h2-lwt-unix.opam @@ -32,3 +32,4 @@ build: [ ] ] dev-repo: "git+https://github.com/anmonteiro/ocaml-h2.git" +x-maintenance-intent: [ "(latest)" ] diff --git a/h2-lwt-unix.opam.template b/h2-lwt-unix.opam.template new file mode 100644 index 00000000..2f1f2b1a --- /dev/null +++ b/h2-lwt-unix.opam.template @@ -0,0 +1 @@ +x-maintenance-intent: [ "(latest)" ] diff --git a/h2-lwt.opam b/h2-lwt.opam index 8e20df79..8fb18da2 100644 --- a/h2-lwt.opam +++ b/h2-lwt.opam @@ -31,3 +31,4 @@ build: [ ] ] dev-repo: "git+https://github.com/anmonteiro/ocaml-h2.git" +x-maintenance-intent: [ "(latest)" ] diff --git a/h2-lwt.opam.template b/h2-lwt.opam.template new file mode 100644 index 00000000..2f1f2b1a --- /dev/null +++ b/h2-lwt.opam.template @@ -0,0 +1 @@ +x-maintenance-intent: [ "(latest)" ] diff --git a/h2-mirage.opam b/h2-mirage.opam index 4ed77057..6bac02cb 100644 --- a/h2-mirage.opam +++ b/h2-mirage.opam @@ -34,3 +34,4 @@ build: [ ] ] dev-repo: "git+https://github.com/anmonteiro/ocaml-h2.git" +x-maintenance-intent: [ "(latest)" ] diff --git a/h2-mirage.opam.template b/h2-mirage.opam.template new file mode 100644 index 00000000..2f1f2b1a --- /dev/null +++ b/h2-mirage.opam.template @@ -0,0 +1 @@ +x-maintenance-intent: [ "(latest)" ] diff --git a/h2.opam b/h2.opam index c95de6e8..a0ac3457 100644 --- a/h2.opam +++ b/h2.opam @@ -39,3 +39,4 @@ build: [ ] ] dev-repo: "git+https://github.com/anmonteiro/ocaml-h2.git" +x-maintenance-intent: [ "(latest)" ] diff --git a/h2.opam.template b/h2.opam.template new file mode 100644 index 00000000..2f1f2b1a --- /dev/null +++ b/h2.opam.template @@ -0,0 +1 @@ +x-maintenance-intent: [ "(latest)" ] diff --git a/hpack.opam b/hpack.opam index 38bc8a98..6dd93510 100644 --- a/hpack.opam +++ b/hpack.opam @@ -32,3 +32,4 @@ build: [ ] ] dev-repo: "git+https://github.com/anmonteiro/ocaml-h2.git" +x-maintenance-intent: [ "(latest)" ] diff --git a/hpack.opam.template b/hpack.opam.template new file mode 100644 index 00000000..2f1f2b1a --- /dev/null +++ b/hpack.opam.template @@ -0,0 +1 @@ +x-maintenance-intent: [ "(latest)" ]