aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikp@kainos.com>2015-08-24 08:29:20 +0100
committerDominik Picheta <dominikp@kainos.com>2015-08-24 08:29:20 +0100
commit854b76a774c2b7d43228d707c501e7f9a93aaaf3 (patch)
tree167637e79a9b74c1dc099d36433f88082509b76c
parent668207ff45167383dc19106a705b1361886a043e (diff)
parent947b9d8c7cfb595e7f82dfef02872884bf6a6591 (diff)
downloadpackages-854b76a774c2b7d43228d707c501e7f9a93aaaf3.tar.gz
packages-854b76a774c2b7d43228d707c501e7f9a93aaaf3.zip
Merge branch 'rgv151-add-libipset0148'
-rw-r--r--packages.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 2677201..ad54892 100644
--- a/packages.json
+++ b/packages.json
@@ -3087,6 +3087,7 @@
"web": "https://github.com/rgv151/pfring.nim"
},
{
+<<<<<<< HEAD
"name": "xxtea",
"url": "https://github.com/rgv151/xxtea.nim",
"method": "git",
@@ -3112,5 +3113,24 @@
"description": "xxhash wrapper for Nim",
"license": "MIT",
"web": "https://github.com/rgv151/xxhash.nim"
+ },
+ {
+ "name": "libipset",
+ "url": "https://github.com/rgv151/libipset.nim",
+ "method": "git",
+ "tags": [
+ "ipset",
+ "firewall",
+ "netfilter",
+ "mac",
+ "ip",
+ "network",
+ "collection",
+ "rule",
+ "set"
+ ],
+ "description": "libipset wrapper for Nim",
+ "license": "MIT",
+ "web": "https://github.com/rgv151/libipset.nim"
}
]