mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 16:18:59 +08:00
628c0143b8
* [nmap] msbuild * cleanup * port bump * v db
31 lines
502 B
JSON
31 lines
502 B
JSON
{
|
|
"name": "nmap",
|
|
"version": "7.70",
|
|
"port-version": 10,
|
|
"description": "A library for scanning network ports.",
|
|
"dependencies": [
|
|
{
|
|
"name": "libpcap",
|
|
"platform": "!windows"
|
|
},
|
|
"libssh2",
|
|
"lua",
|
|
"openssl",
|
|
"pcre",
|
|
{
|
|
"name": "python2",
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "vcpkg-msbuild",
|
|
"host": true,
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "winpcap",
|
|
"platform": "windows"
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|