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
Why3
why3
Commits
97445ac9
Commit
97445ac9
authored
May 19, 2016
by
Guillaume Melquiond
Browse files
Add detection for Coq 8.5pl1.
parent
08f7552e
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/provers-detection-data.conf
View file @
97445ac9
...
...
@@ -496,6 +496,7 @@ compile_time_support = true
exec
=
"coqtop -batch"
version_switch
=
"-v"
version_regexp
=
"The Coq Proof Assistant, version \\([^ \n]+\\)"
version_ok
=
"8.5pl1"
version_ok
=
"8.5"
command
=
"%e -R %l/coq-tactic Why3 -R %l/coq Why3 -l %f"
driver
=
"drivers/coq.drv"
...
...
@@ -507,12 +508,7 @@ compile_time_support = true
exec
=
"coqtop -batch"
version_switch
=
"-v"
version_regexp
=
"The Coq Proof Assistant, version \\([^ \n]+\\)"
version_ok
=
"8.4pl6"
version_ok
=
"8.4pl5"
version_ok
=
"8.4pl4"
version_ok
=
"8.4pl3"
version_ok
=
"8.4pl2"
version_ok
=
"8.4pl1"
version_ok
=
"8.4pl[1-6]"
version_ok
=
"8.4"
command
=
"%l/why3-cpulimit 0 %m -s %e -R %l/coq-tactic Why3 -R %l/coq Why3 -l %f"
driver
=
"drivers/coq.drv"
...
...
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