mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 00:19:10 +08:00
13 lines
296 B
JSON
13 lines
296 B
JSON
{
|
|
"name": "botan",
|
|
"version": "2.18.1",
|
|
"description": "A cryptography library written in C++11",
|
|
"homepage": "https://botan.randombit.net",
|
|
"supports": "!(windows & arm)",
|
|
"features": {
|
|
"amalgamation": {
|
|
"description": "Do an amalgamation build of the library"
|
|
}
|
|
}
|
|
}
|