mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 11:28:59 +08:00
16 lines
357 B
JSON
16 lines
357 B
JSON
{
|
|
"name": "libassuan",
|
|
"version": "2.5.6",
|
|
"description": "A library implementing the so-called Assuan protocol",
|
|
"homepage": "https://gnupg.org/software/libassuan/index.html",
|
|
"license": "LGPL-2.1-or-later",
|
|
"supports": "!windows | mingw",
|
|
"dependencies": [
|
|
{
|
|
"name": "libassuan",
|
|
"host": true
|
|
},
|
|
"libgpg-error"
|
|
]
|
|
}
|