Skip to content

Commit a3d337f

Browse files
authored
add fur (#3039)
1 parent 13d3ad2 commit a3d337f

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

packages.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35273,5 +35273,18 @@
3527335273
"description": "LSP implementation for Nim based on `nim check`",
3527435274
"license": "MIT",
3527535275
"web": "https://github.com/ire4ever1190/nimsight"
35276-
}
35277-
]
35276+
},{
35277+
"name": "fur",
35278+
"url": "https://github.com/capocasa/fur",
35279+
"method": "git",
35280+
"tags": [
35281+
"dsp",
35282+
"filter",
35283+
"fir",
35284+
"realtime"
35285+
],
35286+
"description": "Fur is a pure Nim set of finite impulse response filters (FIR) for realtime use.",
35287+
"license": "MIT",
35288+
"web": "https://github.com/capocasa/fur"
35289+
}]
35290+

0 commit comments

Comments
 (0)