aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-08-07 13:39:13 +0100
committerGitHub <noreply@github.com>2017-08-07 13:39:13 +0100
commited63666c6968b9c72605630b33db8b2dfacce46c (patch)
tree02e9eb3ecbcf7ddcab4397d6b5948f53f2733875
parentc97415e3fecb8c494a150d9111485d06064cd173 (diff)
parent5902118f19540b61072dd7b80256ebaf0af6df43 (diff)
downloadpackages-ed63666c6968b9c72605630b33db8b2dfacce46c.tar.gz
packages-ed63666c6968b9c72605630b33db8b2dfacce46c.zip
Merge pull request #555 from pnuzhdin/add-redux0410
Add package redux
-rw-r--r--packages.json13
1 files changed, 12 insertions, 1 deletions
diff --git a/packages.json b/packages.json
index 92a88c0..3949699 100644
--- a/packages.json
+++ b/packages.json
@@ -6933,5 +6933,16 @@
"description": "calendar.py from Pythons stdlib translated to Nim",
"license": "MIT",
"web": "https://docs.python.org/2/library/calendar.html"
- }
+ },
+ {
+ "name": "redux",
+ "url": "https://github.com/pragmagic/redux.nim",
+ "method": "git",
+ "tags": [
+ "redux"
+ ],
+ "description": "Predictable state container.",
+ "license": "MIT",
+ "web": "https://github.com/pragmagic/redux.nim"
+ }
]