aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Skybin <git@skybin.net>2019-09-15 06:35:06 -0400
committerMiran <narimiran@disroot.org>2019-09-15 12:35:06 +0200
commit5b060a1741049bdd90554081da31ab485fe85df4 (patch)
treee412c6eb21f59880fc3991449c61bc47a9386655
parent125b183a2771045ecf0bdfa8fadb20e146a23071 (diff)
downloadpackages-5b060a1741049bdd90554081da31ab485fe85df4.tar.gz
packages-5b060a1741049bdd90554081da31ab485fe85df4.zip
Added package stacks (#1167)
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index cbbfe63..fc1cb42 100644
--- a/packages.json
+++ b/packages.json
@@ -14316,5 +14316,17 @@
"license": "MIT",
"web": "https://github.com/bunkford/wChart",
"doc": "https://bunkford.github.io/wChart/wChart.html"
+ },
+ {
+ "name": "stacks",
+ "url": "https://github.com/rustomax/nim-stacks",
+ "method": "git",
+ "tags": [
+ "stack",
+ "data-structure"
+ ],
+ "description": "Pure Nim stack implementation based on sequences.",
+ "license": "MIT",
+ "web": "https://github.com/rustomax/nim-stacks"
}
]