Update my libraries (#1731)

This commit is contained in:
Antonis Geralis 2020-12-02 16:06:44 +02:00 committed by GitHub
parent 9c6b274704
commit 7b91ad2860
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15301,20 +15301,20 @@
}, },
{ {
"name": "manu", "name": "manu",
"url": "https://github.com/b3liever/manu", "url": "https://github.com/planetis-m/manu",
"method": "git", "method": "git",
"tags": [ "tags": [
"matrix", "matrix",
"linear-algebra", "linear-algebra",
"scientific" "scientific"
], ],
"description": "Nim Matrix library", "description": "Matrix library",
"license": "MIT", "license": "MIT",
"web": "https://github.com/b3liever/manu" "web": "https://github.com/planetis-m/manu"
}, },
{ {
"name": "jscanvas", "name": "jscanvas",
"url": "https://github.com/b3liever/jscanvas", "url": "https://github.com/planetis-m/jscanvas",
"method": "git", "method": "git",
"tags": [ "tags": [
"html5", "html5",
@ -15325,47 +15325,74 @@
"browser", "browser",
"javascript" "javascript"
], ],
"description": "A Nim wrapper for the Canvas API", "description": "a wrapper for the Canvas API",
"license": "MIT", "license": "MIT",
"web": "https://github.com/b3liever/jscanvas" "web": "https://github.com/planetis-m/jscanvas"
}, },
{ {
"name": "looper", "name": "looper",
"url": "https://github.com/b3liever/looper", "url": "https://github.com/planetis-m/looper",
"method": "git", "method": "git",
"tags": [ "tags": [
"loop", "loop",
"iterator", "iterator",
"zip", "zip",
"enumerate" "collect"
], ],
"description": "For loop macros for Nim", "description": "for loop macros",
"license": "MIT", "license": "MIT",
"web": "https://github.com/b3liever/looper" "web": "https://github.com/planetis-m/looper"
}, },
{ {
"name": "protocoled", "name": "protocoled",
"url": "https://github.com/b3liever/protocoled", "url": "https://github.com/planetis-m/protocoled",
"method": "git", "method": "git",
"tags": [ "tags": [
"interface" "interface"
], ],
"description": "An interface macro for Nim", "description": "an interface macro",
"license": "MIT", "license": "MIT",
"web": "https://github.com/b3liever/protocoled" "web": "https://github.com/planetis-m/protocoled"
}, },
{ {
"name": "eminim", "name": "eminim",
"url": "https://github.com/b3liever/eminim", "url": "https://github.com/planetis-m/eminim",
"method": "git", "method": "git",
"tags": [ "tags": [
"json", "json",
"marshal", "marshal",
"serialize",
"deserialize" "deserialize"
], ],
"description": "JSON deserialization macro for Nim", "description": "JSON serialization library",
"license": "MIT", "license": "MIT",
"web": "https://github.com/b3liever/eminim" "web": "https://github.com/planetis-m/eminim"
},
{
"name": "gnuplotlib",
"url": "https://github.com/planetis-m/gnuplotlib",
"method": "git",
"tags": [
"graphics",
"plotting",
"graphing",
"data"
],
"description": "gnuplot interface",
"license": "MIT",
"web": "https://github.com/planetis-m/gnuplotlib"
},
{
"name": "patgraph",
"url": "https://github.com/planetis-m/patgraph",
"method": "git",
"tags": [
"graph",
"datastructures"
],
"description": "Graph data structure library",
"license": "MIT",
"web": "https://github.com/planetis-m/patgraph"
}, },
{ {
"name": "golden", "name": "golden",
@ -16403,18 +16430,6 @@
"license": "MIT", "license": "MIT",
"web": "https://github.com/jiro4989/gyaric" "web": "https://github.com/jiro4989/gyaric"
}, },
{
"name": "patgraph",
"url": "https://github.com/b3liever/patgraph",
"method": "git",
"tags": [
"datastructures",
"library"
],
"description": "Graph data structure library",
"license": "MIT",
"web": "https://github.com/b3liever/patgraph"
},
{ {
"name": "skbintext", "name": "skbintext",
"url": "https://github.com/skrylar/skbintext", "url": "https://github.com/skrylar/skbintext",