why3/why3.appdata.xml
Jerry James d9fe992ded New upstream release.
Add -proofgeneral subpackage.
Add desktop and AppData files.
2019-10-29 08:23:16 -06:00

43 lines
1.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>why3.desktop</id>
<metadata_license>0BSD</metadata_license>
<project_license>LGPL-2.1-only WITH OCaml-LGPL-linking-exception</project_license>
<name>Why3</name>
<summary>Software verification platform</summary>
<description>
<p>
Why3 is the next generation of the Why software verification platform. Why3
clearly separates the purely logical specification part from generation of
verification conditions for programs. It features a rich library of proof
task transformations that can be chained to produce a suitable input for a
large set of theorem provers, including SMT solvers, TPTP provers, as well as
interactive proof assistants.
</p>
</description>
<screenshots>
<screenshot type="default">
<image>http://why3.lri.fr/doc/gui-1.png</image>
<caption>Initial Why3 GUI window</caption>
</screenshot>
<screenshot>
<image>http://why3.lri.fr/doc/gui-2.png</image>
<image>The Why3 GUI with goal G1 selected</image>
</screenshot>
<screenshot>
<image>http://why3.lri.fr/doc/gui-3.png</image>
<image>The Why3 GUI after running Alt-Ergo on each goal</image>
</screenshot>
<screenshot>
<image>http://why3.lri.fr/doc/gui-4.png</image>
<image>The Why3 GUI after splitting goal G2</image>
</screenshot>
<screenshot>
<image>http://why3.lri.fr/doc/gui-5.png</image>
<image>File reloaded after modifying goal G2</image>
</screenshot>
</screenshots>
<updatecontact>loganjerry@gmail.com</updatecontact>
<url type="homepage">http://why3.lri.fr/</url>
<url type="bugtracker">https://gitlab.inria.fr/why3/why3/issues</url>
</component>