ts-pkgx
Version:
A library & CLI for managing packages
56 lines • 1.82 kB
TypeScript
/**
* **hadrons.org/libmd** - BSD Mesage Digest library (mirror)
*
* @domain `hadrons.org/libmd`
* @version `1.1.0` (2 versions available)
* @versions From newest version to oldest.
*
* @install `launchpad install hadrons.org/libmd`
*
* @example
* ```typescript
* import { pantry } from 'ts-pkgx'
*
* const pkg = pantry.hadronsorglibmd
* console.log(pkg.name) // "hadrons.org/libmd"
* console.log(pkg.description) // "BSD Mesage Digest library (mirror)"
* console.log(pkg.versions[0]) // "1.1.0" (latest)
* ```
*
* @see https://ts-pkgx.netlify.app/packages/hadrons-org/libmd.md
* @see https://ts-pkgx.netlify.app/usage
*/
export declare const hadronsorglibmdPackage: {
/**
* The display name of this package.
*/
name: 'hadrons.org/libmd';
/**
* The canonical domain name for this package.
*/
domain: 'hadrons.org/libmd';
/**
* Brief description of what this package does.
*/
description: 'BSD Mesage Digest library (mirror)';
packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/hadrons.org/libmd/package.yml';
homepageUrl: '';
githubUrl: 'https://github.com/pkgxdev/pantry/';
/**
* Command to install this package using launchpad.
* @example launchpad install package-name
*/
installCommand: 'launchpad install hadrons.org/libmd';
programs: readonly [];
companions: readonly [];
dependencies: readonly [];
/**
* Available versions from newest to oldest.
* @see https://ts-pkgx.netlify.app/usage for installation instructions
*/
versions: readonly ['1.1.0', '1.0.4'];
aliases: readonly [];
pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +hadrons.org/libmd -- $SHELL -i';
launchpadInstallCommand: 'launchpad install hadrons.org/libmd'
};
export type HadronsorglibmdPackage = typeof hadronsorglibmdPackage