/** * **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` * @homepage https://rockdaboot.github.io/libpsl * @dependencies `unicode.org^71` * @buildDependencies `mesonbuild.com`, `python.org@~3.11`, `linux:gnu.org/gcc` (includes OS-specific dependencies with `os:package` format) - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.rockdabootgithubiolibpsl * console.log(pkg.name) // "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: '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: 'https://rockdaboot.github.io/libpsl'; githubUrl: 'https://github.com/rockdaboot/libpsl'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install rockdaboot.github.io/libpsl'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +rockdaboot.github.io/libpsl -- $SHELL -i'; launchpadInstallCommand: 'launchpad install rockdaboot.github.io/libpsl'; programs: readonly []; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['unicode.org^71']; /** * Build dependencies for this package. * These are only required when building the package from source. * OS-specific dependencies are prefixed with `os:` (e.g., `linux:gnu.org/gcc`). */ buildDependencies: readonly ['mesonbuild.com', 'python.org@~3.11', 'linux:gnu.org/gcc']; /** * 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 [] }; export type RockdabootgithubiolibpslPackage = typeof rockdabootgithubiolibpslPackage