ts-pkgx
Version:
A library & CLI for managing packages
54 lines • 1.71 kB
TypeScript
/**
* **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 -- $SHELL -i`
*
* @example
* ```typescript
* import { pantry } from 'ts-pkgx'
*
* const pkg = pantry.githubcomnumactlnumactl
* console.log(pkg.name) // "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: '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 -- $SHELL -i';
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 []
};
export type GithubcomnumactlnumactlPackage = typeof githubcomnumactlnumactlPackage