/** * **delta** - A syntax-highlighting pager for git, diff, grep, and blame output * * @domain `crates.io/git-delta` * @programs `delta` * @version `0.18.2` (11 versions available) * @versions From newest version to oldest. * * @install `launchpad install crates.io/git-delta` * @homepage https://dandavison.github.io/delta/ * @dependencies `libgit2.org~1.7 # links to libgit2.so.1.7`, `darwin:zlib.net^1` (includes OS-specific dependencies with `os:package` format) * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.cratesiogitdelta * console.log(pkg.name) // "delta" * console.log(pkg.description) // "A syntax-highlighting pager for git, diff, grep..." * console.log(pkg.programs) // ["delta"] * console.log(pkg.versions[0]) // "0.18.2" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/crates-io/git-delta.md * @see https://ts-pkgx.netlify.app/usage */ export declare const cratesiogitdeltaPackage: { /** * The display name of this package. */ name: 'delta'; /** * The canonical domain name for this package. */ domain: 'crates.io/git-delta'; /** * Brief description of what this package does. */ description: 'A syntax-highlighting pager for git, diff, grep, and blame output'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/crates.io/git-delta/package.yml'; homepageUrl: 'https://dandavison.github.io/delta/'; githubUrl: 'https://github.com/dandavison/delta'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install crates.io/git-delta'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +crates.io/git-delta -- $SHELL -i'; launchpadInstallCommand: 'launchpad install crates.io/git-delta'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['delta']; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. * OS-specific dependencies are prefixed with `os:` (e.g., `linux:freetype.org`). */ dependencies: readonly ['libgit2.org~1.7 # links to libgit2.so.1.7', 'darwin:zlib.net^1']; buildDependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['0.18.2', '0.18.1', '0.18.0', '0.17.0', '0.16.5', '0.16.4', '0.16.3', '0.16.2', '0.16.1', '0.16.0', '0.15.1']; aliases: readonly [] }; export type CratesiogitdeltaPackage = typeof cratesiogitdeltaPackage