UNPKG

ts-pkgx

Version:

A library & CLI for managing packages

56 lines 1.91 kB
/** * **github.com/numactl/numactl** - NUMA support for Linux * * @domain `github.com/numactl/numactl` * @version `2.0.16` (1 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/numactl/numactl` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcomnumactlnumactl * console.log(pkg.name) // "github.com/numactl/numactl" * console.log(pkg.description) // "NUMA support for Linux" * console.log(pkg.versions[0]) // "2.0.16" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/numactl/numactl.md * @see https://ts-pkgx.netlify.app/usage */ export declare const githubcomnumactlnumactlPackage: { /** * The display name of this package. */ name: 'github.com/numactl/numactl'; /** * The canonical domain name for this package. */ domain: 'github.com/numactl/numactl'; /** * Brief description of what this package does. */ description: 'NUMA support for Linux'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/numactl/numactl/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/numactl/numactl'; programs: readonly []; companions: readonly []; dependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['2.0.16']; aliases: readonly []; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/numactl/numactl -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/numactl/numactl' }; export type GithubcomnumactlnumactlPackage = typeof githubcomnumactlnumactlPackage