{ "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" ] } } }