/** * **xb-tool** - A library to help create and query binary XML blobs * * @domain `github.com/hughsie/libxmlb` * @programs `xb-tool` * @version `0.3.24` (6 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/hughsie/libxmlb` * @dependencies `gnome.org/glib@2`, `tukaani.org/xz@5`, `facebook.com/zstd@1` * @buildDependencies `mesonbuild.com@>=0.61`, `python.org@3`, `gnome.org/vala` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcomhughsielibxmlb * console.log(pkg.name) // "xb-tool" * console.log(pkg.description) // "A library to help create and query binary XML b..." * console.log(pkg.programs) // ["xb-tool"] * console.log(pkg.versions[0]) // "0.3.24" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/hughsie/libxmlb.md * @see https://ts-pkgx.netlify.app/usage */ export declare const libxmlbPackage: { /** * The display name of this package. */ name: 'xb-tool'; /** * The canonical domain name for this package. */ domain: 'github.com/hughsie/libxmlb'; /** * Brief description of what this package does. */ description: 'A library to help create and query binary XML blobs'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/hughsie/libxmlb/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/hughsie/libxmlb'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install github.com/hughsie/libxmlb'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/hughsie/libxmlb -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/hughsie/libxmlb'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['xb-tool']; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['gnome.org/glib@2', 'tukaani.org/xz@5', 'facebook.com/zstd@1']; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['mesonbuild.com@>=0.61', 'python.org@3', 'gnome.org/vala']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['0.3.24', '0.3.23', '0.3.22', '0.3.21', '0.3.20', '0.3.19']; aliases: readonly [] }; export type LibxmlbPackage = typeof libxmlbPackage