/** * **dav1d** - AV1 decoder targeted to be small and fast * * @domain `code.videolan.org/videolan/dav1d` * @programs `dav1d` * @version `1.2.0` (2 versions available) * @versions From newest version to oldest. * * @install `launchpad install code.videolan.org/videolan/dav1d` * @homepage https://code.videolan.org/videolan/dav1d * @buildDependencies `mesonbuild.com@>=0.49` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.codevideolanorgvideolandav1d * console.log(pkg.name) // "dav1d" * console.log(pkg.description) // "AV1 decoder targeted to be small and fast" * console.log(pkg.programs) // ["dav1d"] * console.log(pkg.versions[0]) // "1.2.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/code-videolan-org/videolan/dav1d.md * @see https://ts-pkgx.netlify.app/usage */ export declare const codevideolanorgvideolandav1dPackage: { /** * The display name of this package. */ name: 'dav1d'; /** * The canonical domain name for this package. */ domain: 'code.videolan.org/videolan/dav1d'; /** * Brief description of what this package does. */ description: 'AV1 decoder targeted to be small and fast'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/code.videolan.org/videolan/dav1d/package.yml'; homepageUrl: 'https://code.videolan.org/videolan/dav1d'; githubUrl: ''; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install code.videolan.org/videolan/dav1d'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +code.videolan.org/videolan/dav1d -- $SHELL -i'; launchpadInstallCommand: 'launchpad install code.videolan.org/videolan/dav1d'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['dav1d']; companions: readonly []; dependencies: readonly []; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['mesonbuild.com@>=0.49']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['1.2.0', '1.0.0']; aliases: readonly [] }; export type Codevideolanorgvideolandav1dPackage = typeof codevideolanorgvideolandav1dPackage