/** * **reproc** - A cross-platform (C99/C++11) process library * * @domain `github.com/DaanDeMeyer/reproc` * @version `14.2.5` (2 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/DaanDeMeyer/reproc` * @buildDependencies `cmake.org@^3` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcomdaandemeyerreproc * console.log(pkg.name) // "reproc" * console.log(pkg.description) // "A cross-platform (C99/C++11) process library" * console.log(pkg.versions[0]) // "14.2.5" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/DaanDeMeyer/reproc.md * @see https://ts-pkgx.netlify.app/usage */ export declare const reprocPackage: { /** * The display name of this package. */ name: 'reproc'; /** * The canonical domain name for this package. */ domain: 'github.com/DaanDeMeyer/reproc'; /** * Brief description of what this package does. */ description: 'A cross-platform (C99/C++11) process library'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/DaanDeMeyer/reproc/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/DaanDeMeyer/reproc'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install github.com/DaanDeMeyer/reproc'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/DaanDeMeyer/reproc -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/DaanDeMeyer/reproc'; 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@^3']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['14.2.5', '14.2.4']; aliases: readonly [] }; export type ReprocPackage = typeof reprocPackage