From b877b09a5d87955c786dc9f19cec56460d5c921d Mon Sep 17 00:00:00 2001 From: Jacob Date: Sun, 18 Feb 2018 19:02:46 +0100 Subject: [PATCH 1/5] added nimp5 to package.json --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index c1e917f..a3db6e8 100644 --- a/packages.json +++ b/packages.json @@ -8167,5 +8167,19 @@ "description": "Wrapper for libsvm.", "license": "MIT", "web": "https://github.com/nim-lang/libsvm_legacy" + }, + { + "name": "nimp5", + "url": "https://github.com/Foldover/nim-p5", + "method": "git", + "tags": [ + "p5", + "javascript", + "creative coding", + "processing" + ], + "description": "Nim bindings for p5.js.", + "license": "MIT", + "web": "https://github.com/Foldover/nim-p5" } ] From 5a325eebe87f1750454d0e4a62ecb1f3a257eca3 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Sun, 18 Feb 2018 21:49:48 +0000 Subject: [PATCH 2/5] Update packages.json --- packages.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index a3db6e8..e9332dd 100644 --- a/packages.json +++ b/packages.json @@ -8175,8 +8175,10 @@ "tags": [ "p5", "javascript", - "creative coding", - "processing" + "creative", + "coding", + "processing", + "library" ], "description": "Nim bindings for p5.js.", "license": "MIT", From 9e33b281373567a050d4214b8a41609431a4946a Mon Sep 17 00:00:00 2001 From: Mamy Ratsimbazafy Date: Sun, 18 Feb 2018 22:51:06 +0100 Subject: [PATCH 3/5] Add CLBlast, a wrapper for the OpenCL BLAS library (#654) --- packages.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/packages.json b/packages.json index e9332dd..433962a 100644 --- a/packages.json +++ b/packages.json @@ -8168,6 +8168,27 @@ "license": "MIT", "web": "https://github.com/nim-lang/libsvm_legacy" }, + { + "name": "clblas", + "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", From 3a02666163e55e6e96a6ea927a85c65e1e949a11 Mon Sep 17 00:00:00 2001 From: Mamy Ratsimbazafy Date: Mon, 19 Feb 2018 10:13:21 +0100 Subject: [PATCH 4/5] typo, missing a "t" in clblast Sorry :/ --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 433962a..760eb99 100644 --- a/packages.json +++ b/packages.json @@ -8169,7 +8169,7 @@ "web": "https://github.com/nim-lang/libsvm_legacy" }, { - "name": "clblas", + "name": "clblast", "url": "https://github.com/numforge/nim-clblast", "method": "git", "tags": [ From 87799bd53761db0baa03388f7bf4376f435dab4d Mon Sep 17 00:00:00 2001 From: Ruslan Mustakov Date: Tue, 20 Feb 2018 01:11:19 +0700 Subject: [PATCH 5/5] Add names module --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 760eb99..8bade36 100644 --- a/packages.json +++ b/packages.json @@ -8204,5 +8204,16 @@ "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" } ]