ts-pkgx
Version:
A library & CLI for managing packages
54 lines • 1.87 kB
TypeScript
/**
* **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 -- $SHELL -i`
*
* @example
* ```typescript
* import { pantry } from 'ts-pkgx'
*
* const pkg = pantry.githubcomlibsndfilelibsamplerate
* console.log(pkg.name) // "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: '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 -- $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 ['0.2.2'];
aliases: readonly []
};
export type GithubcomlibsndfilelibsampleratePackage = typeof githubcomlibsndfilelibsampleratePackage