Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Lustrec - public version
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LustreC
Lustrec - public version
Commits
daf735d6
Commit
daf735d6
authored
2 years ago
by
BRUN Lelio
Committed by
GARION Christophe
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
remove frama-c from optional dependencies
parent
9a8649cc
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+6
-9
6 additions, 9 deletions
README.md
dune-project
+4
-8
4 additions, 8 deletions
dune-project
lustrec.opam
+0
-1
0 additions, 1 deletion
lustrec.opam
with
10 additions
and
18 deletions
README.md
+
6
−
9
View file @
daf735d6
...
@@ -15,7 +15,7 @@ The easiest is to use [opam](https://opam.ocaml.org/ "Link to opam
...
@@ -15,7 +15,7 @@ The easiest is to use [opam](https://opam.ocaml.org/ "Link to opam
homepage"), the OCaml package manager. We suppose here that opam
homepage"), the OCaml package manager. We suppose here that opam
version
`2.1`
is used.
version
`2.1`
is used.
### 1. Set a (local) opam switch using OCaml 4.1
4
.1
### 1. Set a (local) opam switch using OCaml
≥
4.1
1
.1
```
sh
```
sh
opam switch create
--no-install
.
4.14.1
opam switch create
--no-install
.
4.14.1
...
@@ -44,11 +44,10 @@ generated C code, you will need [Frama-C](https://www.frama-c.com
...
@@ -44,11 +44,10 @@ generated C code, you will need [Frama-C](https://www.frama-c.com
"Link to Frama-C homepage"
)
and SMT solvers.
"Link to Frama-C homepage"
)
and SMT solvers.
LustreC use custom strategies for the Frama-C WP plugin that must be
LustreC use custom strategies for the Frama-C WP plugin that must be
installed. Go to the
`lustrec_wp_strategies`
directory and execute the
installed.
following commands:
```
sh
```
sh
opam
install
.
opam
install
lustrec_wp_strategies/
```
```
Frama-C should also be installed. Notice that if you have installed a
Frama-C should also be installed. Notice that if you have installed a
...
@@ -63,14 +62,12 @@ When starting Frama-C, you should now see the following message:
...
@@ -63,14 +62,12 @@ When starting Frama-C, you should now see the following message:
You may uninstall the plugin by executing
You may uninstall the plugin by executing
```
sh
```
sh
opam uninstall
.
opam uninstall
lustrec_wp_strategies
```
```
in the
`lustrec_wp_strategies`
directory.
The
[
Alt-Ergo
](
https://alt-ergo.ocamlpro.com/
"Li
nk to Alt-Ergo
The
[
Alt-Ergo
](
https://alt-ergo.ocamlpro.com/
"Link to Alt-Ergo homepage"
)
SMT
homepage") is installed with Frama-C. We also recommend to use two
solver is installed with Frama-C. We also recommend to use two others solvers:
others SMT solvers:
*
[
Z3
](
https://github.com/Z3Prover/z3
"Link to Z3 Github page"
)
, that
*
[
Z3
](
https://github.com/Z3Prover/z3
"Link to Z3 Github page"
)
, that
can be installed through opam with
`opam install z3`
(or through
can be installed through opam with
`opam install z3`
(or through
...
...
This diff is collapsed.
Click to expand it.
dune-project
+
4
−
8
View file @
daf735d6
...
@@ -44,11 +44,7 @@
...
@@ -44,11 +44,7 @@
yojson
yojson
ppx_deriving_yojson
ppx_deriving_yojson
dune-site
dune-site
(re :with-test)
(conf-mpfr :with-test)
(yojson :with-test)
(conf-cmake :with-test)
(conf-mpfr :with-test)
(conf-openjdk :with-test)
(conf-cmake :with-test)
(conf-python-2-7 :with-test)))
(conf-openjdk :with-test)
(conf-python-2-7 :with-test))
(depopts
frama-c))
This diff is collapsed.
Click to expand it.
lustrec.opam
+
0
−
1
View file @
daf735d6
...
@@ -33,7 +33,6 @@ depends: [
...
@@ -33,7 +33,6 @@ depends: [
"conf-python-2-7" {with-test}
"conf-python-2-7" {with-test}
"odoc" {with-doc}
"odoc" {with-doc}
]
]
depopts: ["frama-c"]
build: [
build: [
["dune" "subst"] {dev}
["dune" "subst"] {dev}
[
[
...
...
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment