Added package stacks (#1167)

This commit is contained in:
Max Skybin 2019-09-15 06:35:06 -04:00 committed by Miran
parent 125b183a27
commit 5b060a1741

View File

@ -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"
}
]