Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Frama-C Website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Frama-C Website
Commits
7da43daa
Commit
7da43daa
authored
4 years ago
by
Virgile Robles
Browse files
Options
Downloads
Patches
Plain Diff
MetACSL->MetAcsl. Mention the public release.
parent
3d9ac63f
No related branches found
No related tags found
No related merge requests found
Pipeline
#30329
passed
4 years ago
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
_fc-plugins/metacsl.md
+8
-6
8 additions, 6 deletions
_fc-plugins/metacsl.md
with
8 additions
and
6 deletions
_fc-plugins/metacsl.md
+
8
−
6
View file @
7da43daa
---
layout
:
plugin
title
:
MetA
CSL
title
:
MetA
csl
description
:
Verification of meta-properties
key
:
specifications
distrib_mode
:
proto
repo_url
:
https://git.frama-c.com/pub/meta
---
## Overview
MetA
CSL
is a plug-in dedicated to specifying and verifying
MetA
csl
is a plug-in dedicated to specifying and verifying
*meta-properties*
, that is, properties that are supposed
to be checked at many points of the code base under analysis,
so that writing the corresponding ACSL annotations manually
...
...
@@ -17,9 +18,9 @@ of such a property would be a confidentiality property indicating
that no access to a particular memory block should occur unless
some clearance condition holds. Specifying that in pure ACSL
would require writing an assertion for each read access in the
code, while MetA
CSL
only needs a single meta-property.
code, while MetA
csl
only needs a single meta-property.
In summary, MetA
CSL
defines a global ACSL extension for describing
In summary, MetA
csl
defines a global ACSL extension for describing
meta properties, that are composed of three things:
-
a target: the set of functions where the meta-property should hold;
...
...
@@ -41,5 +42,6 @@ verify these annotations.
## Usage
As the plugin is in an early stage of development, it is currently only
available upon request.
MetAcsl is available as a separate open-source plug-in, on
[
Gitlab
](
https://git.frama-c.com/pub/meta
)
.
It is intended to be compatible with the latest state of
[
Frama-C's public repository
](
https://git.frama-c.com/pub/frama-c
)
.
Once installed, the plugin is activated by the
`-meta`
option, which will parse the meta-properties and generate the corresponding ACSL annotations.
\ No newline at end of file
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