/**
 * **leptonica.org** - Leptonica is an open source library containing software that is broadly useful for image processing and image analysis applications. The official github repository for Leptonica is: danbloomberg/leptonica.  See leptonica.org for more documentation.
 *
 * @domain `leptonica.org`
 * @programs `convertfilestopdf`, `convertfilestops`, `convertformat`, `convertsegfilestopdf`, `convertsegfilestops`, ... (+5 more)
 * @version `1.85.0` (4 versions available)
 * @versions From newest version to oldest.
 *
 * @install `launchpad install +leptonica.org -- $SHELL -i`
 * @dependencies `giflib.sourceforge.io@5`, `libjpeg-turbo.org@2`, `libpng.org@1`, ... (+3 more)
 *
 * @example
 * ```typescript
 * import { pantry } from 'ts-pkgx'
 *
 * const pkg = pantry.leptonicaorg
 * console.log(pkg.name)        // "leptonica.org"
 * console.log(pkg.description) // "Leptonica is an open source library containing ..."
 * console.log(pkg.programs)    // ["convertfilestopdf", "convertfilestops", ...]
 * console.log(pkg.versions[0]) // "1.85.0" (latest)
 * ```
 *
 * @see https://ts-pkgx.netlify.app/packages/leptonica-org.md
 * @see https://ts-pkgx.netlify.app/usage
 */
export declare const leptonicaorgPackage: {
  /**
   * The display name of this package.
   */
  name: 'leptonica.org';
  /**
   * The canonical domain name for this package.
   */
  domain: 'leptonica.org';
  /**
   * Brief description of what this package does.
   */
  description: 'Leptonica is an open source library containing software that is broadly useful for image processing and image analysis applications. The official github repository for Leptonica is: danbloomberg/leptonica.  See leptonica.org for more documentation.';
  packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/leptonica.org/package.yml';
  homepageUrl: '';
  githubUrl: 'https://github.com/pkgxdev/pantry/';
  /**
   * Command to install this package using launchpad.
   * @example launchpad install package-name
   */
  installCommand: 'launchpad install +leptonica.org -- $SHELL -i';
  /**
   * Executable programs provided by this package.
   * These can be run after installation.
   */
  programs: readonly ['convertfilestopdf', 'convertfilestops', 'convertformat', 'convertsegfilestopdf', 'convertsegfilestops', 'converttopdf', 'converttops', 'fileinfo', 'imagetops', 'xtractprotos'];
  companions: readonly [];
  /**
   * Required dependencies for this package.
   * These will be automatically installed.
   */
  dependencies: readonly ['giflib.sourceforge.io@5', 'libjpeg-turbo.org@2', 'libpng.org@1', 'simplesystems.org/libtiff@4', 'openjpeg.org', 'google.com/webp'];
  /**
   * Available versions from newest to oldest.
   * @see https://ts-pkgx.netlify.app/usage for installation instructions
   */
  versions: readonly ['1.85.0', '1.84.1', '1.84.0', '1.83.1'];
  aliases: readonly []
};
export type LeptonicaorgPackage = typeof leptonicaorgPackage