aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 10c4203..d482e9c 100644
--- a/packages.json
+++ b/packages.json
@@ -4062,6 +4062,7 @@
"web": "https://github.com/lompik/pari.nim"
},
{
+<<<<<<< HEAD
"name": "spacenav",
"url": "git://github.com/nimious/spacenav.git",
"method": "git",
@@ -4215,5 +4216,18 @@
"description": "Basic operations on singly and doubly linked lists.",
"license": "MIT",
"web": "https://github.com/srwiley/listsv"
+ },
+ {
+ "name": "kissfft",
+ "url": "git://github.com/m13253/nim-kissfft",
+ "method": "git",
+ "tags": [
+ "fft",
+ "dsp",
+ "signal"
+ ],
+ "description": "Nim binding for KissFFT Fast Fourier Transform library",
+ "license": "BSD",
+ "web": "https://github.com/m13253/nim-kissfft"
}
]