-
Notifications
You must be signed in to change notification settings - Fork 3
/
gretl.appdata.xml
44 lines (44 loc) · 1.62 KB
/
gretl.appdata.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
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (C) 2001 Allin Cottrell and Riccardo "Jack" Lucchetti -->
<component type="desktop-application">
<id>net.sourceforge.gretl</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>
<name>gretl</name>
<summary>Econometrics package</summary>
<launchable type="desktop-id">gretl.desktop</launchable>
<description>
<p>
Gretl is an econometrics package, including a shared library, a
command-line client program and a graphical user interface.
</p>
<p>
Gretl is user-friendly but also technically sophisticated. Users can
choose their preferred point on the spectrum from interactive
point-and-click to complex scripting, and can easily combine these
approaches.
</p>
</description>
<url type="homepage">https://gretl.sourceforge.net/</url>
<screenshots>
<screenshot type="default">
<image>https://gretl.sourceforge.net/images/gretl_screen.png</image>
<caption>Estimates for a time-series model</caption>
</screenshot>
</screenshots>
<update_contact>[email protected]</update_contact>
<kudos>
<kudo>ModernToolkit</kudo>
<kudo>UserDocs</kudo>
</kudos>
<keywords>
<keyword>econometrics</keyword>
<keyword>statistics</keyword>
<keyword>data</keyword>
<keyword>analysis</keyword>
</keywords>
<developer_name>gretl</developer_name>
<url type="bugtracker">https://sourceforge.net/p/gretl/bugs/</url>
<url type="donation">https://sourceforge.net/projects/gretl/</url>
<url type="help">https://sourceforge.net/projects/gretl/files/manual/</url>
</component>