/usr/share/metainfo/www.octave.org-octave.appdata.xml is in octave 4.2.2-1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 | <?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2013-2017 Carnë Draug
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<component type="desktop-application">
<id>www.octave.org-octave.desktop</id>
<metadata_license>FSFAP</metadata_license>
<project_license>GPL-3.0+</project_license>
<name>GNU Octave</name>
<summary>Interactive programming environment for numerical computations</summary>
<description>
<p>
GNU Octave is a high-level interpreted language, primarily intended for
numerical computations. It provides capabilities for the numerical
solution of linear and nonlinear problems, and for performing other
numerical experiments. It also provides extensive graphics capabilities
for data visualization and manipulation. Octave is normally used through
its interactive command line interface, but it can also be used to write
non-interactive programs. The Octave language is quite similar to
Matlab so that most programs are easily portable.
</p>
<p>
Octave has extensive tools for solving common numerical linear algebra
problems, finding the roots of nonlinear equations, integrating ordinary
functions, manipulating polynomials, and integrating ordinary
differential and differential-algebraic equations. It is easily
extensible and customizable via user-defined functions written in
Octave's own language, or using dynamically loaded modules written in
C++, C, Fortran, or other languages.
</p>
</description>
<screenshots>
<!--
From: https://www.freedesktop.org/software/appstream/docs/
All screenshots should have a 16:9 aspect ratio, and should have
a width that is no smaller than 620px. Screenshots should be in PNG
or JPEG format. PNG is the preferred format.
-->
<screenshot type="default">
<image>https://www.gnu.org/software/octave/img/screenshot.png</image>
</screenshot>
</screenshots>
<url type="homepage">http://www.octave.org</url>
<update_contact>maintainers@octave.org</update_contact>
<project_group>GNU</project_group>
</component>
|