/** * **nspr-config** - Platform-neutral API for system-level and libc-like functions * * @domain `mozilla.org/nspr` * @programs `nspr-config` * @version `4.38.1` (4 versions available) * @versions From newest version to oldest. * * @install `launchpad install mozilla.org/nspr` * @homepage https://hg.mozilla.org/projects/nspr * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.mozillaorgnspr * console.log(pkg.name) // "nspr-config" * console.log(pkg.description) // "Platform-neutral API for system-level and libc-..." * console.log(pkg.programs) // ["nspr-config"] * console.log(pkg.versions[0]) // "4.38.1" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/mozilla-org/nspr.md * @see https://ts-pkgx.netlify.app/usage */ export declare const mozillaorgnsprPackage: { /** * The display name of this package. */ name: 'nspr-config'; /** * The canonical domain name for this package. */ domain: 'mozilla.org/nspr'; /** * Brief description of what this package does. */ description: 'Platform-neutral API for system-level and libc-like functions'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/mozilla.org/nspr/package.yml'; homepageUrl: 'https://hg.mozilla.org/projects/nspr'; githubUrl: ''; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install mozilla.org/nspr'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +mozilla.org/nspr -- $SHELL -i'; launchpadInstallCommand: 'launchpad install mozilla.org/nspr'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['nspr-config']; companions: readonly []; dependencies: readonly []; buildDependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['4.38.1', '4.36.2', '4.36.1', '4.34.1']; aliases: readonly [] }; export type MozillaorgnsprPackage = typeof mozillaorgnsprPackage