mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 08:39:01 +08:00
d114d595a8
Co-authored-by: Jon <v-zhli17@microsoft.com>
35 lines
723 B
JSON
35 lines
723 B
JSON
{
|
|
"name": "botan",
|
|
"version": "3.5.0",
|
|
"port-version": 1,
|
|
"description": "A cryptography library written in C++11",
|
|
"homepage": "https://botan.randombit.net",
|
|
"license": "BSD-2-Clause",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-get-vars",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"amalgamation": {
|
|
"description": "Do an amalgamation build of the library"
|
|
},
|
|
"zlib": {
|
|
"description": "Build with zlib. Enable compression pipes.",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-pkgconfig-get-modules",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|
|
}
|
|
}
|