diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-03-29 14:32:15 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-29 14:32:15 +0100 |
| commit | e10005ec895d1b7da3d20baad1a1fe65a6f6b230 (patch) | |
| tree | 3c63831f64cd090d2a38f5f66d4c62775c738269 | |
| parent | 06ce87d18b62ee78c2f50bac17f066e09d4a82d6 (diff) | |
| parent | 6400646bc26b230a1a9dfec135079179b651cfa9 (diff) | |
| download | packages-e10005ec895d1b7da3d20baad1a1fe65a6f6b230.tar.gz packages-e10005ec895d1b7da3d20baad1a1fe65a6f6b230.zip | |
Merge pull request #692 from yglukhov/patch-8
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" } ] |
