ts-pkgx
Version:
A library & CLI for managing packages
59 lines • 2.29 kB
TypeScript
/**
* **libimobiledevice-glue** - A library with common code used by libraries and tools around the libimobiledevice project
*
* @domain `libimobiledevice.org/libimobiledevice-glue`
* @version `1.3.2` (4 versions available)
* @versions From newest version to oldest.
*
* @install `launchpad install +libimobiledevice.org/libimobiledevice-glue -- $SHELL -i`
* @dependencies `libimobiledevice.org/libplist^2.4`
*
* @example
* ```typescript
* import { pantry } from 'ts-pkgx'
*
* const pkg = pantry.libimobiledeviceorglibimobiledeviceglue
* console.log(pkg.name) // "libimobiledevice-glue"
* console.log(pkg.description) // "A library with common code used by libraries an..."
* console.log(pkg.versions[0]) // "1.3.2" (latest)
* ```
*
* @see https://ts-pkgx.netlify.app/packages/libimobiledevice-org/libimobiledevice-glue.md
* @see https://ts-pkgx.netlify.app/usage
*/
export declare const libimobiledeviceorglibimobiledevicegluePackage: {
/**
* The display name of this package.
*/
name: 'libimobiledevice-glue';
/**
* The canonical domain name for this package.
*/
domain: 'libimobiledevice.org/libimobiledevice-glue';
/**
* Brief description of what this package does.
*/
description: 'A library with common code used by libraries and tools around the libimobiledevice project';
packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/libimobiledevice.org/libimobiledevice-glue/package.yml';
homepageUrl: '';
githubUrl: 'https://github.com/pkgxdev/pantry/';
/**
* Command to install this package using launchpad.
* @example launchpad install package-name
*/
installCommand: 'launchpad install +libimobiledevice.org/libimobiledevice-glue -- $SHELL -i';
programs: readonly [];
companions: readonly [];
/**
* Required dependencies for this package.
* These will be automatically installed.
*/
dependencies: readonly ['libimobiledevice.org/libplist^2.4'];
/**
* Available versions from newest to oldest.
* @see https://ts-pkgx.netlify.app/usage for installation instructions
*/
versions: readonly ['1.3.2', '1.3.1', '1.3.0', '1.2.0'];
aliases: readonly []
};
export type LibimobiledeviceorglibimobiledevicegluePackage = typeof libimobiledeviceorglibimobiledevicegluePackage