aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Cotter <ryanhcotter@gmail.com>2018-08-24 04:49:05 +0800
committerDominik Picheta <dominikpicheta@googlemail.com>2018-08-23 21:49:05 +0100
commit0f619315b019cf3b14a19e4c573bab7957ed063d (patch)
treee196ae27f7ac79f71267666ed506b57851d71727
parent88cde4d40d5382a6d91e0109bafffb350b796695 (diff)
downloadpackages-0f619315b019cf3b14a19e4c573bab7957ed063d.tar.gz
packages-0f619315b019cf3b14a19e4c573bab7957ed063d.zip
Add package nimobserver (#837)
* Added package nimobserver * Update packages.json
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 8b4634d..0d45d43 100644
--- a/packages.json
+++ b/packages.json
@@ -10451,5 +10451,18 @@
"description": "cjson wrapper for Nim",
"license": "MIT",
"web": "https://github.com/muxueqz/nim_cjson"
+ },
+ {
+ "name": "nimobserver",
+ "url": "https://github.com/Tangdongle/nimobserver",
+ "method": "git",
+ "tags": [
+ "observer",
+ "patterns",
+ "library"
+ ],
+ "description": "An implementation of the observer pattern",
+ "license": "MIT",
+ "web": "https://github.com/Tangdongle/nimobserver"
}
]