/** * **libgpg-error** - Common error values for all GnuPG components * * @domain `gnupg.org/libgpg-error` * @programs `gpg-error`, `gpg-error-config`, `gpgrt-config`, `yat2m` * @version `1.56.0` (11 versions available) * @versions From newest version to oldest. * * @install `launchpad install gnupg.org/libgpg-error` * @homepage https://www.gnupg.org/related_software/libgpg-error/ * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.gnupgorglibgpgerror * console.log(pkg.name) // "libgpg-error" * console.log(pkg.description) // "Common error values for all GnuPG components" * console.log(pkg.programs) // ["gpg-error", "gpg-error-config", ...] * console.log(pkg.versions[0]) // "1.56.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/gnupg-org/libgpg-error.md * @see https://ts-pkgx.netlify.app/usage */ export declare const gnupgorglibgpgerrorPackage: { /** * The display name of this package. */ name: 'libgpg-error'; /** * The canonical domain name for this package. */ domain: 'gnupg.org/libgpg-error'; /** * Brief description of what this package does. */ description: 'Common error values for all GnuPG components'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/gnupg.org/libgpg-error/package.yml'; homepageUrl: 'https://www.gnupg.org/related_software/libgpg-error/'; githubUrl: ''; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install gnupg.org/libgpg-error'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +gnupg.org/libgpg-error -- $SHELL -i'; launchpadInstallCommand: 'launchpad install gnupg.org/libgpg-error'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['gpg-error', 'gpg-error-config', 'gpgrt-config', 'yat2m']; companions: readonly []; dependencies: readonly []; buildDependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['1.56.0', '1.55.0', '1.54.0', '1.53.0', '1.52.0', '1.51.0', '1.50.0', '1.49.0', '1.48.0', '1.47.0', '1.45.0']; aliases: readonly [] }; export type GnupgorglibgpgerrorPackage = typeof gnupgorglibgpgerrorPackage