diff options
| author | Max Skybin <git@skybin.net> | 2019-09-15 06:35:06 -0400 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-09-15 12:35:06 +0200 |
| commit | 5b060a1741049bdd90554081da31ab485fe85df4 (patch) | |
| tree | e412c6eb21f59880fc3991449c61bc47a9386655 | |
| parent | 125b183a2771045ecf0bdfa8fadb20e146a23071 (diff) | |
| download | packages-5b060a1741049bdd90554081da31ab485fe85df4.tar.gz packages-5b060a1741049bdd90554081da31ab485fe85df4.zip | |
Added package stacks (#1167)
| -rw-r--r-- | packages.json | 12 |
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" } ] |
