UNPKG

ts-pkgx

Version:

A library & CLI for managing packages

61 lines 2.1 kB
/** * **github.com/gabime/spdlog** - Fast C++ logging library. * * @domain `github.com/gabime/spdlog` * @version `1.15.3` (8 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/gabime/spdlog` * @dependencies `fmt.dev^11` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcomgabimespdlog * console.log(pkg.name) // "github.com/gabime/spdlog" * console.log(pkg.description) // "Fast C++ logging library." * console.log(pkg.versions[0]) // "1.15.3" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/gabime/spdlog.md * @see https://ts-pkgx.netlify.app/usage */ export declare const githubcomgabimespdlogPackage: { /** * The display name of this package. */ name: 'github.com/gabime/spdlog'; /** * The canonical domain name for this package. */ domain: 'github.com/gabime/spdlog'; /** * Brief description of what this package does. */ description: 'Fast C++ logging library.'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/gabime/spdlog/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/pkgxdev/pantry/'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install github.com/gabime/spdlog'; programs: readonly []; companions: readonly []; /** * Required dependencies for this package. * These will be automatically installed. */ dependencies: readonly ['fmt.dev^11']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['1.15.3', '1.15.2', '1.15.1', '1.15.0', '1.14.1', '1.14.0', '1.13.0', '1.12.0']; aliases: readonly []; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/gabime/spdlog -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/gabime/spdlog' }; export type GithubcomgabimespdlogPackage = typeof githubcomgabimespdlogPackage