UNPKG

ts-pkgx

Version:

A library & CLI for managing packages

61 lines 2.4 kB
/** * **github.com/opencollab/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` * @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) // "github.com/opencollab/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: 'github.com/opencollab/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'; 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 []; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/opencollab/arpack-ng -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/opencollab/arpack-ng' }; export type GithubcomopencollabarpackngPackage = typeof githubcomopencollabarpackngPackage