Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pub
meta
Commits
3a6bf467
Commit
3a6bf467
authored
Jul 05, 2022
by
Virgile Prevosto
Browse files
Preparing release 0.3 (for Manganese)
parent
1a25f9ef
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
3a6bf467
# Current development
# Version 0.3
-
compatibility with Frama-C 25.0 Manganese
# Version 0.2
-
add warning category
`unknown-func`
which aborts by default
-
add
`\func`
meta-variables in all contexts
...
...
Makefile.in
View file @
3a6bf467
...
...
@@ -89,7 +89,7 @@ install:: install-sharedir
ifneq
("$(FRAMAC_INTERNAL)","yes")
VERSION
=
0.
2
VERSION
=
0.
3
EXTRAVERSION
?=
OPEN_SOURCE
?=
yes
...
...
opam
View file @
3a6bf467
opam-version: "2.0"
name: "frama-c-metacsl"
synopsis: "MetACSL plugin of Frama-C for writing pervasives properties"
version: "0.
2
"
version: "0.
3
"
description:"""
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
...
...
@@ -36,8 +36,8 @@ install: [
depends: [
"ocaml" { >= "4.08.1" }
"frama-c" { >= "2
4
.0" & < "2
5
.0" }
"why3" { >= "1.
3.1
" }
"frama-c" { >= "2
5
.0" & < "2
6
.0" }
"why3" { >= "1.
5.0
" }
]
depopts: [ "conf-swi-prolog" ]
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment