/** * **aom** - Codec library for encoding and decoding AV1 video streams * * @domain `aomedia.googlesource.com/aom` * @programs `aomenc`, `aomdec` * @version `3.13.1` (17 versions available) * @versions From newest version to oldest. * * @install `launchpad install aomedia.googlesource.com/aom` * @homepage https://aomedia.googlesource.com/aom * @buildDependencies `cmake.org@^3` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.aomediagooglesourcecomaom * console.log(pkg.name) // "aom" * console.log(pkg.description) // "Codec library for encoding and decoding AV1 vid..." * console.log(pkg.programs) // ["aomenc", "aomdec"] * console.log(pkg.versions[0]) // "3.13.1" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/aomedia-googlesource-com/aom.md * @see https://ts-pkgx.netlify.app/usage */ export declare const aomediagooglesourcecomaomPackage: { /** * The display name of this package. */ name: 'aom'; /** * The canonical domain name for this package. */ domain: 'aomedia.googlesource.com/aom'; /** * Brief description of what this package does. */ description: 'Codec library for encoding and decoding AV1 video streams'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/aomedia.googlesource.com/aom/package.yml'; homepageUrl: 'https://aomedia.googlesource.com/aom'; githubUrl: ''; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install aomedia.googlesource.com/aom'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +aomedia.googlesource.com/aom -- $SHELL -i'; launchpadInstallCommand: 'launchpad install aomedia.googlesource.com/aom'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['aomenc', 'aomdec']; companions: readonly []; dependencies: readonly []; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['cmake.org@^3']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['3.13.1', '3.13.0', '3.12.1', '3.12.0', '3.11.0', '3.10.0', '3.9.1', '3.9.0', '3.8.3', '3.8.2', '3.8.1', '3.8.0', '3.7.2', '3.7.1', '3.7.0', '3.6.1', '3.5.0']; aliases: readonly [] }; export type AomediagooglesourcecomaomPackage = typeof aomediagooglesourcecomaomPackage