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
d01ef8d4
Commit
d01ef8d4
authored
3 years ago
by
Virgile Prevosto
Browse files
Options
Downloads
Patches
Plain Diff
version bump and update opam file
parent
dae7a09e
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
Makefile.in
+1
-1
1 addition, 1 deletion
Makefile.in
opam
+12
-8
12 additions, 8 deletions
opam
with
13 additions
and
9 deletions
Makefile.in
+
1
−
1
View file @
d01ef8d4
...
@@ -89,7 +89,7 @@ install:: install-sharedir
...
@@ -89,7 +89,7 @@ install:: install-sharedir
ifneq
("$(FRAMAC_INTERNAL)","yes")
ifneq
("$(FRAMAC_INTERNAL)","yes")
VERSION
=
0.
0
VERSION
=
0.
2
EXTRAVERSION
?=
EXTRAVERSION
?=
OPEN_SOURCE
?=
yes
OPEN_SOURCE
?=
yes
...
...
This diff is collapsed.
Click to expand it.
opam
+
12
−
8
View file @
d01ef8d4
opam-version: "2.0"
opam-version: "2.0"
name: "frama-c-metacsl"
name: "frama-c-metacsl"
synopsis: "MetACSL plugin of Frama-C for writing pervasives properties"
synopsis: "MetACSL plugin of Frama-C for writing pervasives properties"
version: "0.
0
"
version: "0.
2
"
description:"""
description:"""
MetACSL let users write properties that need to be checked at particular
MetACSL let users write properties that need to be checked at particular
contexts (e.g. each time a location is written to inside a given set
contexts (e.g. each time a location is written to inside a given set
...
@@ -9,12 +9,12 @@ of functions). It will then generate all the corresponding ACSL
...
@@ -9,12 +9,12 @@ of functions). It will then generate all the corresponding ACSL
annotations, leaving it to analysis plug-ins (e.g. WP) to prove the
annotations, leaving it to analysis plug-ins (e.g. WP) to prove the
resulting clauses.
resulting clauses.
"""
"""
maintainer: "virgile.
robles
@cea.fr"
maintainer: "virgile.
prevosto
@cea.fr"
authors: [
authors: [
"Virgile Robles"
"Virgile Robles"
]
]
homepage: "http://frama-c.com/"
homepage: "http
s
://frama-c.com/"
license: "LGPL
v
2.1"
license: "LGPL
-
2.1
-only
"
dev-repo: "git+https://git.frama-c.com/pub/meta.git"
dev-repo: "git+https://git.frama-c.com/pub/meta.git"
bug-reports: "https://git.frama-c.com/pub/meta/-/issues"
bug-reports: "https://git.frama-c.com/pub/meta/-/issues"
tags: [
tags: [
...
@@ -25,7 +25,7 @@ tags: [
...
@@ -25,7 +25,7 @@ tags: [
]
]
build: [
build: [
["autoconf"] {
pinned
}
["autoconf"] {
dev
}
["./configure"]
["./configure"]
[make "-j%{jobs}%"]
[make "-j%{jobs}%"]
]
]
...
@@ -35,7 +35,11 @@ install: [
...
@@ -35,7 +35,11 @@ install: [
]
]
depends: [
depends: [
"ocaml" { >=
"4.05.0" & ( < "4.08.0~" | >=
"4.08.1"
)
}
"ocaml" { >= "4.08.1" }
"frama-c" { >= "2
2.0+dev
" }
"frama-c" { >= "2
4.0" & < "25.0
" }
"why3" { >= "1.
4.0
" }
"why3" { >= "1.
3.1
" }
]
]
depopts: [ "conf-swi-prolog" ]
messages: [ "Note that if you wish to use the deduction features of MetAcsl, you must install the conf-swi-prolog package (and swi-prolog itself)" {!conf-swi-prolog:installed} ]
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