/** * **uriparse** - :hocho: Strictly RFC 3986 compliant URI parsing and handling library written in C89; moved from SourceForge to GitHub * * @domain `uriparser.github.io` * @programs `uriparse` * @version `0.9.9` (3 versions available) * @versions From newest version to oldest. * * @install `launchpad install uriparser.github.io` * @homepage https://uriparser.github.io/ * @buildDependencies `cmake.org` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.uriparsergithubio * console.log(pkg.name) // "uriparse" * console.log(pkg.description) // " :hocho: Strictly RFC 3986 compliant URI parsin..." * console.log(pkg.programs) // ["uriparse"] * console.log(pkg.versions[0]) // "0.9.9" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/uriparser-github-io.md * @see https://ts-pkgx.netlify.app/usage */ export declare const uriparsergithubioPackage: { /** * The display name of this package. */ name: 'uriparse'; /** * The canonical domain name for this package. */ domain: 'uriparser.github.io'; /** * Brief description of what this package does. */ description: ' :hocho: Strictly RFC 3986 compliant URI parsing and handling library written in C89; moved from SourceForge to GitHub'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/uriparser.github.io/package.yml'; homepageUrl: 'https://uriparser.github.io/'; githubUrl: 'https://github.com/uriparser/uriparser'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install uriparser.github.io'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +uriparser.github.io -- $SHELL -i'; launchpadInstallCommand: 'launchpad install uriparser.github.io'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['uriparse']; 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 ['0.9.9', '0.9.8', '0.9.7']; aliases: readonly [] }; export type UriparsergithubioPackage = typeof uriparsergithubioPackage