vcpkg/ports/botan/vcpkg.json

35 lines
723 B
JSON
Raw Normal View History

2021-04-29 04:51:03 +08:00
{
"name": "botan",
"version": "3.5.0",
"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",
"supports": "!uwp",
"dependencies": [
2024-03-23 09:01:09 +08:00
{
"name": "vcpkg-cmake-config",
"host": true
},
{
"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"
},
"zlib": {
"description": "Build with zlib. Enable compression pipes.",
"dependencies": [
{
"name": "vcpkg-pkgconfig-get-modules",
"host": true
},
"zlib"
]
2021-04-29 04:51:03 +08:00
}
}
}