/** * **vala** - Compiler for the GObject type system * * @domain `gnome.org/vala` * @programs `vala`, `valac`, `valadoc`, `vala-gen-introspect`, `vapigen` * @version `0.56.18` (6 versions available) * @versions From newest version to oldest. * * @install `launchpad install gnome.org/vala` * @homepage https://wiki.gnome.org/Projects/Vala * @dependencies `gnome.org/glib`, `graphviz.org`, `freedesktop.org/pkg-config`, ... (+1 more) * @buildDependencies `gnu.org/bison`, `github.com/westes/flex`, `gnome.org/libxslt` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.gnomeorgvala * console.log(pkg.name) // "vala" * console.log(pkg.description) // "Compiler for the GObject type system" * console.log(pkg.programs) // ["vala", "valac", ...] * console.log(pkg.versions[0]) // "0.56.18" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/gnome-org/vala.md * @see https://ts-pkgx.netlify.app/usage */ export declare const gnomeorgvalaPackage: { /** * The display name of this package. */ name: 'vala'; /** * The canonical domain name for this package. */ domain: 'gnome.org/vala'; /** * Brief description of what this package does. */ description: 'Compiler for the GObject type system'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/gnome.org/vala/package.yml'; homepageUrl: 'https://wiki.gnome.org/Projects/Vala'; githubUrl: ''; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install gnome.org/vala'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +gnome.org/vala -- $SHELL -i'; launchpadInstallCommand: 'launchpad install gnome.org/vala'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['vala', 'valac', 'valadoc', 'vala-gen-introspect', 'vapigen']; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['gnome.org/glib', 'graphviz.org', 'freedesktop.org/pkg-config', 'gnu.org/gettext']; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['gnu.org/bison', 'github.com/westes/flex', 'gnome.org/libxslt']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['0.56.18', '0.56.17', '0.56.16', '0.56.15', '0.56.14', '0.56.13']; aliases: readonly [] }; export type GnomeorgvalaPackage = typeof gnomeorgvalaPackage