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
27c5ac8f
Commit
27c5ac8f
authored
Nov 04, 2022
by
Allan Blanchard
Browse files
Merge branch 'feature/0.4-release' into 'stable/iron'
Prepare beta release See merge request frama-c/meta!75
parents
9a883500
1444fe29
Changes
4
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
27c5ac8f
...
...
@@ -24,6 +24,8 @@
FRAMAC_SHARE
:=
$(
shell
frama-c-config
-print-share-path
)
include
$(FRAMAC_SHARE)/Makefile.common
##########################################################################
# Build
...
...
dune-project
View file @
27c5ac8f
...
...
@@ -30,7 +30,7 @@
(package (name frama-c-metacsl)
(depends
(ocaml (>= 4.08.1))
(frama-c (and (>= 2
4
.0) (< 2
5
.0)))
(frama-c (and (>= 2
6
.0
~
) (< 2
7
.0
~
)))
)
(depopts
conf-swi-prolog ; for the deduction features of MetAcsl
...
...
frama-c-metacsl.opam
View file @
27c5ac8f
...
...
@@ -11,7 +11,7 @@ tags: [
depends: [
"dune" {>= "3.2"}
"ocaml" {>= "4.08.1"}
"frama-c" {>= "2
4
.0" & < "2
5
.0"}
"frama-c" {>= "2
6
.0
~
" & < "2
7
.0
~
"}
"odoc" {with-doc}
]
depopts: [
...
...
@@ -35,10 +35,10 @@ build: [
["dune" "install" "-p" name "--create-install-files" name]
]
name: "frama-c-metacsl"
synopsis: "MetA
CSL
plugin of Frama-C for writing pervasives properties"
version: "0.
3+dev
"
synopsis: "MetA
csl
plugin of Frama-C for writing pervasives properties"
version: "0.
4~beta
"
description:"""
MetA
CSL
let users write properties that need to be checked at particular
MetA
csl
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
of functions). It will then generate all the corresponding ACSL
annotations, leaving it to analysis plug-ins (e.g. WP) to prove the
...
...
frama-c-metacsl.opam.template
View file @
27c5ac8f
name: "frama-c-metacsl"
synopsis: "MetA
CSL
plugin of Frama-C for writing pervasives properties"
version: "0.
3+dev
"
synopsis: "MetA
csl
plugin of Frama-C for writing pervasives properties"
version: "0.
4~beta
"
description:"""
MetA
CSL
let users write properties that need to be checked at particular
MetA
csl
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
of functions). It will then generate all the corresponding ACSL
annotations, leaving it to analysis plug-ins (e.g. WP) to prove the
...
...
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