diff options
| author | Dominik Picheta <dominikpicheta@gmail.com> | 2016-02-08 16:54:05 +0000 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@gmail.com> | 2016-02-08 16:54:05 +0000 |
| commit | 9f6d2889b254c8dd270e640ee18716d7acb7566b (patch) | |
| tree | 0d751d366df6945819085aeed44d87c22dd9b015 | |
| parent | 664b940980803b2706307ba5863cfacaa6240775 (diff) | |
| parent | c270e73da035b5343a738900dd6a05accd433457 (diff) | |
| download | packages-9f6d2889b254c8dd270e640ee18716d7acb7566b.tar.gz packages-9f6d2889b254c8dd270e640ee18716d7acb7566b.zip | |
Merge branch 'master' of https://github.com/m13253/nim-packages into m13253-master
| -rw-r--r-- | packages.json | 14 |
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" } ] |
