/** * **pugixml** - Light-weight, simple and fast XML parser for C++ with XPath support * * @domain `pugixml.org` * @version `1.15.0` (3 versions available) * @versions From newest version to oldest. * * @install `launchpad install pugixml.org` * @homepage http://pugixml.org/ * @buildDependencies `cmake.org` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.pugixmlorg * console.log(pkg.name) // "pugixml" * console.log(pkg.description) // "Light-weight, simple and fast XML parser for C+..." * console.log(pkg.versions[0]) // "1.15.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/pugixml-org.md * @see https://ts-pkgx.netlify.app/usage */ export declare const pugixmlorgPackage: { /** * The display name of this package. */ name: 'pugixml'; /** * The canonical domain name for this package. */ domain: 'pugixml.org'; /** * Brief description of what this package does. */ description: 'Light-weight, simple and fast XML parser for C++ with XPath support'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/pugixml.org/package.yml'; homepageUrl: 'http://pugixml.org/'; githubUrl: 'https://github.com/zeux/pugixml'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install pugixml.org'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +pugixml.org -- $SHELL -i'; launchpadInstallCommand: 'launchpad install pugixml.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']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['1.15.0', '1.14.0', '1.13.0']; aliases: readonly [] }; export type PugixmlorgPackage = typeof pugixmlorgPackage