aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-11-24 13:47:09 +0000
committerDominik Picheta <dominikpicheta@googlemail.com>2015-11-24 13:47:09 +0000
commit2ab5f94943f15deb384753b85d3ec8f94086dcf2 (patch)
treef0120ee4c3b4062e8ceccf4fee3d8f3ce06f0277
parent310ea2ba08ee8bd02ad79cd6a66fc9ffd5830e34 (diff)
parentce4522a0775933f3b91cb52c79c4cf656f3d9f80 (diff)
downloadpackages-2ab5f94943f15deb384753b85d3ec8f94086dcf2.tar.gz
packages-2ab5f94943f15deb384753b85d3ec8f94086dcf2.zip
Merge pull request #278 from theduke/add-nimlog0346
Add package nimlog
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index c9536ff..6ba6646 100644
--- a/packages.json
+++ b/packages.json
@@ -3574,5 +3574,18 @@
"description": "Shaders in Nim.",
"license": "MIT",
"web": "https://github.com/yglukhov/nimsl"
+ },
+ {
+ "name": "nimlog",
+ "url": "https://github.com/theduke/nim-nimlog",
+ "method": "git",
+ "tags": [
+ "library",
+ "logging",
+ "logs"
+ ],
+ "description": "Advanced logging library for Nim with structured logging, formatters, filters and writers.",
+ "license": "MIT",
+ "web": "https://github.com/theduke/nim-nimlog"
}
]