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