/** * **rhash.sourceforge** - 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` * @homepage https://sourceforge.net/projects/rhash/ * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.rhashsourceforgenet * console.log(pkg.name) // "rhash.sourceforge" * 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'; /** * 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: 'https://sourceforge.net/projects/rhash/'; githubUrl: 'https://github.com/rhash/RHash'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install rhash.sourceforge.net'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +rhash.sourceforge.net -- $SHELL -i'; launchpadInstallCommand: 'launchpad install rhash.sourceforge.net'; /** * 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 []; buildDependencies: 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