add x-maintenance-intent field to the opam file #6

Merged
dinosaure merged 1 commit from add-main into main 2025-01-13 12:43:49 +00:00
3 changed files with 3 additions and 0 deletions
Showing only changes of commit 935bc0ffc5 - Show all commits

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