diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-10-23 18:42:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-23 18:42:20 +0200 |
| commit | 792f66bbba5cd7575c9ca76e7598e4e3c4142ae0 (patch) | |
| tree | fa4ac5af7b6651750f9ab40555ac4cbd7c596e2b | |
| parent | 348eca85e993e41605d368b63f3093da9019c925 (diff) | |
| parent | e5b5797c6968695f90c19c3b3e394d05106ec3a0 (diff) | |
| download | packages-792f66bbba5cd7575c9ca76e7598e4e3c4142ae0.tar.gz packages-792f66bbba5cd7575c9ca76e7598e4e3c4142ae0.zip | |
Merge pull request #418 from nigredo-tori/add-classy1633
Add package classy
| -rw-r--r-- | packages.json | 31 |
1 files changed, 26 insertions, 5 deletions
diff --git a/packages.json b/packages.json index b9de5de..4c57bd0 100644 --- a/packages.json +++ b/packages.json @@ -5062,7 +5062,11 @@ { "name": "des", "description": "3DES native library for Nim", - "tags": ["library", "encryption", "crypto"], + "tags": [ + "library", + "encryption", + "crypto" + ], "license": "MIT", "web": "https://github.com/LucaWolf/des.nim", "url": "https://github.com/LucaWolf/des.nim", @@ -5114,7 +5118,9 @@ }, { "name": "faststack", - "tags": ["collection"], + "tags": [ + "collection" + ], "method": "git", "license": "MIT", "description": "Dynamically resizable data structure optimized for fast iteration.", @@ -5178,7 +5184,9 @@ "description": "Library for reading GEMF map tile stores", "web": "http://www.cgtk.co.uk/gemf", "tags": [ - "maps", "gemf", "parser" + "maps", + "gemf", + "parser" ] }, { @@ -5301,8 +5309,8 @@ "contour", "texture", "signed", - "distance", - "transform" + "distance", + "transform" ], "description": "Signed Distance Field builder for contour texturing in Nim", "license": "MIT", @@ -5337,5 +5345,18 @@ "description": "iterate through files and lines", "license": "MIT", "web": "https://github.com/achesak/nim-fileinput" + }, + { + "name": "classy", + "url": "https://github.com/nigredo-tori/classy", + "method": "git", + "tags": [ + "library", + "typeclasses", + "macros" + ], + "description": "typeclasses for Nim", + "license": "Unlicense", + "web": "https://github.com/nigredo-tori/classy" } ] |
