mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 19:19:01 +08:00
21 lines
412 B
JSON
21 lines
412 B
JSON
{
|
|
"name": "gpgme",
|
|
"version": "1.22.0",
|
|
"description": "A library designed to make access to GnuPG easier for applications",
|
|
"homepage": "https://gnupg.org/software/gpgme/",
|
|
"license": null,
|
|
"supports": "!windows | mingw",
|
|
"dependencies": [
|
|
"libassuan",
|
|
"libgpg-error"
|
|
],
|
|
"default-features": [
|
|
"cpp"
|
|
],
|
|
"features": {
|
|
"cpp": {
|
|
"description": "C++ bindings"
|
|
}
|
|
}
|
|
}
|