From 17ff717fb7de437f7401c2d40d5744a572476adc Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Sun, 5 Jan 2025 19:22:21 +0100 Subject: [PATCH] add x-maintenance-intent field to the opam file --- cstruct-async.opam | 1 + cstruct-lwt.opam | 1 + cstruct-sexp.opam | 1 + cstruct-unix.opam | 1 + cstruct.opam | 1 + ppx_cstruct.opam | 1 + 6 files changed, 6 insertions(+) diff --git a/cstruct-async.opam b/cstruct-async.opam index 3fe89bb..9504af7 100644 --- a/cstruct-async.opam +++ b/cstruct-async.opam @@ -26,3 +26,4 @@ description: """ Cstruct is a library and syntax extension to make it easier to access C-like structures directly from OCaml. It supports both reading and writing to these structures, and they are accessed via the `Bigarray` module.""" +x-maintenance-intent: [ "(latest)" ] diff --git a/cstruct-lwt.opam b/cstruct-lwt.opam index 56c1eaa..4f702c7 100644 --- a/cstruct-lwt.opam +++ b/cstruct-lwt.opam @@ -28,3 +28,4 @@ structures, and they are accessed via the `Bigarray` module.""" url { src: "git+https://github.com/mirage/ocaml-cstruct.git" } +x-maintenance-intent: [ "(latest)" ] diff --git a/cstruct-sexp.opam b/cstruct-sexp.opam index 3cfbbcd..6181a9c 100644 --- a/cstruct-sexp.opam +++ b/cstruct-sexp.opam @@ -29,3 +29,4 @@ structures directly from OCaml. It supports both reading and writing to these structures, and they are accessed via the `Bigarray` module. This library provides Sexplib serialisers for the Cstruct.t values.""" +x-maintenance-intent: [ "(latest)" ] diff --git a/cstruct-unix.opam b/cstruct-unix.opam index f87503d..0cda0a0 100644 --- a/cstruct-unix.opam +++ b/cstruct-unix.opam @@ -27,3 +27,4 @@ Cstruct is a library and syntax extension to make it easier to access C-like structures directly from OCaml. It supports both reading and writing to these structures, and they are accessed via the `Bigarray` module. """ +x-maintenance-intent: [ "(latest)" ] diff --git a/cstruct.opam b/cstruct.opam index 4c490b9..19ba9c5 100644 --- a/cstruct.opam +++ b/cstruct.opam @@ -28,3 +28,4 @@ description: """ Cstruct is a library and syntax extension to make it easier to access C-like structures directly from OCaml. It supports both reading and writing to these structures, and they are accessed via the `Bigarray` module.""" +x-maintenance-intent: [ "(latest)" ] diff --git a/ppx_cstruct.opam b/ppx_cstruct.opam index 264ad41..0c647ff 100644 --- a/ppx_cstruct.opam +++ b/ppx_cstruct.opam @@ -34,3 +34,4 @@ description: """ Cstruct is a library and syntax extension to make it easier to access C-like structures directly from OCaml. It supports both reading and writing to these structures, and they are accessed via the `Bigarray` module.""" +x-maintenance-intent: [ "(latest)" ]