Merge pull request 'add x-maintenance-intent field to the opam file' (#6) from add-main into main

Reviewed-on: #6
This commit is contained in:
dinosaure 2025-01-13 12:43:48 +00:00
commit c92adbb727
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)" ]