UNPKG

ts-pkgx

Version:

A library & CLI for managing packages

54 lines 1.81 kB
/** * **libvpx** - Mirror only. Please do not send pull requests. * * @domain `webmproject.org/libvpx` * @version `1.15.2` (7 versions available) * @versions From newest version to oldest. * * @install `launchpad install +webmproject.org/libvpx -- $SHELL -i` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.webmprojectorglibvpx * console.log(pkg.name) // "libvpx" * console.log(pkg.description) // "Mirror only. Please do not send pull requests." * console.log(pkg.versions[0]) // "1.15.2" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/webmproject-org/libvpx.md * @see https://ts-pkgx.netlify.app/usage */ export declare const webmprojectorglibvpxPackage: { /** * The display name of this package. */ name: 'libvpx'; /** * The canonical domain name for this package. */ domain: 'webmproject.org/libvpx'; /** * Brief description of what this package does. */ description: 'Mirror only. Please do not send pull requests.'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/webmproject.org/libvpx/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/pkgxdev/pantry/'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install +webmproject.org/libvpx -- $SHELL -i'; programs: readonly []; companions: readonly []; dependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['1.15.2', '1.15.1', '1.15.0', '1.14.1', '1.14.0', '1.13.1', '1.13.0']; aliases: readonly [] }; export type WebmprojectorglibvpxPackage = typeof webmprojectorglibvpxPackage