/** * **mpdecimal** - pkgx package * * @domain `bytereef.org/mpdecimal` * @version `4.0.1` (5 versions available) * @versions From newest version to oldest. * * @install `launchpad install bytereef.org/mpdecimal` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.bytereeforgmpdecimal * console.log(pkg.name) // "mpdecimal" * console.log(pkg.versions[0]) // "4.0.1" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/bytereef-org/mpdecimal.md * @see https://ts-pkgx.netlify.app/usage */ export declare const bytereeforgmpdecimalPackage: { /** * The display name of this package. */ name: 'mpdecimal'; /** * The canonical domain name for this package. */ domain: 'bytereef.org/mpdecimal'; /** * Brief description of what this package does. */ description: ''; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/bytereef.org/mpdecimal/package.yml'; homepageUrl: ''; githubUrl: ''; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install bytereef.org/mpdecimal'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +bytereef.org/mpdecimal -- $SHELL -i'; launchpadInstallCommand: 'launchpad install bytereef.org/mpdecimal'; programs: readonly []; companions: readonly []; dependencies: readonly []; buildDependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['4.0.1', '4.0.0', '2.5.1', '2.5.0', '2.4.2']; aliases: readonly [] }; export type BytereeforgmpdecimalPackage = typeof bytereeforgmpdecimalPackage