Skip to content

Commit bc5ab6b

Browse files
CNOCTAVEsiko1056
andauthored
add package octave_tar and octave_zstd (#502)
* add packages * Update octave_tar.yaml: avoid long line * Update octave_tar.yaml * Update octave_zstd.yaml --------- Co-authored-by: Kai Torben Ohlhus <[email protected]>
1 parent 3acae1b commit bc5ab6b

File tree

2 files changed

+74
-0
lines changed

2 files changed

+74
-0
lines changed

packages/octave_tar.yaml

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
layout: "package"
3+
permalink: "octave_tar/"
4+
description: >-
5+
The octave_tar package provides functions for pack and unpack about tar
6+
format.
7+
icon: "https://avatars.githubusercontent.com/u/184102101?v=4"
8+
links:
9+
- icon: "far fa-copyright"
10+
label: "GPL-3.0-or-later"
11+
url: "https://github.com/CNOCTAVE/octave_tar/blob/main/COPYING"
12+
- icon: "fas fa-rss"
13+
label: "news"
14+
url: "https://github.com/CNOCTAVE/octave_tar/blob/main/NEWS"
15+
- icon: "fas fa-code-branch"
16+
label: "repository"
17+
url: "https://github.com/CNOCTAVE/octave_tar"
18+
- icon: "fas fa-th-list"
19+
label: "function reference"
20+
url: "https://cnoctave.github.io/octave_tar/index.html"
21+
- icon: "fas fa-bug"
22+
label: "report a problem"
23+
url: "https://github.com/CNOCTAVE/octave_tar/issues"
24+
maintainers:
25+
- name: "CNOCTAVE"
26+
contact: "[email protected]"
27+
- name: "Yu Hongbo"
28+
contact: "[email protected]"
29+
versions:
30+
- id: "1.0.0"
31+
date: "2024-11-07"
32+
sha256: "4a0d171c84fec3f05360cd0c5c546ad28f34edd97db19c9682af97c65d764b16"
33+
url: "https://github.com/CNOCTAVE/octave_tar/releases/download/1.0.0/octave_tar.tar.gz"
34+
depends:
35+
- "octave (>= 8.0.0)"
36+
- "pkg"
37+
---

packages/octave_zstd.yaml

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
layout: "package"
3+
permalink: "octave_zstd/"
4+
description: >-
5+
The octave_zstd package provides functions for compress and
6+
decompress about ZSTD format.
7+
icon: "https://avatars.githubusercontent.com/u/184102101?v=4"
8+
links:
9+
- icon: "far fa-copyright"
10+
label: "GPL-3.0-or-later"
11+
url: "https://github.com/CNOCTAVE/octave_zstd/blob/main/COPYING"
12+
- icon: "fas fa-rss"
13+
label: "news"
14+
url: "https://github.com/CNOCTAVE/octave_zstd/blob/main/NEWS"
15+
- icon: "fas fa-code-branch"
16+
label: "repository"
17+
url: "https://github.com/CNOCTAVE/octave_zstd"
18+
- icon: "fas fa-th-list"
19+
label: "function reference"
20+
url: "https://cnoctave.github.io/octave_zstd/index.html"
21+
- icon: "fas fa-bug"
22+
label: "report a problem"
23+
url: "https://github.com/CNOCTAVE/octave_zstd/issues"
24+
maintainers:
25+
- name: "CNOCTAVE"
26+
contact: "[email protected]"
27+
- name: "Yu Hongbo"
28+
contact: "[email protected]"
29+
versions:
30+
- id: "1.0.2"
31+
date: "2024-10-11"
32+
sha256: "2c8770cece0b536cdeb6a589916e39e20b4e7de27996f7205609a6794581fc3b"
33+
url: "https://github.com/CNOCTAVE/octave_zstd/releases/download/1.0.2/octave_zstd.tar.gz"
34+
depends:
35+
- "octave (>= 8.0.0)"
36+
- "pkg"
37+
---

0 commit comments

Comments
 (0)