Blob Blame History Raw
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
  <id>fr.lri.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>
  <launchable type="desktop-id">fr.lri.why3.desktop</launchable>
  <screenshots>
    <screenshot type="default">
      <image>http://why3.lri.fr/doc/_images/gui-1.png</image>
      <caption>Initial Why3 GUI window</caption>
    </screenshot>
    <screenshot>
      <image>http://why3.lri.fr/doc/_images/gui-2.png</image>
      <caption>The Why3 GUI with goal G1 selected</caption>
    </screenshot>
    <screenshot>
      <image>http://why3.lri.fr/doc/_images/gui-3.png</image>
      <caption>The Why3 GUI after running Alt-Ergo on each goal</caption>
    </screenshot>
    <screenshot>
      <image>http://why3.lri.fr/doc/_images/gui-4.png</image>
      <caption>The Why3 GUI after splitting goal G2</caption>
    </screenshot>
    <screenshot>
      <image>http://why3.lri.fr/doc/_images/gui-5.png</image>
      <caption>File reloaded after modifying goal G2</caption>
    </screenshot>
  </screenshots>
  <update_contact>loganjerry@gmail.com</update_contact>
  <url type="homepage">http://why3.lri.fr/</url>
  <url type="bugtracker">https://gitlab.inria.fr/why3/why3/issues</url>
  <content_rating type="oars-1.0"></content_rating>
  <provides>
    <binary>why3</binary>
  </provides>
</component>