aboutsummaryrefslogtreecommitdiff
path: root/packages.json
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-04-30 12:53:00 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2015-04-30 12:53:00 +0100
commit6d3e5ad07377775795e41e548e39e91ac82856f8 (patch)
tree0c3fa4a26dd0220c663ce16dbfca0b1911a0a137 /packages.json
parent048ebec625b776d5dce36c66decab5423cc036f5 (diff)
parent6967f39beac803293d292738e49a0cad0b02dc6c (diff)
downloadpackages-6d3e5ad07377775795e41e548e39e91ac82856f8.tar.gz
packages-6d3e5ad07377775795e41e548e39e91ac82856f8.zip
Merge pull request #148 from FedericoCeratto/patch-1
Add syslog module
Diffstat (limited to 'packages.json')
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
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"
}
]