diff options
| author | Dominik Picheta <dominikp@kainos.com> | 2015-08-24 08:29:03 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikp@kainos.com> | 2015-08-24 08:29:03 +0100 |
| commit | 947b9d8c7cfb595e7f82dfef02872884bf6a6591 (patch) | |
| tree | 167637e79a9b74c1dc099d36433f88082509b76c | |
| parent | 668207ff45167383dc19106a705b1361886a043e (diff) | |
| parent | 445d479d219fddab0f9b5b4b52b8942b8ea85e38 (diff) | |
| download | packages-947b9d8c7cfb595e7f82dfef02872884bf6a6591.tar.gz packages-947b9d8c7cfb595e7f82dfef02872884bf6a6591.zip | |
Merge branch 'add-libipset0148' of https://github.com/rgv151/packages into rgv151-add-libipset0148
| -rw-r--r-- | packages.json | 20 |
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" } ] |
