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