File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1- (lang dune 3 .10 )
1+ (lang dune 3 .19 )
22
33(using menhir 2 .1)
44
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" )
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ bug-reports: "https://github.com/formalsec/smtml/issues"
2020depends: [
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]
7373dev-repo: "git+https://github.com/formalsec/smtml.git"
74+ x-maintenance-intent: ["(latest)"]
7475available: arch != "arm32" & arch != "x86_32"
7576pin-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)" ]
Original file line number Diff line number Diff 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)" ]
You can’t perform that action at this time.
0 commit comments