Skip to content

Commit dd6cd23

Browse files
authored
Merge pull request #769 from Mihutxxl/main
Create dsppack.yaml
2 parents 256efc5 + b7c079d commit dd6cd23

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

packages/dsppack.yaml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
layout: "package"
3+
permalink: "dsppack/"
4+
description: >-
5+
GUI tool for designing and analysing IIR/FIR digital filters: magnitude,
6+
phase and pole-zero responses, stability analysis, audio demo, and code
7+
export.
8+
icon: "https://raw.githubusercontent.com/Mihutxxl/dsppack/main/doc/icon.png"
9+
links:
10+
- icon: "far fa-copyright"
11+
label: "GPL-3.0-or-later"
12+
url: "https://github.com/Mihutxxl/dsppack/blob/main/COPYING"
13+
- icon: "fas fa-code-branch"
14+
label: "repository"
15+
url: "https://github.com/Mihutxxl/dsppack"
16+
- icon: "fas fa-bug"
17+
label: "report a problem"
18+
url: "https://github.com/Mihutxxl/dsppack/issues"
19+
maintainers:
20+
- name: "Mihut Vlad"
21+
contact: "vlad.mihut@student.upt.ro"
22+
versions:
23+
- id: "1.0.0"
24+
date: "2026-06-02"
25+
sha256: "197bca703c87e6478c3a68f4e8e4d6131cb965d08b6b5d3c87df0122553dd972"
26+
url: "https://github.com/Mihutxxl/dsppack/releases/download/1.0.0/dsppack-1.0.0.tar.gz"
27+
depends:
28+
- "octave (>= 6.0.0)"
29+
- "signal (>= 1.4.0)"
30+
- "pkg"
31+
---

0 commit comments

Comments
 (0)