UNPKG

ts-pkgx

Version:

A library & CLI for managing packages

56 lines 2.14 kB
/** * **github.com/open-source-parsers/jsoncpp** - A C++ library for interacting with JSON. * * @domain `github.com/open-source-parsers/jsoncpp` * @version `1.9.6` (2 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/open-source-parsers/jsoncpp` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcomopensourceparsersjsoncpp * console.log(pkg.name) // "github.com/open-source-parsers/jsoncpp" * console.log(pkg.description) // "A C++ library for interacting with JSON." * console.log(pkg.versions[0]) // "1.9.6" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/open-source-parsers/jsoncpp.md * @see https://ts-pkgx.netlify.app/usage */ export declare const githubcomopensourceparsersjsoncppPackage: { /** * The display name of this package. */ name: 'github.com/open-source-parsers/jsoncpp'; /** * The canonical domain name for this package. */ domain: 'github.com/open-source-parsers/jsoncpp'; /** * Brief description of what this package does. */ description: 'A C++ library for interacting with JSON.'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/open-source-parsers/jsoncpp/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/open-source-parsers/jsoncpp'; programs: readonly []; companions: readonly []; dependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['1.9.6', '1.9.5']; aliases: readonly []; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/open-source-parsers/jsoncpp -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/open-source-parsers/jsoncpp' }; export type GithubcomopensourceparsersjsoncppPackage = typeof githubcomopensourceparsersjsoncppPackage