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
246c388f
Commit
246c388f
authored
Oct 26, 2021
by
Frédéric Recoules
Browse files
Small fixes
parent
ff550b05
Changes
3
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
246c388f
...
...
@@ -19,4 +19,4 @@ Then, have a look at [user documentation](doc) for command examples.
# Contributing
Found a bug or want to make a suggestion,
check
[
how to contribute
](
./CONTRIBUTING.md
)
improving
**BINSEC**
platform
.
check
[
how to contribute
](
./CONTRIBUTING.md
)
improving
**BINSEC**
.
binsec.opam
View file @
246c388f
...
...
@@ -53,7 +53,7 @@ homepage: "https://binsec.github.io"
bug-reports: "mailto:binsec@saxifrage.saclay.cea.fr"
depends: [
"dune" {>= "2.8"}
"ocaml" {
build &
>= "4.08" & < "4.14"}
"ocaml" {>= "4.08" & < "4.14"}
"menhir" {build & >= "20181113"}
"ocamlgraph" {>= "1.8.5"}
"zarith" {>= "1.4"}
...
...
dune-project
View file @
246c388f
...
...
@@ -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
:build
(>= 4.08) (< 4.14)))
(ocaml (and (>= 4.08) (< 4.14)))
(menhir (and :build (>= 20181113)))
(ocamlgraph (>= 1.8.5))
(zarith (>= 1.4))
...
...
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