mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:09:00 +08:00
20 lines
400 B
JSON
20 lines
400 B
JSON
{
|
|
"name": "libgcrypt",
|
|
"version": "1.10.2",
|
|
"description": "A general purpose cryptographic library",
|
|
"homepage": "https://gnupg.org/software/libgcrypt/index.html",
|
|
"license": null,
|
|
"supports": "!windows | mingw",
|
|
"dependencies": [
|
|
{
|
|
"name": "libgcrypt",
|
|
"host": true
|
|
},
|
|
"libgpg-error",
|
|
{
|
|
"name": "vcpkg-cmake-get-vars",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|