vcpkg/ports/cpp-netlib/vcpkg.json
Jack·Boos·Yu a6cb7292c4
[many ports]switch to vcpkg-cmake / vckg-cmake-config part 1 (#29880)
* [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>
2023-03-06 15:44:04 -08:00

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
}
]
}