Skip to content

Commit 980d7ca

Browse files
committed
Bump dune to 3.19 and add maintenance_intent to dune-project
1 parent 8a62256 commit 980d7ca

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

dune-project

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(lang dune 3.10)
1+
(lang dune 3.19)
22

33
(using menhir 2.1)
44

@@ -22,6 +22,8 @@
2222

2323
(maintainers "Filipe Marques <[email protected]>")
2424

25+
(maintenance_intent "(latest)")
26+
2527
(documentation "https://formalsec.github.io/smtml/smtml/index.html")
2628

2729
(license "MIT")

smtml.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ bug-reports: "https://github.com/formalsec/smtml/issues"
2020
depends: [
2121
"bos"
2222
"cmdliner" {>= "1.3.0"}
23-
"dune" {>= "3.10"}
23+
"dune" {>= "3.19"}
2424
"dolmen" {= "0.10"}
2525
"dolmen_type" {= "0.10"}
2626
"dolmen_model" {= "0.10"}
@@ -71,11 +71,11 @@ build: [
7171
]
7272
]
7373
dev-repo: "git+https://github.com/formalsec/smtml.git"
74+
x-maintenance-intent: ["(latest)"]
7475
available: arch != "arm32" & arch != "x86_32"
7576
pin-depends: [
7677
["colibri2.0.4.0" "git+https://git.frama-c.com/pub/colibrics.git#5514303635152b2a0e74bc62914bd3fbcce55445"]
7778
["colibrilib.0.4.0" "git+https://git.frama-c.com/pub/colibrics.git#5514303635152b2a0e74bc62914bd3fbcce55445"]
7879
["benchpress.dev" "git+https://github.com/sneeuwballen/benchpress.git#7f44cdd9f0511afcce2c9ad3c04cc9b72919bcff"]
7980
["extunix.0.4.3" "git+https://github.com/filipeom/extunix.git#ff54e8cc7ec9cdc7171861d74d85f326dbcec62e"]
8081
]
81-
x-maintenance-intent: [ "(latest)" ]

smtml.opam.template

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ pin-depends: [
55
["benchpress.dev" "git+https://github.com/sneeuwballen/benchpress.git#7f44cdd9f0511afcce2c9ad3c04cc9b72919bcff"]
66
["extunix.0.4.3" "git+https://github.com/filipeom/extunix.git#ff54e8cc7ec9cdc7171861d74d85f326dbcec62e"]
77
]
8-
x-maintenance-intent: [ "(latest)" ]

0 commit comments

Comments
 (0)