mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-02 06:18:19 +08:00
18 lines
406 B
JSON
18 lines
406 B
JSON
|
{
|
||
|
"name": "vladimirshaleev-ipaddress",
|
||
|
"version": "1.0.1",
|
||
|
"description": "A library for working and manipulating IPv4/IPv6 addresses and networks in modern C++.",
|
||
|
"homepage": "https://vladimirshaleev.github.io/ipaddress/",
|
||
|
"license": "MIT",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|