ts-pkgx
Version:
A library & CLI for managing packages
60 lines • 2.15 kB
TypeScript
/**
* **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.55.0` (10 versions available)
* @versions From newest version to oldest.
*
* @install `launchpad install +gnupg.org/libgpg-error -- $SHELL -i`
*
* @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.55.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: '';
githubUrl: 'https://github.com/pkgxdev/pantry/';
/**
* Command to install this package using launchpad.
* @example launchpad install package-name
*/
installCommand: 'launchpad install +gnupg.org/libgpg-error -- $SHELL -i';
/**
* 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 [];
/**
* Available versions from newest to oldest.
* @see https://ts-pkgx.netlify.app/usage for installation instructions
*/
versions: readonly ['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