Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

20 lines
417 B
JSON

{
"name": "libassuan",
"version": "3.0.1",
"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",
{
"name": "vcpkg-make",
"host": true
}
]
}