/** * **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` * @buildDependencies `mesonbuild.com` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcomopensourceparsersjsoncpp * console.log(pkg.name) // "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 jsoncppPackage: { /** * The display name of this package. */ name: '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/open-source-parsers/jsoncpp'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install github.com/open-source-parsers/jsoncpp'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/open-source-parsers/jsoncpp -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/open-source-parsers/jsoncpp'; programs: readonly []; companions: readonly []; dependencies: readonly []; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['mesonbuild.com']; /** * 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 [] }; export type JsoncppPackage = typeof jsoncppPackage