diff --git a/packages.json b/packages.json index 297f247..928efb2 100644 --- a/packages.json +++ b/packages.json @@ -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" } ]