/** * **orc** - Oil Runtime Compiler (ORC) * * @domain `gstreamer.freedesktop.org/orc` * @programs `orcc`, `orc-bugreport` * @version `0.4.41` (8 versions available) * @versions From newest version to oldest. * * @install `launchpad install gstreamer.freedesktop.org/orc` * @homepage https://gstreamer.freedesktop.org/projects/orc.html * @buildDependencies `mesonbuild.com` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.gstreamerfreedesktoporgorc * console.log(pkg.name) // "orc" * console.log(pkg.description) // "Oil Runtime Compiler (ORC)" * console.log(pkg.programs) // ["orcc", "orc-bugreport"] * console.log(pkg.versions[0]) // "0.4.41" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/gstreamer-freedesktop-org/orc.md * @see https://ts-pkgx.netlify.app/usage */ export declare const gstreamerfreedesktoporgorcPackage: { /** * The display name of this package. */ name: 'orc'; /** * The canonical domain name for this package. */ domain: 'gstreamer.freedesktop.org/orc'; /** * Brief description of what this package does. */ description: 'Oil Runtime Compiler (ORC)'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/gstreamer.freedesktop.org/orc/package.yml'; homepageUrl: 'https://gstreamer.freedesktop.org/projects/orc.html'; githubUrl: ''; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install gstreamer.freedesktop.org/orc'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +gstreamer.freedesktop.org/orc -- $SHELL -i'; launchpadInstallCommand: 'launchpad install gstreamer.freedesktop.org/orc'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['orcc', 'orc-bugreport']; companions: readonly []; dependencies: readonly []; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['mesonbuild.com']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['0.4.41', '0.4.40', '0.4.39', '0.4.38', '0.4.37', '0.4.36', '0.4.35', '0.4.34']; aliases: readonly [] }; export type GstreamerfreedesktoporgorcPackage = typeof gstreamerfreedesktoporgorcPackage