ts-pkgx
Version:
A library & CLI for managing packages
55 lines • 1.8 kB
TypeScript
/**
* **bytereef.org/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) // "bytereef.org/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: 'bytereef.org/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: 'https://github.com/pkgxdev/pantry/';
/**
* Command to install this package using launchpad.
* @example launchpad install package-name
*/
installCommand: 'launchpad install bytereef.org/mpdecimal';
programs: readonly [];
companions: readonly [];
dependencies: 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 [];
pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +bytereef.org/mpdecimal -- $SHELL -i';
launchpadInstallCommand: 'launchpad install bytereef.org/mpdecimal'
};
export type BytereeforgmpdecimalPackage = typeof bytereeforgmpdecimalPackage