aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Nuzhdin <pnzhdin@gmail.com>2017-08-07 11:10:04 +0700
committerPavel Nuzhdin <pnzhdin@gmail.com>2017-08-07 11:10:04 +0700
commit5902118f19540b61072dd7b80256ebaf0af6df43 (patch)
tree02e9eb3ecbcf7ddcab4397d6b5948f53f2733875
parentc97415e3fecb8c494a150d9111485d06064cd173 (diff)
downloadpackages-5902118f19540b61072dd7b80256ebaf0af6df43.tar.gz
packages-5902118f19540b61072dd7b80256ebaf0af6df43.zip
Added 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"
+ }
]