2021-04-29 04:51:03 +08:00
|
|
|
{
|
|
|
|
"name": "botan",
|
2024-01-20 03:58:51 +08:00
|
|
|
"version": "3.2.0",
|
2021-04-29 04:51:03 +08:00
|
|
|
"description": "A cryptography library written in C++11",
|
|
|
|
"homepage": "https://botan.randombit.net",
|
2022-01-25 06:59:19 +08:00
|
|
|
"license": "BSD-2-Clause",
|
2022-11-18 15:22:14 +08:00
|
|
|
"supports": "!uwp",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-get-vars",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
],
|
2021-04-29 04:51:03 +08:00
|
|
|
"features": {
|
|
|
|
"amalgamation": {
|
|
|
|
"description": "Do an amalgamation build of the library"
|
2022-03-17 05:29:17 +08:00
|
|
|
},
|
|
|
|
"zlib": {
|
|
|
|
"description": "Build with zlib. Enable compression pipes.",
|
|
|
|
"dependencies": [
|
2022-11-18 15:22:14 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-pkgconfig-get-modules",
|
|
|
|
"host": true
|
|
|
|
},
|
2022-03-17 05:29:17 +08:00
|
|
|
"zlib"
|
|
|
|
]
|
2021-04-29 04:51:03 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|