vcpkg/ports/botan/vcpkg.json
2021-11-11 13:37:13 -08:00

14 lines
317 B
JSON

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