File: io.sourceforge.octave.io.metainfo.xml

package info (click to toggle)
octave-io 2.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,808 kB
  • sloc: objc: 2,092; cpp: 546; python: 438; makefile: 204; xml: 23; sh: 20
file content (32 lines) | stat: -rw-r--r-- 1,200 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
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2023-2025 The Octave Project Developers

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.  This file is offered as-is,
without any warranty.
-->
<component type="addon">
  <id>io.sourceforge.octave.io</id>
  <extends>org.octave.Octave</extends>
  <name>IO</name>
  <summary>File I/O in various formats</summary>
  <description>
    <p>Provides functions for reading and writing various
    file formats, especially spreadsheets, and mixed-type
    csv-files.</p>
  </description>
    <keywords>
    <keyword>file input/output</keyword>
    <keyword>file I/O</keyword>
    <keyword>spreadsheet</keyword>
    <keyword>.csv</keyword>
  </keywords>
  <url type="homepage">http://octave.sourceforge.net/io</url>
  <url type="bugtracker">https://savannah.gnu.org/bugs/?func=additem&amp;group=octave</url>
  <project_license>various</project_license>
  <developer_name>Octave-Forge Community</developer_name>
  <update_contact>octave-maintainers@gnu.org</update_contact>
  <metadata_license>FSFAP</metadata_license>
</component>