File: algobox.metainfo.xml

package info (click to toggle)
algobox 1.1.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,052 kB
  • sloc: cpp: 13,997; xml: 53; makefile: 12; sh: 5
file content (45 lines) | stat: -rw-r--r-- 1,366 bytes parent folder | download
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
 <id>algobox.desktop</id>
 <metadata_license>CC0-1.0</metadata_license>
 <project_license>GPL-2.0-or-later</project_license>
 <name>Algobox</name>
  <summary>Logiciel d'initiation à l'algorithmique</summary>
 <description>
    <p>
    Logiciel d'initiation à l'algorithmique.
    </p>
 </description>
<categories>
    <category>Education</category>
    <category>Science</category>
    <category>Qt</category>
</categories>
<screenshots>
  <screenshot type="default">
    <image>https://www.xm1math.net/algobox/assets/img/algobox_top_orig.png</image>
    <caption>Interface</caption>
  </screenshot>
</screenshots>
<url type="homepage">https://www.xm1math.net/algobox/index.html</url>
<url type="help">https://www.xm1math.net/algobox/doc.html</url>
<provides>
  <binary>algobox</binary>
</provides>
<launchable type="desktop-id">algobox.desktop</launchable>
 <project_group>Qt</project_group>
 <developer_name>Pascal Brachet</developer_name>
 <releases>
   <release version="1.1.1" date="2022-10-30">
     <description>
       <p>Maintenance release</p>
     </description>
   </release>
   <release version="1.1.0" date="2021-11-07">
     <description>
       <p>Maintenance release - Qt6 support</p>
     </description>
   </release>
 </releases>
 <content_rating type="oars-1.0" />
</component>