1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> -->
<component type="desktop">
<id>laby.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>
<name>Laby</name>
<summary>Learn programming, playing with ants and spider webs</summary>
<description>
<p>
Laby is a small program to learn how to program with ants and spider webs.
You have to move an ant out of a labyrinth, avoid spider webs, move rocks, etc.
</p>
</description>
<screenshots>
<screenshot type="default">
<image>https://sgimenez.github.io/laby/laby.png</image>
<caption>The main window showing the application in action</caption>
</screenshot>
</screenshots>
<url type="homepage">https://sgimenez.github.io/laby/</url>
<releases>
<release version="0.6.4" timestamp="1417079209" />
<release version="0.6.3" timestamp="1305222180" />
<release version="0.6.2" timestamp="1283520256" />
</releases>
<provides>
<binary>laby</binary>
</provides>
<updatecontact>i.gnatenko.brain@gmail.com</updatecontact>
</component>
|