/** * **jbig2dec** - This is a mirror: the canonical repo is: git.ghostscript.com/jbig2dec.git. This repo does not host releases, they are here: https://github.com/ArtifexSoftware/jbig2dec/tags * * @domain `jbig2dec.com` * @programs `jbig2dec` * @version `0.19.0` (1 versions available) * @versions From newest version to oldest. * * @install `launchpad install jbig2dec.com` * @homepage https://jbig2dec.com/ * @buildDependencies `gnu.org/automake`, `gnu.org/libtool` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.jbig2deccom * console.log(pkg.name) // "jbig2dec" * console.log(pkg.description) // "This is a mirror: the canonical repo is: git.gh..." * console.log(pkg.programs) // ["jbig2dec"] * console.log(pkg.versions[0]) // "0.19.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/jbig2dec-com.md * @see https://ts-pkgx.netlify.app/usage */ export declare const jbig2deccomPackage: { /** * The display name of this package. */ name: 'jbig2dec'; /** * The canonical domain name for this package. */ domain: 'jbig2dec.com'; /** * Brief description of what this package does. */ description: 'This is a mirror: the canonical repo is: git.ghostscript.com/jbig2dec.git. This repo does not host releases, they are here: https://github.com/ArtifexSoftware/jbig2dec/tags'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/jbig2dec.com/package.yml'; homepageUrl: 'https://jbig2dec.com/'; githubUrl: 'https://github.com/ArtifexSoftware/jbig2dec'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install jbig2dec.com'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +jbig2dec.com -- $SHELL -i'; launchpadInstallCommand: 'launchpad install jbig2dec.com'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['jbig2dec']; companions: readonly []; dependencies: readonly []; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['gnu.org/automake', 'gnu.org/libtool']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['0.19.0']; aliases: readonly [] }; export type Jbig2deccomPackage = typeof jbig2deccomPackage