Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
frama-c
Commits
f82d06cb
"src/plugins/wp/TacModMask.mli" did not exist on "40750dd73a7b9c7af69e1c7f20da48d1cb71c45d"
Commit
f82d06cb
authored
2 years ago
by
Allan Blanchard
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/stable/iron'
parents
b7fe6bfb
83af305c
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
opam
+24
-15
24 additions, 15 deletions
opam
src/plugins/gui/help_manager.ml
+1
-0
1 addition, 0 deletions
src/plugins/gui/help_manager.ml
with
25 additions
and
15 deletions
opam
+
24
−
15
View file @
f82d06cb
...
@@ -62,6 +62,7 @@ authors: [
...
@@ -62,6 +62,7 @@ authors: [
"Virgile Robles"
"Virgile Robles"
"Muriel Roger"
"Muriel Roger"
"Julien Signoles"
"Julien Signoles"
"Nicolas Stouls"
"Kostyantyn Vorobyov"
"Kostyantyn Vorobyov"
"Boris Yakobowski"
"Boris Yakobowski"
]
]
...
@@ -102,45 +103,53 @@ remove: [
...
@@ -102,45 +103,53 @@ remove: [
run-test: [
run-test: [
["dune" "exec" "--" "frama-c-ptests" "tests" "src/plugins/*/tests"
["dune" "exec" "--" "frama-c-ptests" "tests" "src/plugins/*/tests"
] { arch != "ppc64" & arch != "x86_32" & arch != "arm32" }
] { arch != "ppc64" & arch != "x86_32" & arch != "arm32"
& os != "macos"
}
["dune" "build" "-j%{jobs}%" "@ptests_config"
["dune" "build" "-j%{jobs}%" "@ptests_config"
] { arch != "ppc64" & arch != "x86_32" & arch != "arm32" }
] { arch != "ppc64" & arch != "x86_32" & arch != "arm32"
& os != "macos"
}
]
]
# Please keep depends and depopts sorted by package name
depends: [
depends: [
"dune" { (>= "3.2.0" & os!="macos") | (>= "3.5.0" & os="macos") }
"dune" { (>= "3.2.0" & os!="macos") | (>= "3.5.0" & os="macos") }
"dune-configurator"
"dune-configurator"
"dune-private-libs"
"dune-private-libs"
"dune-site"
"dune-site"
( ( "lablgtk" { >= "2.18.8" } & "conf-gnomecanvas" & "conf-gtksourceview"
& ("ocamlgraph" { < "2.0" } | "ocamlgraph_gtk" ))
| ( "lablgtk3" { >= "3.1.0" & os!="macos" }
& "lablgtk3-sourceview3" & "conf-gtksourceview3" ) )
( "alt-ergo-free" | "alt-ergo" )
( "alt-ergo-free" | "alt-ergo" )
"conf-graphviz" { post }
"conf-graphviz" { post }
"conf-time" { with-test }
"conf-time" { with-test }
"ppx_deriving_yojson"
"ocaml" { >= "4.11.1" }
"ocaml" { >= "4.11.1" }
"ocamlfind" # needed beyond build stage, used by -load-module
"ocamlfind" # needed beyond build stage, used by -load-module
"ocamlgraph" { >= "1.8.8" }
"ocamlgraph" { >= "1.8.8" }
"why3" { >= "1.5.1" }
"why3" { >= "1.5.1" }
"yojson" { >= "1.6.0" & < "2.0.0" }
"yojson" { >= "1.6.0" & < "2.0.0" }
"zarith" { >= "1.5" }
"zarith" { >= "1.5" }
# PPXs
"ppx_deriving"
"ppx_deriving"
"ppx_deriving_yojson"
"ppx_import"
"ppx_import"
# GTK3 for non-macos only
"lablgtk3" { >= "3.1.0" & os!="macos" }
"lablgtk3-sourceview3" { os!="macos" }
"conf-gtksourceview3" { os!="macos" }
]
]
# Note: do not put particular versions here, if some version is *incompatible*,
# use the field 'conflicts'.
depopts: [
depopts: [
# cannot use {build}: Frama-C must be recompiled when Coq and libraries changes.
# Coq: because .vo would would not be loadable by another version of Coq
# libraries: because we use dynamic linking
"apron"
"apron"
"coq"
"mlmpfr"
"mlmpfr" { >= "4.1.0-bugfix2"}
"zmq"
"zmq"
]
]
conflicts: [
"cairo2" { < "0.6.2" }
"mlmpfr" { < "4.1.0-bugfix2" }
"pilat" { <= "1.6" }
"result" { < "1.5" }
]
post-messages: [
post-messages: [
"The Frama-C/WP plug-in requires one or more external prover(s).
"The Frama-C/WP plug-in requires one or more external prover(s).
Recommended provers are:
Recommended provers are:
...
@@ -148,12 +157,12 @@ Recommended provers are:
...
@@ -148,12 +157,12 @@ Recommended provers are:
- CVC4 (https://cvc4.github.io)
- CVC4 (https://cvc4.github.io)
- Z3 (https://github.com/Z3Prover/z3)
- Z3 (https://github.com/Z3Prover/z3)
Use 'why3 config detect' to configure new provers.
Use 'why3 config detect' to configure new provers.
"
"
{ success }
"Ivette is a new GUI for Frama-C, currently in development.
"Ivette is a new GUI for Frama-C, currently in development.
Run 'ivette' once to finalize installation (requires an internet connection).
Run 'ivette' once to finalize installation (requires an internet connection).
Once finalized, 'ivette' will work offline.
Once finalized, 'ivette' will work offline.
Finalization also requires Node v16 and Yarn:
Finalization also requires Node v16 and Yarn:
- install NVM (https://github.com/nvm-sh/nvm)
- install NVM (https://github.com/nvm-sh/nvm)
- run 'nvm use 16'
- run 'nvm use 16'
- run 'npm install --global yarn'"
- run 'npm install --global yarn'"
{ success }
]
]
This diff is collapsed.
Click to expand it.
src/plugins/gui/help_manager.ml
+
1
−
0
View file @
f82d06cb
...
@@ -65,6 +65,7 @@ let show main_ui =
...
@@ -65,6 +65,7 @@ let show main_ui =
"Virgile Robles"
;
"Virgile Robles"
;
"Muriel Roger"
;
"Muriel Roger"
;
"Julien Signoles"
;
"Julien Signoles"
;
"Nicolas Stouls"
;
"Kostyantyn Vorobyov"
;
"Kostyantyn Vorobyov"
;
"Boris Yakobowski"
"Boris Yakobowski"
]
]
...
...
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