ts-pkgx
Version:
A library & CLI for managing packages
60 lines • 2.27 kB
TypeScript
/**
* **rhash.sourceforge.net** - Utility for computing and verifying hash sums of files
*
* @domain `rhash.sourceforge.net`
* @programs `whirlpool-hash`, `tiger-hash`, `tth-hash`, `rhash`, `sfv-hash`, ... (+7 more)
* @version `1.4.6` (4 versions available)
* @versions From newest version to oldest.
*
* @install `launchpad install +rhash.sourceforge.net -- $SHELL -i`
*
* @example
* ```typescript
* import { pantry } from 'ts-pkgx'
*
* const pkg = pantry.rhashsourceforgenet
* console.log(pkg.name) // "rhash.sourceforge.net"
* console.log(pkg.description) // "Utility for computing and verifying hash sums o..."
* console.log(pkg.programs) // ["whirlpool-hash", "tiger-hash", ...]
* console.log(pkg.versions[0]) // "1.4.6" (latest)
* ```
*
* @see https://ts-pkgx.netlify.app/packages/rhash-sourceforge-net.md
* @see https://ts-pkgx.netlify.app/usage
*/
export declare const rhashsourceforgenetPackage: {
/**
* The display name of this package.
*/
name: 'rhash.sourceforge.net';
/**
* The canonical domain name for this package.
*/
domain: 'rhash.sourceforge.net';
/**
* Brief description of what this package does.
*/
description: 'Utility for computing and verifying hash sums of files';
packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/rhash.sourceforge.net/package.yml';
homepageUrl: '';
githubUrl: 'https://github.com/pkgxdev/pantry/';
/**
* Command to install this package using launchpad.
* @example launchpad install package-name
*/
installCommand: 'launchpad install +rhash.sourceforge.net -- $SHELL -i';
/**
* Executable programs provided by this package.
* These can be run after installation.
*/
programs: readonly ['whirlpool-hash', 'tiger-hash', 'tth-hash', 'rhash', 'sfv-hash', 'magnet-link', 'has160-hash', 'gost12-256-hash', 'gost12-512-hash', 'edonr512-hash', 'edonr256-hash', 'ed2k-link'];
companions: readonly [];
dependencies: readonly [];
/**
* Available versions from newest to oldest.
* @see https://ts-pkgx.netlify.app/usage for installation instructions
*/
versions: readonly ['1.4.6', '1.4.5', '1.4.4', '1.4.3'];
aliases: readonly []
};
export type RhashsourceforgenetPackage = typeof rhashsourceforgenetPackage