/** * **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` * @homepage http://www.webmproject.org/code/ * @buildDependencies `yasm.tortall.net` - required only when building from source * * @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: 'http://www.webmproject.org/code/'; githubUrl: 'https://github.com/webmproject/libvpx'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install webmproject.org/libvpx'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +webmproject.org/libvpx -- $SHELL -i'; launchpadInstallCommand: 'launchpad install webmproject.org/libvpx'; programs: readonly []; companions: readonly []; dependencies: readonly []; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['yasm.tortall.net']; /** * 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