/** * **xmlwf** - :herb: Fast streaming XML parser written in C99 with >90% test coverage; moved from SourceForge to GitHub * * @domain `libexpat.github.io` * @programs `xmlwf` * @version `2.7.3` (11 versions available) * @versions From newest version to oldest. * * @install `launchpad install libexpat.github.io` * @homepage https://libexpat.github.io/ * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.libexpatgithubio * console.log(pkg.name) // "xmlwf" * console.log(pkg.description) // ":herb: Fast streaming XML parser written in C99..." * console.log(pkg.programs) // ["xmlwf"] * console.log(pkg.versions[0]) // "2.7.3" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/libexpat-github-io.md * @see https://ts-pkgx.netlify.app/usage */ export declare const libexpatgithubioPackage: { /** * The display name of this package. */ name: 'xmlwf'; /** * The canonical domain name for this package. */ domain: 'libexpat.github.io'; /** * Brief description of what this package does. */ description: ':herb: Fast streaming XML parser written in C99 with >90% test coverage; moved from SourceForge to GitHub'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/libexpat.github.io/package.yml'; homepageUrl: 'https://libexpat.github.io/'; githubUrl: 'https://github.com/libexpat/libexpat'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install libexpat.github.io'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +libexpat.github.io -- $SHELL -i'; launchpadInstallCommand: 'launchpad install libexpat.github.io'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['xmlwf']; companions: readonly []; dependencies: readonly []; buildDependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['2.7.3', '2.7.2', '2.7.1', '2.7.0', '2.6.4', '2.6.3', '2.6.2', '2.6.1', '2.6.0', '2.5.0', '2.4.9']; aliases: readonly [] }; export type LibexpatgithubioPackage = typeof libexpatgithubioPackage