Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
meta
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
meta
Commits
544e6584
Commit
544e6584
authored
4 months ago
by
Virgile Prevosto
Browse files
Options
Downloads
Patches
Plain Diff
[release] fix fc reference version
parent
38f19509
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dune-project
+1
-1
1 addition, 1 deletion
dune-project
frama-c-metacsl.opam
+1
-1
1 addition, 1 deletion
frama-c-metacsl.opam
with
2 additions
and
2 deletions
dune-project
+
1
−
1
View file @
544e6584
...
...
@@ -31,7 +31,7 @@
(depends
(ocaml (>= 4.13.1))
(dune (<> 3.13.0)) ; performance problem
(frama-c (and (>=
29.0+dev
) (< 3
0
.0~)))
(frama-c (and (>=
30.0~
) (< 3
1
.0~)))
)
(depopts
conf-swi-prolog ; for the deduction features of MetAcsl
...
...
This diff is collapsed.
Click to expand it.
frama-c-metacsl.opam
+
1
−
1
View file @
544e6584
...
...
@@ -11,7 +11,7 @@ tags: [
depends: [
"ocaml" {>= "4.13.1"}
"dune" {>= "3.13" & != "3.13.0"}
"frama-c" {>= "
29.0+dev
" & < "3
0
.0~"}
"frama-c" {>= "
30.0~
" & < "3
1
.0~"}
"odoc" {with-doc}
]
depopts: [
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment