Added package "validateip" (#1104)

This commit is contained in:
Akito13 2019-06-27 16:35:44 +02:00 committed by Miran
parent 133b645f28
commit 628f5c42ed

View File

@ -13603,5 +13603,20 @@
"description": "High-level wrapper for Linux's kmod library",
"license": "ISC",
"web": "https://github.com/alaviss/kmod"
},
{
"name": "validateip",
"url": "https://github.com/Akito13/nim-validateip",
"method": "git",
"tags": [
"ip",
"ipaddress",
"ipv4",
"ip4",
"checker",
"check"
],
"description": "Checks if a provided string is actually a correct IP address. Supports detection of Class A to D of IPv4 addresses.",
"license": "GPLv3+"
}
]