diff options
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 8b8704c..a93a99a 100644 --- a/packages.json +++ b/packages.json @@ -917,6 +917,20 @@ "web": "https://github.com/fowlmouth/signals.nim" }, { + "name": "sling", + "url": "git://github.com/Druage/sling", + "method": "git", + "tags": [ + "signal", + "slots", + "eventloop", + "callback" + ], + "description": "Signal and Slot library for Nim.", + "license": "unlicense", + "web": "https://github.com/Druage/sling" + }, + { "name": "number_files", "url": "git://github.com/gradha/number_files/", "method": "git", |
