/** * **hyperfine** - A command-line benchmarking tool * * @domain `crates.io/hyperfine` * @programs `hyperfine` * @version `1.20.0` (8 versions available) * @versions From newest version to oldest. * * @install `launchpad install crates.io/hyperfine` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.cratesiohyperfine * console.log(pkg.name) // "hyperfine" * console.log(pkg.description) // "A command-line benchmarking tool" * console.log(pkg.programs) // ["hyperfine"] * console.log(pkg.versions[0]) // "1.20.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/crates-io/hyperfine.md * @see https://ts-pkgx.netlify.app/usage */ export declare const cratesiohyperfinePackage: { /** * The display name of this package. */ name: 'hyperfine'; /** * The canonical domain name for this package. */ domain: 'crates.io/hyperfine'; /** * Brief description of what this package does. */ description: 'A command-line benchmarking tool'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/crates.io/hyperfine/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/sharkdp/hyperfine'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install crates.io/hyperfine'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +crates.io/hyperfine -- $SHELL -i'; launchpadInstallCommand: 'launchpad install crates.io/hyperfine'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['hyperfine']; 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.20.0', '1.19.0', '1.18.0', '1.17.0', '1.16.1', '1.16.0', '1.15.0', '0.17.0']; aliases: readonly [] }; export type CratesiohyperfinePackage = typeof cratesiohyperfinePackage