/** * **rapidjson** - A fast JSON parser/generator for C++ with both SAX/DOM style API * * @domain `rapidjson.org` * @version `1.1.0` (1 versions available) * @versions From newest version to oldest. * * @install `launchpad install rapidjson.org` * @homepage http://rapidjson.org/ * @buildDependencies `cmake.org`, `doxygen.nl@1` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.rapidjsonorg * console.log(pkg.name) // "rapidjson" * console.log(pkg.description) // "A fast JSON parser/generator for C++ with both ..." * console.log(pkg.versions[0]) // "1.1.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/rapidjson-org.md * @see https://ts-pkgx.netlify.app/usage */ export declare const rapidjsonorgPackage: { /** * The display name of this package. */ name: 'rapidjson'; /** * The canonical domain name for this package. */ domain: 'rapidjson.org'; /** * Brief description of what this package does. */ description: 'A fast JSON parser/generator for C++ with both SAX/DOM style API'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/rapidjson.org/package.yml'; homepageUrl: 'http://rapidjson.org/'; githubUrl: 'https://github.com/Tencent/rapidjson'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install rapidjson.org'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +rapidjson.org -- $SHELL -i'; launchpadInstallCommand: 'launchpad install rapidjson.org'; programs: readonly []; companions: readonly []; dependencies: readonly []; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['cmake.org', 'doxygen.nl@1']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['1.1.0']; aliases: readonly [] }; export type RapidjsonorgPackage = typeof rapidjsonorgPackage