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

30 lines
635 B
JSON

{
"name": "libgpg-error",
"version": "1.51",
"description": "A runtime library for GnuPG and other software which likes to use it.",
"homepage": "https://gnupg.org/software/libgpg-error/",
"license": "LGPL-2.1-or-later",
"supports": "!windows | mingw",
"dependencies": [
{
"name": "libgpg-error",
"host": true
}
],
"features": {
"nls": {
"description": "Enable native language support",
"dependencies": [
{
"name": "gettext",
"host": true,
"features": [
"tools"
]
},
"gettext-libintl"
]
}
}
}