UNPKG

ts-pkgx

Version:

A library & CLI for managing packages

56 lines 2.02 kB
/** * **github.com/skystrife/cpptoml** - cpptoml is a header-only library for parsing TOML * * @domain `github.com/skystrife/cpptoml` * @version `0.1.1` (1 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/skystrife/cpptoml` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcomskystrifecpptoml * console.log(pkg.name) // "github.com/skystrife/cpptoml" * console.log(pkg.description) // "cpptoml is a header-only library for parsing TOML" * console.log(pkg.versions[0]) // "0.1.1" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/skystrife/cpptoml.md * @see https://ts-pkgx.netlify.app/usage */ export declare const githubcomskystrifecpptomlPackage: { /** * The display name of this package. */ name: 'github.com/skystrife/cpptoml'; /** * The canonical domain name for this package. */ domain: 'github.com/skystrife/cpptoml'; /** * Brief description of what this package does. */ description: 'cpptoml is a header-only library for parsing TOML'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/skystrife/cpptoml/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/skystrife/cpptoml'; programs: readonly []; companions: readonly []; dependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['0.1.1']; aliases: readonly []; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/skystrife/cpptoml -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/skystrife/cpptoml' }; export type GithubcomskystrifecpptomlPackage = typeof githubcomskystrifecpptomlPackage