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