mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-14 04:59:01 +08:00
15 lines
432 B
JSON
15 lines
432 B
JSON
|
{
|
||
|
"name": "serf",
|
||
|
"version": "1.3.10",
|
||
|
"description": "The serf library is a high performance C-based HTTP client library built upon the Apache Portable Runtime (APR) library. It is permissively licensed under the Apache License, v2.",
|
||
|
"homepage": "https://serf.apache.org/",
|
||
|
"license": "Apache-2.0",
|
||
|
"supports": "!uwp & !staticcrt & !arm",
|
||
|
"dependencies": [
|
||
|
"apr",
|
||
|
"apr-util",
|
||
|
"openssl",
|
||
|
"zlib"
|
||
|
]
|
||
|
}
|