/** * **libtirpc** - pkgx package * * @domain `sourceforge.net/libtirpc` * @version `1.3.7` (5 versions available) * @versions From newest version to oldest. * * @install `launchpad install sourceforge.net/libtirpc` * @dependencies `kerberos.org` * @buildDependencies `linux:llvm.org@^16`, `linux:gnu.org/make` (includes OS-specific dependencies with `os:package` format) - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.sourceforgenetlibtirpc * console.log(pkg.name) // "libtirpc" * console.log(pkg.versions[0]) // "1.3.7" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/sourceforge-net/libtirpc.md * @see https://ts-pkgx.netlify.app/usage */ export declare const sourceforgenetlibtirpcPackage: { /** * The display name of this package. */ name: 'libtirpc'; /** * The canonical domain name for this package. */ domain: 'sourceforge.net/libtirpc'; /** * Brief description of what this package does. */ description: ''; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/sourceforge.net/libtirpc/package.yml'; homepageUrl: ''; githubUrl: ''; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install sourceforge.net/libtirpc'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +sourceforge.net/libtirpc -- $SHELL -i'; launchpadInstallCommand: 'launchpad install sourceforge.net/libtirpc'; programs: readonly []; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['kerberos.org']; /** * 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 ['linux:llvm.org@^16', 'linux:gnu.org/make']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['1.3.7', '1.3.6', '1.3.5', '1.3.4', '1.3.3']; aliases: readonly [] }; export type SourceforgenetlibtirpcPackage = typeof sourceforgenetlibtirpcPackage