mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 10:19:02 +08:00
d10dbddadc
* delete absolute path * update version
21 lines
482 B
JSON
21 lines
482 B
JSON
{
|
|
"name": "botan",
|
|
"version": "2.18.1",
|
|
"port-version": 10,
|
|
"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"
|
|
},
|
|
"zlib": {
|
|
"description": "Build with zlib. Enable compression pipes.",
|
|
"dependencies": [
|
|
"zlib"
|
|
]
|
|
}
|
|
}
|
|
}
|