UNPKG

ts-pkgx

Version:

A library & CLI for managing packages

61 lines 2.13 kB
/** * **rockdaboot.github.io/libpsl** - C library for the Public Suffix List * * @domain `rockdaboot.github.io/libpsl` * @version `0.21.5` (2 versions available) * @versions From newest version to oldest. * * @install `launchpad install rockdaboot.github.io/libpsl` * @dependencies `unicode.org^71` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.rockdabootgithubiolibpsl * console.log(pkg.name) // "rockdaboot.github.io/libpsl" * console.log(pkg.description) // "C library for the Public Suffix List" * console.log(pkg.versions[0]) // "0.21.5" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/rockdaboot-github-io/libpsl.md * @see https://ts-pkgx.netlify.app/usage */ export declare const rockdabootgithubiolibpslPackage: { /** * The display name of this package. */ name: 'rockdaboot.github.io/libpsl'; /** * The canonical domain name for this package. */ domain: 'rockdaboot.github.io/libpsl'; /** * Brief description of what this package does. */ description: 'C library for the Public Suffix List'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/rockdaboot.github.io/libpsl/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/pkgxdev/pantry/'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install rockdaboot.github.io/libpsl'; programs: readonly []; companions: readonly []; /** * Required dependencies for this package. * These will be automatically installed. */ dependencies: readonly ['unicode.org^71']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['0.21.5', '0.21.2']; aliases: readonly []; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +rockdaboot.github.io/libpsl -- $SHELL -i'; launchpadInstallCommand: 'launchpad install rockdaboot.github.io/libpsl' }; export type RockdabootgithubiolibpslPackage = typeof rockdabootgithubiolibpslPackage