From 6967f39beac803293d292738e49a0cad0b02dc6c Mon Sep 17 00:00:00 2001 From: Federico Ceratto Date: Wed, 29 Apr 2015 16:47:50 +0100 Subject: [PATCH] Add syslog module --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages.json b/packages.json index 4b1cb33..a050071 100644 --- a/packages.json +++ b/packages.json @@ -1371,5 +1371,14 @@ "description": "OrientDB driver written in pure Nim, uses the OrientDB 2.0 Binary Protocol with Binary Serialization.", "license": "MPL", "web": "https://github.com/philip-wernersbach/nim-orient" + }, + { + "name": "syslog", + "url": "https://github.com/FedericoCeratto/nim-syslog", + "method": "git", + "tags": ["library", "pure"], + "description": "Syslog module.", + "license": "LGPLv3", + "web": "https://github.com/FedericoCeratto/nim-syslog" } ]