vcpkg/ports/botan/vcpkg.json
2022-11-21 08:42:39 -08:00

30 lines
635 B
JSON

{
"name": "botan",
"version": "2.19.3",
"description": "A cryptography library written in C++11",
"homepage": "https://botan.randombit.net",
"license": "BSD-2-Clause",
"supports": "!uwp",
"dependencies": [
{
"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"
]
}
}
}