From 1b97b6feeac955893b0c53a5dd1aefce5cdbcdb3 Mon Sep 17 00:00:00 2001 From: b3liever <43617260+b3liever@users.noreply.github.com> Date: Wed, 9 Oct 2019 09:48:31 +0300 Subject: [PATCH] Add packages (#1201) --- packages.json | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) diff --git a/packages.json b/packages.json index c3f04c0..12987d1 100644 --- a/packages.json +++ b/packages.json @@ -14663,5 +14663,73 @@ "description": "Random password and passphrase generator", "license": "MIT", "web": "https://github.com/pdrb/nim-randpw" + }, + { + "name": "manu", + "url": "https://github.com/b3liever/manu", + "method": "git", + "tags": [ + "matrix", + "linear-algebra", + "scientific" + ], + "description": "Nim Matrix library", + "license": "MIT", + "web": "https://github.com/b3liever/manu" + }, + { + "name": "jscanvas", + "url": "https://github.com/b3liever/jscanvas", + "method": "git", + "tags": [ + "html5", + "canvas", + "drawing", + "graphics", + "rendering", + "browser", + "javascript" + ], + "description": "A Nim wrapper for the Canvas API", + "license": "MIT", + "web": "https://github.com/b3liever/jscanvas" + }, + { + "name": "looper", + "url": "https://github.com/b3liever/looper", + "method": "git", + "tags": [ + "loop", + "iterator", + "zip", + "enumerate" + ], + "description": "For loop macros for Nim", + "license": "MIT", + "web": "https://github.com/b3liever/looper" + }, + { + "name": "protocoled", + "url": "https://github.com/b3liever/protocoled", + "method": "git", + "tags": [ + "interface" + ], + "description": "An interface macro for Nim", + "license": "MIT", + "web": "https://github.com/b3liever/protocoled" + }, + { + "name": "eminim", + "url": "https://github.com/b3liever/eminim", + "method": "git", + "tags": [ + "json", + "marshal", + "deserialize" + ], + "description": "JSON deserialization macro for Nim", + "license": "MIT", + "web": "https://github.com/b3liever/eminim" } ]