From bb637eb4f10c07cc3de26b748aa1d448421da9d6 Mon Sep 17 00:00:00 2001 From: Maurizio Tomasi Date: Thu, 14 May 2015 21:56:40 +0200 Subject: [PATCH] New package fftw3 --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages.json b/packages.json index 08dca02..ee58121 100644 --- a/packages.json +++ b/packages.json @@ -1452,5 +1452,14 @@ "description": "A Nim source only UUID generator", "license": "MIT", "web": "https://github.com/wheineman/nim-only-uuid" + }, + { + "name": "fftw3", + "url": "https://github.com/ziotom78/nimfftw3", + "method": "git", + "tags": ["library", "nim", "math", "fft"], + "description": "Bindings to the FFTW library", + "license": "MIT", + "web": "https://github.com/ziotom78/nimfftw3" } ]