Merge pull request #692 from yglukhov/patch-8

Added typelists package
This commit is contained in:
Dominik Picheta 2018-03-29 14:32:15 +01:00 committed by GitHub
commit e10005ec89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]