ts-pkgx
Version:
A library & CLI for managing packages
59 lines • 2.1 kB
TypeScript
/**
* **fna-xna.github.io** - FAudio - Accuracy-focused XAudio reimplementation for open platforms
*
* @domain `fna-xna.github.io`
* @version `25.6.0` (18 versions available)
* @versions From newest version to oldest.
*
* @install `launchpad install +fna-xna.github.io -- $SHELL -i`
* @dependencies `libsdl.org^2.28`
*
* @example
* ```typescript
* import { pantry } from 'ts-pkgx'
*
* const pkg = pantry.fnaxnagithubio
* console.log(pkg.name) // "fna-xna.github.io"
* console.log(pkg.description) // "FAudio - Accuracy-focused XAudio reimplementati..."
* console.log(pkg.versions[0]) // "25.6.0" (latest)
* ```
*
* @see https://ts-pkgx.netlify.app/packages/fna-xna-github-io.md
* @see https://ts-pkgx.netlify.app/usage
*/
export declare const fnaxnagithubioPackage: {
/**
* The display name of this package.
*/
name: 'fna-xna.github.io';
/**
* The canonical domain name for this package.
*/
domain: 'fna-xna.github.io';
/**
* Brief description of what this package does.
*/
description: 'FAudio - Accuracy-focused XAudio reimplementation for open platforms';
packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/fna-xna.github.io/package.yml';
homepageUrl: '';
githubUrl: 'https://github.com/FNA-XNA/FAudio';
/**
* Command to install this package using launchpad.
* @example launchpad install package-name
*/
installCommand: 'launchpad install +fna-xna.github.io -- $SHELL -i';
programs: readonly [];
companions: readonly [];
/**
* Required dependencies for this package.
* These will be automatically installed.
*/
dependencies: readonly ['libsdl.org^2.28'];
/**
* Available versions from newest to oldest.
* @see https://ts-pkgx.netlify.app/usage for installation instructions
*/
versions: readonly ['25.6.0', '25.5.0', '25.4.0', '25.3.0', '25.2.0', '25.1.0', '24.12.0', '24.11.0', '24.10.0', '24.9.0', '24.8.0', '24.7.0', '24.6.0', '24.5.0', '24.4.0', '24.3.0', '24.2.0', '24.1.0'];
aliases: readonly []
};
export type FnaxnagithubioPackage = typeof fnaxnagithubioPackage