From 935bc0ffc551019f59ec9ae899e9b2d4a615a3c3 Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Mon, 6 Jan 2025 18:03:06 +0100 Subject: [PATCH] add x-maintenance-intent field to the opam file --- cachet-lwt.opam | 1 + cachet-solo5.opam | 1 + cachet.opam | 1 + 3 files changed, 3 insertions(+) diff --git a/cachet-lwt.opam b/cachet-lwt.opam index e8346b5..c9ffd50 100644 --- a/cachet-lwt.opam +++ b/cachet-lwt.opam @@ -22,3 +22,4 @@ depends: [ "cachet" {= version} "alcotest" {with-test & >= "1.8.0"} ] +x-maintenance-intent: [ "(latest)" ] diff --git a/cachet-solo5.opam b/cachet-solo5.opam index 22a3239..6b8f8d6 100644 --- a/cachet-solo5.opam +++ b/cachet-solo5.opam @@ -22,3 +22,4 @@ depends: [ "mirage-solo5" {>= "0.7.0"} "alcotest" {with-test & >= "1.8.0"} ] +x-maintenance-intent: [ "(latest)" ] diff --git a/cachet.opam b/cachet.opam index 694ffce..c8d07f8 100644 --- a/cachet.opam +++ b/cachet.opam @@ -20,3 +20,4 @@ depends: [ "dune" {>= "3.5.0"} "alcotest" {with-test & >= "1.7.0"} ] +x-maintenance-intent: [ "(latest)" ]