ts-pkgx
Version:
A library & CLI for managing packages
60 lines • 2.03 kB
TypeScript
/**
* **gnome.org/PyGObject** - pkgx package
*
* @domain `gnome.org/PyGObject`
* @version `3.51.0` (8 versions available)
* @versions From newest version to oldest.
*
* @install `launchpad install gnome.org/PyGObject`
* @dependencies `gnome.org/gobject-introspection`, `cairographics.org/pycairo`
*
* @example
* ```typescript
* import { pantry } from 'ts-pkgx'
*
* const pkg = pantry.gnomeorgpygobject
* console.log(pkg.name) // "gnome.org/PyGObject"
* console.log(pkg.versions[0]) // "3.51.0" (latest)
* ```
*
* @see https://ts-pkgx.netlify.app/packages/gnome-org/PyGObject.md
* @see https://ts-pkgx.netlify.app/usage
*/
export declare const gnomeorgpygobjectPackage: {
/**
* The display name of this package.
*/
name: 'gnome.org/PyGObject';
/**
* The canonical domain name for this package.
*/
domain: 'gnome.org/PyGObject';
/**
* Brief description of what this package does.
*/
description: '';
packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/gnome.org/PyGObject/package.yml';
homepageUrl: '';
githubUrl: 'https://github.com/pkgxdev/pantry/';
/**
* Command to install this package using launchpad.
* @example launchpad install package-name
*/
installCommand: 'launchpad install gnome.org/PyGObject';
programs: readonly [];
companions: readonly [];
/**
* Required dependencies for this package.
* These will be automatically installed.
*/
dependencies: readonly ['gnome.org/gobject-introspection', 'cairographics.org/pycairo'];
/**
* Available versions from newest to oldest.
* @see https://ts-pkgx.netlify.app/usage for installation instructions
*/
versions: readonly ['3.51.0', '3.50.0', '3.49.0', '3.48.2', '3.48.1', '3.48.0', '3.47.0', '3.46.0'];
aliases: readonly [];
pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +gnome.org/PyGObject -- $SHELL -i';
launchpadInstallCommand: 'launchpad install gnome.org/PyGObject'
};
export type GnomeorgpygobjectPackage = typeof gnomeorgpygobjectPackage