diff options
| author | Christoph Herzog <chris@theduke.at> | 2015-11-24 03:37:05 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@gmail.com> | 2015-11-24 23:25:11 +0000 |
| commit | 6693928e76886fe1a014493de6486760b62c9bdd (patch) | |
| tree | aa67392ab2be2f6b5410512a7d0417af6205ec00 | |
| parent | 2ab5f94943f15deb384753b85d3ec8f94086dcf2 (diff) | |
| download | packages-6693928e76886fe1a014493de6486760b62c9bdd.tar.gz packages-6693928e76886fe1a014493de6486760b62c9bdd.zip | |
Added package values
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 6ba6646..1442b33 100644 --- a/packages.json +++ b/packages.json @@ -3587,5 +3587,18 @@ "description": "Advanced logging library for Nim with structured logging, formatters, filters and writers.", "license": "MIT", "web": "https://github.com/theduke/nim-nimlog" + }, + { + "name": "values", + "url": "https://github.com/theduke/nim-values", + "method": "git", + "tags": [ + "library", + "values", + "datastructures" + ], + "description": "Library for working with arbitrary values + a map data structure.", + "license": "MIT", + "web": "https://github.com/theduke/nim-values" } ] |
