aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-11-12 00:04:11 +0000
committerGitHub <noreply@github.com>2017-11-12 00:04:11 +0000
commitfdf73005a43e2575b3010a21b96c05372a60f848 (patch)
treeb84460f5151155f30c858fd00bd8d56f29d280df
parente7b6440568beb80a8db83c34deee6c96a1a00665 (diff)
parent182c38fde2f6ddba255b7c8b704a003091e96e67 (diff)
downloadpackages-fdf73005a43e2575b3010a21b96c05372a60f848.tar.gz
packages-fdf73005a43e2575b3010a21b96c05372a60f848.zip
Merge pull request #615 from citycide/add-cascade2120
Add package cascade
-rw-r--r--packages.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index f994b4b..7d0c61d 100644
--- a/packages.json
+++ b/packages.json
@@ -7609,5 +7609,20 @@
"description": "Karax is a framework for developing single page applications in Nim.",
"license": "MIT",
"web": "https://github.com/pragmagic/karax"
+ },
+ {
+ "name": "cascade",
+ "url": "https://github.com/citycide/cascade",
+ "method": "git",
+ "tags": [
+ "macro",
+ "cascade",
+ "operator",
+ "dart",
+ "with"
+ ],
+ "description": "Method & assignment cascades for Nim, inspired by Smalltalk & Dart.",
+ "license": "MIT",
+ "web": "https://github.com/citycide/cascade"
}
]