aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
+ }
]