/**
 * **arpack-ng** - Collection of Fortran77 subroutines designed to solve large scale eigenvalue problems.
 *
 * @domain `github.com/opencollab/arpack-ng`
 * @version `3.9.1` (1 versions available)
 * @versions From newest version to oldest.
 *
 * @install `launchpad install +github.com/opencollab/arpack-ng -- $SHELL -i`
 * @dependencies `eigen.tuxfamily.org@3`, `gnu.org/gcc`, `open-mpi.org@5`, ... (+1 more)
 *
 * @example
 * ```typescript
 * import { pantry } from 'ts-pkgx'
 *
 * const pkg = pantry.githubcomopencollabarpackng
 * console.log(pkg.name)        // "arpack-ng"
 * console.log(pkg.description) // "Collection of Fortran77 subroutines designed to..."
 * console.log(pkg.versions[0]) // "3.9.1" (latest)
 * ```
 *
 * @see https://ts-pkgx.netlify.app/packages/github-com/opencollab/arpack-ng.md
 * @see https://ts-pkgx.netlify.app/usage
 */
export declare const githubcomopencollabarpackngPackage: {
  /**
   * The display name of this package.
   */
  name: 'arpack-ng';
  /**
   * The canonical domain name for this package.
   */
  domain: 'github.com/opencollab/arpack-ng';
  /**
   * Brief description of what this package does.
   */
  description: 'Collection of Fortran77 subroutines designed to solve large scale eigenvalue problems.';
  packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/opencollab/arpack-ng/package.yml';
  homepageUrl: '';
  githubUrl: 'https://github.com/pkgxdev/pantry/';
  /**
   * Command to install this package using launchpad.
   * @example launchpad install package-name
   */
  installCommand: 'launchpad install +github.com/opencollab/arpack-ng -- $SHELL -i';
  programs: readonly [];
  companions: readonly [];
  /**
   * Required dependencies for this package.
   * These will be automatically installed.
   */
  dependencies: readonly ['eigen.tuxfamily.org@3', 'gnu.org/gcc', 'open-mpi.org@5', 'netlib.org/lapack@3'];
  /**
   * Available versions from newest to oldest.
   * @see https://ts-pkgx.netlify.app/usage for installation instructions
   */
  versions: readonly ['3.9.1'];
  aliases: readonly []
};
export type GithubcomopencollabarpackngPackage = typeof githubcomopencollabarpackngPackage