ts-pkgx
Version:
A library & CLI for managing packages
61 lines • 2.15 kB
TypeScript
/**
* **github.com/eliben/pycparser** - :snake: Complete C99 parser in pure Python
*
* @domain `github.com/eliben/pycparser`
* @version `2.22.0` (2 versions available)
* @versions From newest version to oldest.
*
* @install `launchpad install github.com/eliben/pycparser`
* @dependencies `python.org~3.11`
*
* @example
* ```typescript
* import { pantry } from 'ts-pkgx'
*
* const pkg = pantry.githubcomelibenpycparser
* console.log(pkg.name) // "github.com/eliben/pycparser"
* console.log(pkg.description) // ":snake: Complete C99 parser in pure Python"
* console.log(pkg.versions[0]) // "2.22.0" (latest)
* ```
*
* @see https://ts-pkgx.netlify.app/packages/github-com/eliben/pycparser.md
* @see https://ts-pkgx.netlify.app/usage
*/
export declare const githubcomelibenpycparserPackage: {
/**
* The display name of this package.
*/
name: 'github.com/eliben/pycparser';
/**
* The canonical domain name for this package.
*/
domain: 'github.com/eliben/pycparser';
/**
* Brief description of what this package does.
*/
description: ':snake: Complete C99 parser in pure Python';
packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/eliben/pycparser/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/eliben/pycparser';
programs: readonly [];
companions: readonly [];
/**
* Required dependencies for this package.
* These will be automatically installed.
*/
dependencies: readonly ['python.org~3.11'];
/**
* Available versions from newest to oldest.
* @see https://ts-pkgx.netlify.app/usage for installation instructions
*/
versions: readonly ['2.22.0', '2.21.0'];
aliases: readonly [];
pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/eliben/pycparser -- $SHELL -i';
launchpadInstallCommand: 'launchpad install github.com/eliben/pycparser'
};
export type GithubcomelibenpycparserPackage = typeof githubcomelibenpycparserPackage