ts-pkgx
Version:
A library & CLI for managing packages
59 lines • 1.93 kB
TypeScript
/**
* **pycairo** - Python bindings for cairo
*
* @domain `cairographics.org/pycairo`
* @version `1.28.0` (7 versions available)
* @versions From newest version to oldest.
*
* @install `launchpad install +cairographics.org/pycairo -- $SHELL -i`
* @dependencies `cairographics.org`
*
* @example
* ```typescript
* import { pantry } from 'ts-pkgx'
*
* const pkg = pantry.cairographicsorgpycairo
* console.log(pkg.name) // "pycairo"
* console.log(pkg.description) // "Python bindings for cairo"
* console.log(pkg.versions[0]) // "1.28.0" (latest)
* ```
*
* @see https://ts-pkgx.netlify.app/packages/cairographics-org/pycairo.md
* @see https://ts-pkgx.netlify.app/usage
*/
export declare const cairographicsorgpycairoPackage: {
/**
* The display name of this package.
*/
name: 'pycairo';
/**
* The canonical domain name for this package.
*/
domain: 'cairographics.org/pycairo';
/**
* Brief description of what this package does.
*/
description: 'Python bindings for cairo';
packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/cairographics.org/pycairo/package.yml';
homepageUrl: '';
githubUrl: 'https://github.com/pkgxdev/pantry/';
/**
* Command to install this package using launchpad.
* @example launchpad install package-name
*/
installCommand: 'launchpad install +cairographics.org/pycairo -- $SHELL -i';
programs: readonly [];
companions: readonly [];
/**
* Required dependencies for this package.
* These will be automatically installed.
*/
dependencies: readonly ['cairographics.org'];
/**
* Available versions from newest to oldest.
* @see https://ts-pkgx.netlify.app/usage for installation instructions
*/
versions: readonly ['1.28.0', '1.27.0', '1.26.1', '1.26.0', '1.25.1', '1.25.0', '1.24.0'];
aliases: readonly []
};
export type CairographicsorgpycairoPackage = typeof cairographicsorgpycairoPackage