diff options
| author | Yuriy Glukhov <yglukhov@users.noreply.github.com> | 2018-03-29 15:35:15 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-29 15:35:15 +0300 |
| commit | 6400646bc26b230a1a9dfec135079179b651cfa9 (patch) | |
| tree | 3c63831f64cd090d2a38f5f66d4c62775c738269 | |
| parent | 06ce87d18b62ee78c2f50bac17f066e09d4a82d6 (diff) | |
| download | packages-6400646bc26b230a1a9dfec135079179b651cfa9.tar.gz packages-6400646bc26b230a1a9dfec135079179b651cfa9.zip | |
Added typelists package
| -rw-r--r-- | packages.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 36a01b5..a863b41 100644 --- a/packages.json +++ b/packages.json @@ -8796,5 +8796,16 @@ "description": "Itertools for Nim", "license": "MIT", "web": "https://github.com/narimiran/itertools" + }, + { + "name": "typelists", + "url": "https://github.com/yglukhov/typelists", + "method": "git", + "tags": [ + "metaprogramming" + ], + "description": "Typelists in Nim", + "license": "MIT", + "web": "https://github.com/yglukhov/typelists" } ] |
