UNPKG

ts-pkgx

Version:

A library & CLI for managing packages

62 lines 2.48 kB
/** * **github.com/strukturag/libde265** - Open h.265 video codec implementation. * * @domain `github.com/strukturag/libde265` * @programs `acceleration_speed`, `bjoentegaard`, `block-rate-estim`, `gen-enc-table`, `rd-curves`, ... (+2 more) * @version `1.0.16` (6 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/strukturag/libde265` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcomstrukturaglibde265 * console.log(pkg.name) // "github.com/strukturag/libde265" * console.log(pkg.description) // "Open h.265 video codec implementation." * console.log(pkg.programs) // ["acceleration_speed", "bjoentegaard", ...] * console.log(pkg.versions[0]) // "1.0.16" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/strukturag/libde265.md * @see https://ts-pkgx.netlify.app/usage */ export declare const githubcomstrukturaglibde265Package: { /** * The display name of this package. */ name: 'github.com/strukturag/libde265'; /** * The canonical domain name for this package. */ domain: 'github.com/strukturag/libde265'; /** * Brief description of what this package does. */ description: 'Open h.265 video codec implementation.'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/strukturag/libde265/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/pkgxdev/pantry/'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install github.com/strukturag/libde265'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['acceleration_speed', 'bjoentegaard', 'block-rate-estim', 'gen-enc-table', 'rd-curves', 'tests', 'yuv-distortion']; companions: readonly []; dependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['1.0.16', '1.0.15', '1.0.14', '1.0.13', '1.0.12', '1.0.11']; aliases: readonly []; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/strukturag/libde265 -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/strukturag/libde265' }; export type Githubcomstrukturaglibde265Package = typeof githubcomstrukturaglibde265Package