vcpkg/ports/botan/vcpkg.json

15 lines
346 B
JSON
Raw Normal View History

2021-04-29 04:51:03 +08:00
{
"name": "botan",
"version": "2.18.1",
"port-version": 8,
2021-04-29 04:51:03 +08:00
"description": "A cryptography library written in C++11",
"homepage": "https://botan.randombit.net",
2022-01-25 06:59:19 +08:00
"license": "BSD-2-Clause",
2021-04-29 04:51:03 +08:00
"supports": "!(windows & arm)",
"features": {
"amalgamation": {
"description": "Do an amalgamation build of the library"
}
}
}