diff options
| author | Maurizio Tomasi <ziotom78@gmail.com> | 2015-05-14 21:56:40 +0200 |
|---|---|---|
| committer | Maurizio Tomasi <ziotom78@gmail.com> | 2015-05-14 21:56:40 +0200 |
| commit | bb637eb4f10c07cc3de26b748aa1d448421da9d6 (patch) | |
| tree | 75e0ececda7eb4bfdfe9048c92b6fa4e4fb1f61e | |
| parent | e8c8466a7b20bb463e3ffa257fe0914acfdfa78e (diff) | |
| download | packages-bb637eb4f10c07cc3de26b748aa1d448421da9d6.tar.gz packages-bb637eb4f10c07cc3de26b748aa1d448421da9d6.zip | |
New package fftw3
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
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" } ] |
