Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
why3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
124
Issues
124
List
Boards
Labels
Service Desk
Milestones
Merge Requests
15
Merge Requests
15
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Why3
why3
Commits
42853370
Commit
42853370
authored
Nov 06, 2017
by
Guillaume Melquiond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version 0.88.1
parent
54c75717
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
25 additions
and
18 deletions
+25
-18
.gitattributes
.gitattributes
+13
-9
CHANGES.md
CHANGES.md
+7
-2
README.md
README.md
+2
-2
Version
Version
+1
-1
doc/manual.tex
doc/manual.tex
+1
-1
opam/why3-base/url
opam/why3-base/url
+0
-2
opam/why3/opam
opam/why3/opam
+1
-1
No files found.
.gitattributes
View file @
42853370
/examples/in_progress/ export-ignore
/examples/hoare_logic/draft/ export-ignore
/tests/ export-ignore
/bench/encoding/ export-ignore
/misc/ export-ignore
/ROADMAP export-ignore
/DEVELOPER.readme export-ignore
/opam/ export-ignore
.gitignore export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.keepme export-ignore
/.gitlab-ci.yml export-ignore
/.mailmap export-ignore
/check.sh export-ignore
/DEVELOPER.readme export-ignore
/ROADMAP export-ignore
/TODO export-ignore
/bench/encoding/ export-ignore
/examples/in_progress/ export-ignore
/misc/ export-ignore
/opam/ export-ignore
/tests/ export-ignore
CHANGES.md
View file @
42853370
:x: marks a potential source of incompatibility
Version 0.88.1,
?
, 2017
Version 0.88.1,
November 6
, 2017
-----------------------
API
*
export function
`Call_provers.get_new_results`
*
export
ed
function
`Call_provers.get_new_results`
Provers
*
improved support for Isabelle 2017
*
fixed support for Coq 8.7
Miscellaneous
*
fixed compilation for OCaml 4.06
*
improved support for nullary
`val`
declarations with regions
Version 0.88.0, October 6, 2017
-------------------------------
...
...
README.md
View file @
42853370
WHY
3
====
=
WHY3
====
Why3 is a platform for deductive program verification. It provides
a rich language for specification and programming, called WhyML, and
...
...
Version
View file @
42853370
# Why version
VERSION=0.88.
0
VERSION=0.88.
1
doc/manual.tex
View file @
42853370
...
...
@@ -108,7 +108,7 @@
%BEGIN LATEX
\begin{LARGE}
%END LATEX
Version
\whyversion
{}
,
Octo
ber 2017
Version
\whyversion
{}
,
Novem
ber 2017
%BEGIN LATEX
\end{LARGE}
%END LATEX
...
...
opam/why3-base/url
deleted
100644 → 0
View file @
54c75717
archive: "https://gforge.inria.fr/frs/download.php/file/37147/why3-0.88.0.tar.gz"
checksum: "1aef885ff8eee34107585e11db623a8d"
opam/why3/opam
View file @
42853370
...
...
@@ -23,7 +23,7 @@ tags: [
]
available: [ ocaml-version >= "4.02.3" ]
depends: [
"why3-base" { = "0.88.
0
" }
"why3-base" { = "0.88.
1
" }
"lablgtk"
"conf-gtksourceview"
"zarith"
...
...
Write
Preview
Markdown
is supported
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