-
Notifications
You must be signed in to change notification settings - Fork 0
/
octave_zstd.metainfo.xml
32 lines (31 loc) · 1.21 KB
/
octave_zstd.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
32
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2024 Yu Hongbo <[email protected]>,
CNOCTAVE <[email protected]>
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>octave_zstd</id>
<extends>www.octave.org-octave.desktop</extends>
<name>octave_zstd</name>
<summary>Octave Use ZSTD to Compress and Decompress</summary>
<description>
<p>The octave_zstd package provides functions for compress and
decompress about ZSTD format.</p>
</description>
<keywords>
<keyword>ZSTD</keyword>
<keyword>compress</keyword>
<keyword>decompress</keyword>
</keywords>
<url type="homepage">https://github.com/CNOCTAVE/octave_zstd</url>
<url type="bugtracker">https://github.com/CNOCTAVE/octave_zstd/issues</url>
<url type="document">https://cnoctave.github.io/octave_zstd/index.html</url>
<project_license>GPL-3.0+</project_license>
<developer_name>various authors</developer_name>
<update_contact>[email protected]</update_contact>
<metadata_license>FSFAP</metadata_license>
</component>