From 5b060a1741049bdd90554081da31ab485fe85df4 Mon Sep 17 00:00:00 2001 From: Max Skybin Date: Sun, 15 Sep 2019 06:35:06 -0400 Subject: [PATCH] Added package stacks (#1167) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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" } ]