mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 18:39:07 +08:00
a6cb7292c4
* [many ports]switch to vcpkg-cmake / vckg-cmake-config * version * Missing changes * version * typo * version * typo * version * fix typo * version * deprecate vcpkg_extract_source_archive_ex * version * fix arguments * version --------- Co-authored-by: jyu49 <yu_jack@apple.com>
26 lines
592 B
JSON
26 lines
592 B
JSON
{
|
|
"name": "cpp-netlib",
|
|
"version-string": "0.13.0",
|
|
"port-version": 7,
|
|
"description": "A collection of network-related routines/implementations geared towards providing a robust cross-platform networking library",
|
|
"homepage": "https://cpp-netlib.org/",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"boost-asio",
|
|
"boost-assign",
|
|
"boost-logic",
|
|
"boost-program-options",
|
|
"boost-scope-exit",
|
|
"boost-smart-ptr",
|
|
"boost-spirit",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|