aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@gmail.com>2018-02-19 20:58:05 +0000
committerDominik Picheta <dominikpicheta@gmail.com>2018-02-19 20:58:05 +0000
commit6aad829564ee70ab31d0b1e2b9e3b82cb3e40926 (patch)
treeed3325181ec62e5c38f8089c2479e5f753c2fe67
parent5732109799acada075fc55bb3016e51ea383a515 (diff)
parent6d97348bf68cb332d891fab9bfbc1452ce1303a8 (diff)
downloadpackages-6aad829564ee70ab31d0b1e2b9e3b82cb3e40926.tar.gz
packages-6aad829564ee70ab31d0b1e2b9e3b82cb3e40926.zip
Merge branch 'master' of github.com:nim-lang/packages
-rw-r--r--packages.json48
1 files changed, 48 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index c1e917f..8bade36 100644
--- a/packages.json
+++ b/packages.json
@@ -8167,5 +8167,53 @@
"description": "Wrapper for libsvm.",
"license": "MIT",
"web": "https://github.com/nim-lang/libsvm_legacy"
+ },
+ {
+ "name": "clblast",
+ "url": "https://github.com/numforge/nim-clblast",
+ "method": "git",
+ "tags": [
+ "BLAS",
+ "linear",
+ "algebra",
+ "vector",
+ "matrix",
+ "opencl",
+ "high",
+ "performance",
+ "computing",
+ "GPU",
+ "wrapper"
+ ],
+ "description": "Wrapper for CLBlast, an OpenCL BLAS library",
+ "license": "Apache License 2.0",
+ "web": "https://github.com/numforge/nim-clblast"
+ },
+ {
+ "name": "nimp5",
+ "url": "https://github.com/Foldover/nim-p5",
+ "method": "git",
+ "tags": [
+ "p5",
+ "javascript",
+ "creative",
+ "coding",
+ "processing",
+ "library"
+ ],
+ "description": "Nim bindings for p5.js.",
+ "license": "MIT",
+ "web": "https://github.com/Foldover/nim-p5"
+ },
+ {
+ "name": "names",
+ "url": "https://github.com/pragmagic/names",
+ "method": "git",
+ "tags": [
+ "strings"
+ ],
+ "description": "String interning library",
+ "license": "MIT",
+ "web": "https://github.com/pragmagic/names"
}
]