Merge branch 'master' of https://github.com/m13253/nim-packages into m13253-master

This commit is contained in:
Dominik Picheta 2016-02-08 16:54:05 +00:00
commit 9f6d2889b2

View File

@ -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"
}
]