/** * **qpdf** - qpdf: A content-preserving PDF document transformer * * @domain `qpdf.sourceforge.io` * @programs `qpdf` * @version `12.2.0` (10 versions available) * @versions From newest version to oldest. * * @install `launchpad install qpdf.sourceforge.io` * @homepage https://qpdf.sourceforge.io/ * @dependencies `zlib.net^1`, `libjpeg-turbo.org^2`, `openssl.org^1.1`, ... (+1 more) * @buildDependencies `cmake.org@^3`, `pyyaml.org/libyaml`, `python.org@^3`, ... (+1 more) - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.qpdfsourceforgeio * console.log(pkg.name) // "qpdf" * console.log(pkg.description) // "qpdf: A content-preserving PDF document transfo..." * console.log(pkg.programs) // ["qpdf"] * console.log(pkg.versions[0]) // "12.2.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/qpdf-sourceforge-io.md * @see https://ts-pkgx.netlify.app/usage */ export declare const qpdfsourceforgeioPackage: { /** * The display name of this package. */ name: 'qpdf'; /** * The canonical domain name for this package. */ domain: 'qpdf.sourceforge.io'; /** * Brief description of what this package does. */ description: 'qpdf: A content-preserving PDF document transformer'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/qpdf.sourceforge.io/package.yml'; homepageUrl: 'https://qpdf.sourceforge.io/'; githubUrl: 'https://github.com/qpdf/qpdf'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install qpdf.sourceforge.io'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +qpdf.sourceforge.io -- $SHELL -i'; launchpadInstallCommand: 'launchpad install qpdf.sourceforge.io'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['qpdf']; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['zlib.net^1', 'libjpeg-turbo.org^2', 'openssl.org^1.1', 'gnutls.org^3']; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['cmake.org@^3', 'pyyaml.org/libyaml', 'python.org@^3', 'pip.pypa.io']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['12.2.0', '12.1.0', '12.0.0', '11.10.1', '11.10.0', '11.9.1', '11.9.0', '11.8.0', '11.7.0', '11.6.4']; aliases: readonly [] }; export type QpdfsourceforgeioPackage = typeof qpdfsourceforgeioPackage