mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-14 04:59:01 +08:00
20 lines
364 B
JSON
20 lines
364 B
JSON
|
{
|
||
|
"name": "via-httplib",
|
||
|
"version": "1.9.0",
|
||
|
"description": "C++ HTTP Library",
|
||
|
"homepage": "https://github.com/kenba/via-httplib",
|
||
|
"license": "GPL-2.0-or-later",
|
||
|
"dependencies": [
|
||
|
"boost-asio",
|
||
|
"json-spirit",
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|