File: gretl.appdata.xml

package info (click to toggle)
gretl 2025b-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 64,984 kB
  • sloc: ansic: 426,435; sh: 4,916; makefile: 3,257; cpp: 2,777; xml: 610; perl: 364
file content (44 lines) | stat: -rw-r--r-- 1,659 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
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>cottrell@wfu.edu</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>