UNPKG

ts-pkgx

Version:

A library & CLI for managing packages

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