File: laby.appdata.xml

package info (click to toggle)
laby 0.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 908 kB
  • sloc: ml: 3,823; xml: 133; sh: 115; pascal: 88; java: 70; perl: 69; php: 69; ansic: 68; javascript: 64; cpp: 59; makefile: 51; ruby: 48; python: 40; lisp: 32
file content (31 lines) | stat: -rw-r--r-- 1,119 bytes parent folder | download | duplicates (2)
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>