mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:21:38 +08:00
bb002e69de
Co-authored-by: Emanuele Zavallone <emanuele.zavallone@next-informatica.com> Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com> Co-authored-by: data-queue <144965964+data-queue@users.noreply.github.com>
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
|
|
}
|
|
]
|
|
}
|