/** * **plistutil** - A library to handle Apple Property List format in binary or XML * * @domain `libimobiledevice.org/libplist` * @programs `plistutil` * @version `2.7.0` (5 versions available) * @versions From newest version to oldest. * * @install `launchpad install libimobiledevice.org/libplist` * @homepage https://www.libimobiledevice.org/ * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.libimobiledeviceorglibplist * console.log(pkg.name) // "plistutil" * console.log(pkg.description) // "A library to handle Apple Property List format ..." * console.log(pkg.programs) // ["plistutil"] * console.log(pkg.versions[0]) // "2.7.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/libimobiledevice-org/libplist.md * @see https://ts-pkgx.netlify.app/usage */ export declare const libimobiledeviceorglibplistPackage: { /** * The display name of this package. */ name: 'plistutil'; /** * The canonical domain name for this package. */ domain: 'libimobiledevice.org/libplist'; /** * Brief description of what this package does. */ description: 'A library to handle Apple Property List format in binary or XML'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/libimobiledevice.org/libplist/package.yml'; homepageUrl: 'https://www.libimobiledevice.org/'; githubUrl: 'https://github.com/libimobiledevice/libplist'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install libimobiledevice.org/libplist'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +libimobiledevice.org/libplist -- $SHELL -i'; launchpadInstallCommand: 'launchpad install libimobiledevice.org/libplist'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['plistutil']; companions: readonly []; dependencies: readonly []; buildDependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['2.7.0', '2.6.0', '2.5.0', '2.4.0', '2.3.0']; aliases: readonly [] }; export type LibimobiledeviceorglibplistPackage = typeof libimobiledeviceorglibplistPackage