/** * **idevicedate** - A cross-platform protocol library to communicate with iOS devices * * @domain `libimobiledevice.org` * @programs `idevicedate` * @version `1.4.0` (2 versions available) * @versions From newest version to oldest. * * @install `launchpad install libimobiledevice.org` * @homepage https://www.libimobiledevice.org/ * @dependencies `libimobiledevice.org/libplist^2.4`, `libimobiledevice.org/libtatsu^1`, `libimobiledevice.org/libimobiledevice-glue^1.3`, ... (+3 more) * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.libimobiledeviceorg * console.log(pkg.name) // "idevicedate" * console.log(pkg.description) // "A cross-platform protocol library to communicat..." * console.log(pkg.programs) // ["idevicedate"] * console.log(pkg.versions[0]) // "1.4.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/libimobiledevice-org.md * @see https://ts-pkgx.netlify.app/usage */ export declare const libimobiledeviceorgPackage: { /** * The display name of this package. */ name: 'idevicedate'; /** * The canonical domain name for this package. */ domain: 'libimobiledevice.org'; /** * Brief description of what this package does. */ description: 'A cross-platform protocol library to communicate with iOS devices'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/libimobiledevice.org/package.yml'; homepageUrl: 'https://www.libimobiledevice.org/'; githubUrl: 'https://github.com/libimobiledevice/libimobiledevice'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install libimobiledevice.org'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +libimobiledevice.org -- $SHELL -i'; launchpadInstallCommand: 'launchpad install libimobiledevice.org'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['idevicedate']; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['libimobiledevice.org/libplist^2.4', 'libimobiledevice.org/libtatsu^1', 'libimobiledevice.org/libimobiledevice-glue^1.3', 'gnu.org/libtasn1^4.19', 'libimobiledevice.org/libusbmuxd^2', 'openssl.org^1.1']; buildDependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['1.4.0', '1.3.0']; aliases: readonly [] }; export type LibimobiledeviceorgPackage = typeof libimobiledeviceorgPackage