/** * **apu-{{ version.major }}-config** - Mirror of Apache Portable Runtime util * * @domain `apache.org/apr-util` * @programs `apu-{{ version.major }}-config` * @version `1.6.3` (1 versions available) * @versions From newest version to oldest. * * @install `launchpad install apache.org/apr-util` * @buildDependencies `apache.org/apr`, `openssl.org`, `libexpat.github.io`, ... (+1 more) - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.apacheorgaprutil * console.log(pkg.name) // "apu-{{ version.major }}-config" * console.log(pkg.description) // "Mirror of Apache Portable Runtime util" * console.log(pkg.programs) // ["apu-{{ version.major }}-config"] * console.log(pkg.versions[0]) // "1.6.3" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/apache-org/apr-util.md * @see https://ts-pkgx.netlify.app/usage */ export declare const apacheorgaprutilPackage: { /** * The display name of this package. */ name: 'apu-{{ version.major }}-config'; /** * The canonical domain name for this package. */ domain: 'apache.org/apr-util'; /** * Brief description of what this package does. */ description: 'Mirror of Apache Portable Runtime util'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/apache.org/apr-util/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/apache/apr-util'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install apache.org/apr-util'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +apache.org/apr-util -- $SHELL -i'; launchpadInstallCommand: 'launchpad install apache.org/apr-util'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['apu-{{ version.major }}-config']; companions: readonly []; dependencies: readonly []; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['apache.org/apr', 'openssl.org', 'libexpat.github.io', 'sqlite.org']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['1.6.3']; aliases: readonly [] }; export type ApacheorgaprutilPackage = typeof apacheorgaprutilPackage