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
frama-c
Commits
6d0b4df0
Commit
6d0b4df0
authored
Jan 16, 2023
by
Patrick Baudin
Browse files
Merge branch 'feature/kernel/allows-using-menhir' into 'master'
Allows using menhir See merge request frama-c/frama-c!4052
parents
053f0d3a
f19c1613
Changes
3
Hide whitespace changes
Inline
Side-by-side
dune-project
View file @
6d0b4df0
...
...
@@ -21,5 +21,6 @@
;; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(using menhir 2.1)
(using dune_site 0.1)
(package (name frama-c) (sites (share share) (libexec lib) (lib plugins) (lib plugins_gui)))
nix/frama-c.nix
View file @
6d0b4df0
...
...
@@ -21,6 +21,7 @@
,
lablgtk3
,
lablgtk3-sourceview3
,
ltl2ba
,
menhir
,
menhirLib
,
mlmpfr
,
ocaml
...
...
@@ -75,6 +76,7 @@ stdenvNoCC.mkDerivation rec {
lablgtk3
lablgtk3-sourceview3
ltl2ba
menhir
menhirLib
mlmpfr
ocaml
...
...
opam
View file @
6d0b4df0
...
...
@@ -117,6 +117,7 @@ depends: [
( "alt-ergo-free" | "alt-ergo" )
"conf-graphviz" { post }
"conf-time" { with-test }
"menhir" { build }
"ocaml" { >= "4.11.1" }
"ocamlfind" # needed beyond build stage, used by -load-module
"ocamlgraph" { >= "1.8.8" }
...
...
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