mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 13:48:59 +08:00
964f2fa145
* [cryptopp] Update to version 8.6.0 * Update ports/cryptopp/vcpkg.json Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * regenerate versions * retrigger agent * retrigger agent * [crypto] modify patch according upsteam PR, modify version field * update deprecated functions * Update versions/c-/cryptopp.json Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: Igor Kostenko <ikostenko@perforce.com> Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
22 lines
428 B
JSON
22 lines
428 B
JSON
{
|
|
"name": "cryptopp",
|
|
"version": "8.6.0",
|
|
"description": "Crypto++ is a free C++ class library of cryptographic schemes.",
|
|
"homepage": "https://github.com/weidai11/cryptopp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"pem-pack": {
|
|
"description": "Crypto++ with PEM pack"
|
|
}
|
|
}
|
|
}
|