mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 13:39:01 +08:00
e407f1b99e
* [botan] Fix debug info - Embed debug info into object files. - Enable debug info for release builds. - Pass-through C++ build flags. Fixes #12088 * Fix version database. Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
15 lines
346 B
JSON
15 lines
346 B
JSON
{
|
|
"name": "botan",
|
|
"version": "2.18.1",
|
|
"port-version": 8,
|
|
"description": "A cryptography library written in C++11",
|
|
"homepage": "https://botan.randombit.net",
|
|
"license": "BSD-2-Clause",
|
|
"supports": "!(windows & arm)",
|
|
"features": {
|
|
"amalgamation": {
|
|
"description": "Do an amalgamation build of the library"
|
|
}
|
|
}
|
|
}
|