ts-pkgx
Version:
A library & CLI for managing packages
58 lines • 1.75 kB
TypeScript
/**
* **json-glib** - pkgx package
*
* @domain `gnome.org/json-glib`
* @version `1.10.6` (4 versions available)
* @versions From newest version to oldest.
*
* @install `launchpad install +gnome.org/json-glib -- $SHELL -i`
* @dependencies `gnome.org/glib^2.78`
*
* @example
* ```typescript
* import { pantry } from 'ts-pkgx'
*
* const pkg = pantry.gnomeorgjsonglib
* console.log(pkg.name) // "json-glib"
* console.log(pkg.versions[0]) // "1.10.6" (latest)
* ```
*
* @see https://ts-pkgx.netlify.app/packages/gnome-org/json-glib.md
* @see https://ts-pkgx.netlify.app/usage
*/
export declare const gnomeorgjsonglibPackage: {
/**
* The display name of this package.
*/
name: 'json-glib';
/**
* The canonical domain name for this package.
*/
domain: 'gnome.org/json-glib';
/**
* Brief description of what this package does.
*/
description: '';
packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/gnome.org/json-glib/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/json-glib -- $SHELL -i';
programs: readonly [];
companions: readonly [];
/**
* Required dependencies for this package.
* These will be automatically installed.
*/
dependencies: readonly ['gnome.org/glib^2.78'];
/**
* Available versions from newest to oldest.
* @see https://ts-pkgx.netlify.app/usage for installation instructions
*/
versions: readonly ['1.10.6', '1.10.0', '1.9.2', '1.8.0'];
aliases: readonly []
};
export type GnomeorgjsonglibPackage = typeof gnomeorgjsonglibPackage