/** * **lerc** - Limited Error Raster Compression * * @domain `github.com/Esri/lerc` * @version `4.0.0` (1 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/Esri/lerc` * @homepage https://github.com/esri/lerc * @buildDependencies `cmake.org` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcomesrilerc * console.log(pkg.name) // "lerc" * console.log(pkg.description) // "Limited Error Raster Compression" * console.log(pkg.versions[0]) // "4.0.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/Esri/lerc.md * @see https://ts-pkgx.netlify.app/usage */ export declare const lercPackage: { /** * The display name of this package. */ name: 'lerc'; /** * The canonical domain name for this package. */ domain: 'github.com/Esri/lerc'; /** * Brief description of what this package does. */ description: 'Limited Error Raster Compression'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/Esri/lerc/package.yml'; homepageUrl: 'https://github.com/esri/lerc'; githubUrl: 'https://github.com/Esri/lerc'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install github.com/Esri/lerc'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/Esri/lerc -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/Esri/lerc'; 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']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['4.0.0']; aliases: readonly [] }; export type LercPackage = typeof lercPackage