add x-maintenance-intent field to the opam file

This commit is contained in:
Hannes Mehnert 2025-01-06 18:03:06 +01:00
parent 6bef912ee7
commit 935bc0ffc5
3 changed files with 3 additions and 0 deletions

View file

@ -22,3 +22,4 @@ depends: [
"cachet" {= version}
"alcotest" {with-test & >= "1.8.0"}
]
x-maintenance-intent: [ "(latest)" ]

View file

@ -22,3 +22,4 @@ depends: [
"mirage-solo5" {>= "0.7.0"}
"alcotest" {with-test & >= "1.8.0"}
]
x-maintenance-intent: [ "(latest)" ]

View file

@ -20,3 +20,4 @@ depends: [
"dune" {>= "3.5.0"}
"alcotest" {with-test & >= "1.7.0"}
]
x-maintenance-intent: [ "(latest)" ]