mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-02 14:13:05 +00:00
Add packages (#1201)
This commit is contained in:
parent
dde7d56a7d
commit
1b97b6feea
@ -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"
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user