early-access version 2853
This commit is contained in:
19
externals/vcpkg/ports/botan/vcpkg.json
vendored
Executable file
19
externals/vcpkg/ports/botan/vcpkg.json
vendored
Executable file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "botan",
|
||||
"version": "2.19.1",
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user