Added package stacks (#1167)
This commit is contained in:
parent
125b183a27
commit
5b060a1741
1 changed files with 12 additions and 0 deletions
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue