-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathoctave-tablicious.metainfo.xml
31 lines (29 loc) · 1.18 KB
/
octave-tablicious.metainfo.xml
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"?>
<!-- metainfo file for GNOME/AppStream packaging -->
<component type="addon">
<id>octave-tablicious</id>
<extends>org.octave.octave.desktop</extends>
<metadata_license>FSFAP</metadata_license>
<name>Tablicious</name>
<summary>Tabular data support, providing a table array class, plus string, datetime, and categorical array classes.</summary>
<category>Science</category>
<keywords>
<keyword translate="no">Octave</keyword>
<keyword>tabular</keyword>
<keyword>date/time</keyword>
<keyword>relational algebra</keyword>
</keywords>
<suggests>
<id>io.github.gnu_octave.statistics</id>
</suggests>
<project_license>GPL-3.0+</project_license>
<url type="homepage">https://apjanke.github.io/octave-tablicious/</url>
<url type="bugtracker">https://github.com/apjanke/octave-tablicious/issues</url>
<url type="help">https://apjanke.github.io/octave-tablicious/devel/user-guide/html/index.html</url>
<url type="faq">https://apjanke.github.io/octave-tablicious/FAQ.html</url>
<developer>
<id>net.apjanke</id>
<name>Andrew Janke</name>
</developer>
<update_contact>[email protected]</update_contact>
</component>