Added package iputils (#1436)

This commit is contained in:
rockcavera 2020-04-16 01:59:00 -03:00 committed by GitHub
parent c388e3ca89
commit 71425f66c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17409,5 +17409,19 @@
"description": "Least recently used (LRU) cache",
"license": "MIT",
"web": "https://github.com/jackhftang/lrucache"
},
{
"name": "iputils",
"url": "https://github.com/rockcavera/nim-iputils",
"method": "git",
"tags": [
"ip",
"ipv4",
"ipv6",
"cidr"
],
"description": "Utilities for use with IP. It has functions for IPv4, IPv6 and CIDR.",
"license": "MIT",
"web": "https://github.com/rockcavera/nim-iputils"
}
]