From 277178ccfbf55b3dae70a9850c622e74b8f54280 Mon Sep 17 00:00:00 2001 From: Lee Date: Fri, 4 Mar 2016 15:38:37 -0500 Subject: [PATCH] Added sling project. --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 8b8704c..a93a99a 100644 --- a/packages.json +++ b/packages.json @@ -916,6 +916,20 @@ "license": "MIT", "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/",