Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TREXOR
Extern
binsec
Commits
c5e8cdce
Commit
c5e8cdce
authored
Dec 23, 2021
by
Frédéric Recoules
Browse files
Update dune-project
parent
5eb3dce7
Changes
1
Hide whitespace changes
Inline
Side-by-side
dune-project
View file @
c5e8cdce
...
...
@@ -47,7 +47,7 @@ BINSEC is developed at CEA List in scientfic collaboration with Verimag and LORI
An overview of some BINSEC features can be found in our SSPREW'17 tutorial.")
(depends
(ocaml
(and
(>= 4.08)
(< 4.14))
)
(ocaml (>= 4.08))
(menhir (and :build (>= 20181113)))
(ocamlgraph (>= 1.8.5))
(zarith (>= 1.4))
...
...
@@ -55,9 +55,13 @@ An overview of some BINSEC features can be found in our SSPREW'17 tutorial.")
(ounit2 (and :with-test (>= 2)))
(qcheck (and :with-test (>= 0.7))))
(depopts
(
llvm
(and (>= 6.0.0) (< 13.0.0)))
llvm
unisim_archisec
(bitwuzla (>= 1.0.1)))
bitwuzla)
(conflicts
(llvm (< 6.0.0))
(llvm (>= 13.0.0))
(bitwuzla (< 1.0.1)))
(tags
("binary code analysis"
"symbolic execution"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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