vcpkg/ports/botan/vcpkg.json
2022-01-24 14:59:19 -08:00

15 lines
346 B
JSON

{
"name": "botan",
"version": "2.18.1",
"port-version": 7,
"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"
}
}
}