/** * **xvid** - pkgx package * * @domain `xvid.com` * @version `1.3.7` (1 versions available) * @versions From newest version to oldest. * * @install `launchpad install xvid.com` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.xvidcom * console.log(pkg.name) // "xvid" * console.log(pkg.versions[0]) // "1.3.7" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/xvid-com.md * @see https://ts-pkgx.netlify.app/usage */ export declare const xvidcomPackage: { /** * The display name of this package. */ name: 'xvid'; /** * The canonical domain name for this package. */ domain: 'xvid.com'; /** * Brief description of what this package does. */ description: ''; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/xvid.com/package.yml'; homepageUrl: ''; githubUrl: ''; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install xvid.com'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +xvid.com -- $SHELL -i'; launchpadInstallCommand: 'launchpad install xvid.com'; programs: readonly []; companions: readonly []; dependencies: readonly []; buildDependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['1.3.7']; aliases: readonly [] }; export type XvidcomPackage = typeof xvidcomPackage