2021-04-29 04:51:03 +08:00
|
|
|
{
|
|
|
|
"name": "botan",
|
2024-07-26 04:15:37 +08:00
|
|
|
"version": "3.5.0",
|
2024-08-01 03:25:16 +08:00
|
|
|
"port-version": 1,
|
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": [
|
2024-03-23 09:01:09 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
},
|
2022-11-18 15:22:14 +08:00
|
|
|
{
|
|
|
|
"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
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|