UNPKG

ts-pkgx

Version:

A library & CLI for managing packages

56 lines 2.09 kB
/** * **github.com/libsndfile/libsamplerate** - An audio Sample Rate Conversion library * * @domain `github.com/libsndfile/libsamplerate` * @version `0.2.2` (1 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/libsndfile/libsamplerate` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcomlibsndfilelibsamplerate * console.log(pkg.name) // "github.com/libsndfile/libsamplerate" * console.log(pkg.description) // "An audio Sample Rate Conversion library" * console.log(pkg.versions[0]) // "0.2.2" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/libsndfile/libsamplerate.md * @see https://ts-pkgx.netlify.app/usage */ export declare const githubcomlibsndfilelibsampleratePackage: { /** * The display name of this package. */ name: 'github.com/libsndfile/libsamplerate'; /** * The canonical domain name for this package. */ domain: 'github.com/libsndfile/libsamplerate'; /** * Brief description of what this package does. */ description: 'An audio Sample Rate Conversion library'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/libsndfile/libsamplerate/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/libsndfile/libsamplerate'; programs: readonly []; companions: readonly []; dependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['0.2.2']; aliases: readonly []; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/libsndfile/libsamplerate -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/libsndfile/libsamplerate' }; export type GithubcomlibsndfilelibsampleratePackage = typeof githubcomlibsndfilelibsampleratePackage