File: QLogo-GUI.appdata.xml

package info (click to toggle)
qlogo 0.961-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,452 kB
  • sloc: cpp: 11,166; python: 159; sh: 107; ansic: 79; xml: 20; makefile: 4
file content (24 lines) | stat: -rw-r--r-- 862 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
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
  <id>QLogo-GUI.desktop</id>
  <metadata_license>CC0-1.0</metadata_license>
  <project_license>GPL-3.0+</project_license>

  <name>QLogo-GUI</name>
  
  <summary>A UCBLogo-compatible interpreter using Qt</summary>
  <description>
    <p>A UCBLogo-compatible interpreter with hardware-accelerated graphics and Unicode text. It almost identically mimics
    the UCBLogo interpreter developed by Brian Harvey at U.C. Berkeley.</p>
    <p>The UCBLogo User manual can be found here: https://people.eecs.berkeley.edu/~bh/usermanual</p>
  </description>

  <launchable type="desktop-id">emacs</launchable>

  <url type="homepage">https://www.qlogo.org</url>
  <update_contact>sikes_AT_qlogo.org</update_contact>
  <translation/>
  <languages>
    <lang>en</lang>
  </languages>
</component>