From 6693928e76886fe1a014493de6486760b62c9bdd Mon Sep 17 00:00:00 2001 From: Christoph Herzog Date: Tue, 24 Nov 2015 03:37:05 +0100 Subject: [PATCH] Added package values --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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" } ]