ts-pkgx
Version:
A library & CLI for managing packages
61 lines • 2.36 kB
TypeScript
/**
* **github.com/python-cffi/cffi** - A Foreign Function Interface package for calling C libraries from Python.
*
* @domain `github.com/python-cffi/cffi`
* @version `1.17.1` (3 versions available)
* @versions From newest version to oldest.
*
* @install `launchpad install github.com/python-cffi/cffi`
* @dependencies `python.org>=3.11`, `github.com/eliben/pycparser^2.21`, `sourceware.org/libffi^3.4`
*
* @example
* ```typescript
* import { pantry } from 'ts-pkgx'
*
* const pkg = pantry.githubcompythoncfficffi
* console.log(pkg.name) // "github.com/python-cffi/cffi"
* console.log(pkg.description) // "A Foreign Function Interface package for callin..."
* console.log(pkg.versions[0]) // "1.17.1" (latest)
* ```
*
* @see https://ts-pkgx.netlify.app/packages/github-com/python-cffi/cffi.md
* @see https://ts-pkgx.netlify.app/usage
*/
export declare const githubcompythoncfficffiPackage: {
/**
* The display name of this package.
*/
name: 'github.com/python-cffi/cffi';
/**
* The canonical domain name for this package.
*/
domain: 'github.com/python-cffi/cffi';
/**
* Brief description of what this package does.
*/
description: 'A Foreign Function Interface package for calling C libraries from Python.';
packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/python-cffi/cffi/package.yml';
homepageUrl: '';
githubUrl: 'https://github.com/python-cffi/cffi';
/**
* Command to install this package using launchpad.
* @example launchpad install package-name
*/
installCommand: 'launchpad install github.com/python-cffi/cffi';
programs: readonly [];
companions: readonly [];
/**
* Required dependencies for this package.
* These will be automatically installed.
*/
dependencies: readonly ['python.org>=3.11', 'github.com/eliben/pycparser^2.21', 'sourceware.org/libffi^3.4'];
/**
* Available versions from newest to oldest.
* @see https://ts-pkgx.netlify.app/usage for installation instructions
*/
versions: readonly ['1.17.1', '1.17.0', '1.16.0'];
aliases: readonly [];
pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/python-cffi/cffi -- $SHELL -i';
launchpadInstallCommand: 'launchpad install github.com/python-cffi/cffi'
};
export type GithubcompythoncfficffiPackage = typeof githubcompythoncfficffiPackage