add multiple packages (#1426)

This commit is contained in:
Miran 2020-04-05 19:59:42 +02:00 committed by GitHub
parent 32d0a1cc0a
commit 6e34b7d3e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17237,6 +17237,21 @@
"license": "MIT",
"web": "https://github.com/mfiano/origin.nim"
},
{
"name": "webgui",
"url": "https://github.com/juancarlospaco/webgui",
"method": "git",
"tags": [
"web",
"webview",
"css",
"js",
"gui"
],
"description": "Web Technologies based Crossplatform GUI, modified wrapper for modified webview.h",
"license": "MIT",
"web": "https://github.com/juancarlospaco/webgui"
},
{
"name": "xpm",
"url": "https://github.com/juancarlospaco/xpm",
@ -17248,5 +17263,61 @@
"description": "X-Pixmap & NetPBM",
"license": "MIT",
"web": "https://github.com/juancarlospaco/xpm"
},
{
"name": "omnimax",
"url": "https://github.com/vitreo12/omnimax",
"method": "git",
"tags": [
"dsl",
"dsp",
"audio",
"sound",
"maxmsp"
],
"description": "Max wrapper for omni.",
"license": "MIT",
"web": "https://github.com/vitreo12/omnimax"
},
{
"name": "omnicollider",
"url": "https://github.com/vitreo12/omnicollider",
"method": "git",
"tags": [
"dsl",
"dsp",
"audio",
"sound",
"supercollider"
],
"description": "SuperCollider wrapper for omni.",
"license": "MIT",
"web": "https://github.com/vitreo12/omnicollider"
},
{
"name": "omni",
"url": "https://github.com/vitreo12/omni",
"method": "git",
"tags": [
"dsl",
"dsp",
"audio",
"sound"
],
"description": "omni is a DSL for low-level audio programming.",
"license": "MIT",
"web": "https://github.com/vitreo12/omni"
},
{
"name": "mui",
"url": "https://github.com/angluca/mui",
"method": "git",
"tags": [
"ui",
"microui"
],
"description": "A tiny immediate-mode UI library",
"license": "MIT",
"web": "https://github.com/angluca/mui"
}
]