/** * **idn2** - International domain name library (IDNA2008, Punycode and TR46) * * @domain `gnu.org/libidn2` * @programs `idn2` * @version `2.3.8` (5 versions available) * @versions From newest version to oldest. * * @install `launchpad install gnu.org/libidn2` * @homepage https://www.gnu.org/software/libidn/#libidn2 * @dependencies `gnu.org/gettext` * @buildDependencies `gnu.org/texinfo` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.gnuorglibidn2 * console.log(pkg.name) // "idn2" * console.log(pkg.description) // "International domain name library (IDNA2008, Pu..." * console.log(pkg.programs) // ["idn2"] * console.log(pkg.versions[0]) // "2.3.8" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/gnu-org/libidn2.md * @see https://ts-pkgx.netlify.app/usage */ export declare const gnuorglibidn2Package: { /** * The display name of this package. */ name: 'idn2'; /** * The canonical domain name for this package. */ domain: 'gnu.org/libidn2'; /** * Brief description of what this package does. */ description: 'International domain name library (IDNA2008, Punycode and TR46)'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/gnu.org/libidn2/package.yml'; homepageUrl: 'https://www.gnu.org/software/libidn/#libidn2'; githubUrl: ''; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install gnu.org/libidn2'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +gnu.org/libidn2 -- $SHELL -i'; launchpadInstallCommand: 'launchpad install gnu.org/libidn2'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['idn2']; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['gnu.org/gettext']; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['gnu.org/texinfo']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['2.3.8', '2.3.7', '2.3.6', '2.3.5', '2.3.4']; aliases: readonly [] }; export type Gnuorglibidn2Package = typeof gnuorglibidn2Package