aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBillingsly Wetherfordshire <phowl.mouth@gmail.com>2015-05-14 15:22:35 -0500
committerBillingsly Wetherfordshire <phowl.mouth@gmail.com>2015-05-14 15:22:35 -0500
commit0c92a2ae9c50a05bea5b2090229e66bc0eda7626 (patch)
tree75e0ececda7eb4bfdfe9048c92b6fa4e4fb1f61e
parente8c8466a7b20bb463e3ffa257fe0914acfdfa78e (diff)
parentbb637eb4f10c07cc3de26b748aa1d448421da9d6 (diff)
downloadpackages-0c92a2ae9c50a05bea5b2090229e66bc0eda7626.tar.gz
packages-0c92a2ae9c50a05bea5b2090229e66bc0eda7626.zip
Merge pull request #158 from ziotom78/master
New package fftw3
-rw-r--r--packages.json9
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"
}
]