aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Parker <25259837+kayabaNerve@users.noreply.github.com>2018-09-02 14:05:38 -0500
committerDominik Picheta <dominikpicheta@googlemail.com>2018-09-02 20:05:38 +0100
commit21ea79499bf827fbe8d27203aabb01d82aeae37d (patch)
treef3c1cee8b14861793de761a3db46ac5697111a51
parent63a859267599d888a81c90f6dc86746039d0218e (diff)
downloadpackages-21ea79499bf827fbe8d27203aabb01d82aeae37d.tar.gz
packages-21ea79499bf827fbe8d27203aabb01d82aeae37d.zip
Add ec_events. (#850)
* Add events. * Rename events to ec_events. * Remove extra comma.
-rw-r--r--packages.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 996954a..4b8675a 100644
--- a/packages.json
+++ b/packages.json
@@ -10577,5 +10577,16 @@
],
"description": "An OpenAL wrapper.",
"license": "MIT"
+ },
+ {
+ "name": "ec_events",
+ "url": "https://github.com/EmberCrypto/ec_events",
+ "method": "git",
+ "tags": [
+ "events",
+ "emitter"
+ ],
+ "description": "Event Based Programming for Nim.",
+ "license": "MIT"
}
]