Added package nimosc (#1794)

This commit is contained in:
Christoph Pohl 2021-01-28 08:58:03 +01:00 committed by GitHub
parent 2aea2c96be
commit 2283ab0ef6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21279,5 +21279,20 @@
"description": "A brainfuck interpreter & compiler implemented in nim",
"license": "GPL-3.0",
"web": "https://github.com/2KAbhishek/nimfcuk"
},
{
"name": "nimosc",
"url": "https://github.com/Psirus/NimOSC",
"method": "git",
"tags": [
"OSC",
"sound",
"control",
"library",
"wrapper"
],
"description": "A wrapper around liblo for the Open Sound Control (OSC) protocol",
"license": "MIT",
"web": "https://github.com/Psirus/NimOSC"
}
]