/** * **json-glib** - pkgx package * * @domain `gnome.org/json-glib` * @version `1.10.8` (5 versions available) * @versions From newest version to oldest. * * @install `launchpad install gnome.org/json-glib` * @dependencies `gnome.org/glib^2.78` * @buildDependencies `gnu.org/gettext`, `mesonbuild.com` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.gnomeorgjsonglib * console.log(pkg.name) // "json-glib" * console.log(pkg.versions[0]) // "1.10.8" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/gnome-org/json-glib.md * @see https://ts-pkgx.netlify.app/usage */ export declare const gnomeorgjsonglibPackage: { /** * The display name of this package. */ name: 'json-glib'; /** * The canonical domain name for this package. */ domain: 'gnome.org/json-glib'; /** * Brief description of what this package does. */ description: ''; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/gnome.org/json-glib/package.yml'; homepageUrl: ''; githubUrl: ''; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install gnome.org/json-glib'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +gnome.org/json-glib -- $SHELL -i'; launchpadInstallCommand: 'launchpad install gnome.org/json-glib'; programs: readonly []; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['gnome.org/glib^2.78']; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['gnu.org/gettext', 'mesonbuild.com']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['1.10.8', '1.10.6', '1.10.0', '1.9.2', '1.8.0']; aliases: readonly [] }; export type GnomeorgjsonglibPackage = typeof gnomeorgjsonglibPackage