aboutsummaryrefslogtreecommitdiff
path: root/packages.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages.json')
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 7723ba7..819241c 100644
--- a/packages.json
+++ b/packages.json
@@ -577,5 +577,14 @@
"description": "Wrapper for the DevIL image library",
"license": "MIT",
"web": "https://github.com/Varriount/DevIL"
+ },
+ {
+ "name":"signals",
+ "url":"git://github.com/fowlmouth/signals.nim",
+ "method":"git",
+ "tags":["event-based","observer pattern","library"],
+ "description":"Signals/slots library.",
+ "license":"MIT",
+ "web":"https://github.com/fowlmouth/signals.nim"
}
]