mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 18:29:01 +08:00
d9ebadf17c
* Avoid redownloading source code * x-add-version
24 lines
473 B
JSON
24 lines
473 B
JSON
{
|
|
"name": "cryptopp",
|
|
"version": "8.7.0",
|
|
"port-version": 2,
|
|
"description": "Crypto++ is a free C++ class library of cryptographic schemes.",
|
|
"homepage": "https://github.com/weidai11/cryptopp",
|
|
"license": "BSL-1.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"pem-pack": {
|
|
"description": "Crypto++ with PEM pack"
|
|
}
|
|
}
|
|
}
|