diff options
| author | TakeYourFreedom <36302420+TakeYourFreedom@users.noreply.github.com> | 2018-02-10 15:36:29 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-02-10 14:36:29 +0000 |
| commit | 30744bc4ef7e3d49a9ff0e0460d9f6ffefed0766 (patch) | |
| tree | a71d2bb8f561131641a6359928cc183b1288e767 | |
| parent | cb900624b33415afa4accf4c460c7c6c5da92d7c (diff) | |
| download | packages-30744bc4ef7e3d49a9ff0e0460d9f6ffefed0766.tar.gz packages-30744bc4ef7e3d49a9ff0e0460d9f6ffefed0766.zip | |
Add ControlStructures Package (#651)
* Update packages.json
* Update packages.json
* Added Web-URL
* Fix description
* Fixes tags
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index b07f8e3..95d3b72 100644 --- a/packages.json +++ b/packages.json @@ -8102,5 +8102,18 @@ "description": "Simple Graph Library", "license": "MIT", "web": "https://github.com/erhlee-bird/simple_graph" + }, + { + "name": "controlStructures", + "url": "https://github.com/TakeYourFreedom/Additional-Control-Structures-for-Nim", + "method": "git", + "tags": [ + "library", + "control", + "structure" + ], + "description": "Additional control structures", + "license": "MIT", + "web": "http://htmlpreview.github.io/?https://github.com/TakeYourFreedom/Additional-Control-Structures-for-Nim/blob/master/controlStructures.html" } ] |
