/** * **tiff** - TIFF library and utilities * * @domain `simplesystems.org/libtiff` * @programs `tiffcp`, `tiffdump`, `tiffinfo`, `tiffset`, `tiffsplit` * @version `4.7.1` (5 versions available) * @versions From newest version to oldest. * * @install `launchpad install simplesystems.org/libtiff` * @homepage https://libtiff.gitlab.io/libtiff/ * @dependencies `facebook.com/zstd^1`, `libjpeg-turbo.org^2`, `zlib.net^1` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.simplesystemsorglibtiff * console.log(pkg.name) // "tiff" * console.log(pkg.description) // "TIFF library and utilities" * console.log(pkg.programs) // ["tiffcp", "tiffdump", ...] * console.log(pkg.versions[0]) // "4.7.1" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/simplesystems-org/libtiff.md * @see https://ts-pkgx.netlify.app/usage */ export declare const simplesystemsorglibtiffPackage: { /** * The display name of this package. */ name: 'tiff'; /** * The canonical domain name for this package. */ domain: 'simplesystems.org/libtiff'; /** * Brief description of what this package does. */ description: 'TIFF library and utilities'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/simplesystems.org/libtiff/package.yml'; homepageUrl: 'https://libtiff.gitlab.io/libtiff/'; githubUrl: ''; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install simplesystems.org/libtiff'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +simplesystems.org/libtiff -- $SHELL -i'; launchpadInstallCommand: 'launchpad install simplesystems.org/libtiff'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['tiffcp', 'tiffdump', 'tiffinfo', 'tiffset', 'tiffsplit']; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['facebook.com/zstd^1', 'libjpeg-turbo.org^2', 'zlib.net^1']; buildDependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['4.7.1', '4.7.0', '4.6.0', '4.5.1', '4.5.0']; aliases: readonly [] }; export type SimplesystemsorglibtiffPackage = typeof simplesystemsorglibtiffPackage