/** * **fna-xna.github** - FAudio - Accuracy-focused XAudio reimplementation for open platforms * * @domain `fna-xna.github.io` * @version `25.12.0` (24 versions available) * @versions From newest version to oldest. * * @install `launchpad install fna-xna.github.io` * @homepage https://fna-xna.github.io/ * @dependencies `libsdl.org^2.28` * @buildDependencies `cmake.org` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.fnaxnagithubio * console.log(pkg.name) // "fna-xna.github" * console.log(pkg.description) // "FAudio - Accuracy-focused XAudio reimplementati..." * console.log(pkg.versions[0]) // "25.12.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'; /** * 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: 'https://fna-xna.github.io/'; 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'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +fna-xna.github.io -- $SHELL -i'; launchpadInstallCommand: 'launchpad install fna-xna.github.io'; programs: readonly []; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['libsdl.org^2.28']; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['cmake.org']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['25.12.0', '25.11.0', '25.10.0', '25.9.0', '25.8.0', '25.7.0', '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