add x-maintenance-intent field to the opam file
This commit is contained in:
parent
6bef912ee7
commit
935bc0ffc5
3 changed files with 3 additions and 0 deletions
|
@ -22,3 +22,4 @@ depends: [
|
||||||
"cachet" {= version}
|
"cachet" {= version}
|
||||||
"alcotest" {with-test & >= "1.8.0"}
|
"alcotest" {with-test & >= "1.8.0"}
|
||||||
]
|
]
|
||||||
|
x-maintenance-intent: [ "(latest)" ]
|
||||||
|
|
|
@ -22,3 +22,4 @@ depends: [
|
||||||
"mirage-solo5" {>= "0.7.0"}
|
"mirage-solo5" {>= "0.7.0"}
|
||||||
"alcotest" {with-test & >= "1.8.0"}
|
"alcotest" {with-test & >= "1.8.0"}
|
||||||
]
|
]
|
||||||
|
x-maintenance-intent: [ "(latest)" ]
|
||||||
|
|
|
@ -20,3 +20,4 @@ depends: [
|
||||||
"dune" {>= "3.5.0"}
|
"dune" {>= "3.5.0"}
|
||||||
"alcotest" {with-test & >= "1.7.0"}
|
"alcotest" {with-test & >= "1.7.0"}
|
||||||
]
|
]
|
||||||
|
x-maintenance-intent: [ "(latest)" ]
|
||||||
|
|
Loading…
Reference in a new issue