mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 06:59:00 +08:00
a882a809a3
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
14 lines
317 B
JSON
14 lines
317 B
JSON
{
|
|
"name": "botan",
|
|
"version": "2.18.1",
|
|
"port-version": 2,
|
|
"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"
|
|
}
|
|
}
|
|
}
|