/**
 * **gauche** - R7RS Scheme implementation, developed to be a handy script interpreter
 *
 * @domain `practical-scheme.net/gauche`
 * @programs `gauche-cesconv`, `gauche-config`, `gauche-install`, `gauche-package`, `gosh`
 * @version `0.9.15` (2 versions available)
 * @versions From newest version to oldest.
 *
 * @install `launchpad install +practical-scheme.net/gauche -- $SHELL -i`
 * @dependencies `curl.se/ca-certs>=2023`, `github.com/Mbed-TLS/mbedtls^3.5`, `github.com/besser82/libxcrypt^4.4`, ... (+1 more)
 *
 * @example
 * ```typescript
 * import { pantry } from 'ts-pkgx'
 *
 * const pkg = pantry.practicalschemenetgauche
 * console.log(pkg.name)        // "gauche"
 * console.log(pkg.description) // "R7RS Scheme implementation, developed to be a h..."
 * console.log(pkg.programs)    // ["gauche-cesconv", "gauche-config", ...]
 * console.log(pkg.versions[0]) // "0.9.15" (latest)
 * ```
 *
 * @see https://ts-pkgx.netlify.app/packages/practical-scheme-net/gauche.md
 * @see https://ts-pkgx.netlify.app/usage
 */
export declare const practicalschemenetgauchePackage: {
  /**
   * The display name of this package.
   */
  name: 'gauche';
  /**
   * The canonical domain name for this package.
   */
  domain: 'practical-scheme.net/gauche';
  /**
   * Brief description of what this package does.
   */
  description: 'R7RS Scheme implementation, developed to be a handy script interpreter';
  packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/practical-scheme.net/gauche/package.yml';
  homepageUrl: '';
  githubUrl: 'https://github.com/pkgxdev/pantry/';
  /**
   * Command to install this package using launchpad.
   * @example launchpad install package-name
   */
  installCommand: 'launchpad install +practical-scheme.net/gauche -- $SHELL -i';
  /**
   * Executable programs provided by this package.
   * These can be run after installation.
   */
  programs: readonly ['gauche-cesconv', 'gauche-config', 'gauche-install', 'gauche-package', 'gosh'];
  companions: readonly [];
  /**
   * Required dependencies for this package.
   * These will be automatically installed.
   */
  dependencies: readonly ['curl.se/ca-certs>=2023', 'github.com/Mbed-TLS/mbedtls^3.5', 'github.com/besser82/libxcrypt^4.4', 'zlib.net^1.3'];
  /**
   * Available versions from newest to oldest.
   * @see https://ts-pkgx.netlify.app/usage for installation instructions
   */
  versions: readonly ['0.9.15', '0.9.14'];
  aliases: readonly []
};
export type PracticalschemenetgauchePackage = typeof practicalschemenetgauchePackage