/** * **wpebackend-fdo** - pkgx package * * @domain `wpewebkit.org/wpebackend-fdo` * @version `1.16.1` (5 versions available) * @versions From newest version to oldest. * * @install `launchpad install wpewebkit.org/wpebackend-fdo` * @dependencies `gnome.org/glib`, `github.com/anholt/libepoxy`, `wpewebkit.org/libwpe`, ... (+2 more) * @buildDependencies `gnu.org/gcc`, `mesonbuild.com` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.wpewebkitorgwpebackendfdo * console.log(pkg.name) // "wpebackend-fdo" * console.log(pkg.versions[0]) // "1.16.1" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/wpewebkit-org/wpebackend-fdo.md * @see https://ts-pkgx.netlify.app/usage */ export declare const wpewebkitorgwpebackendfdoPackage: { /** * The display name of this package. */ name: 'wpebackend-fdo'; /** * The canonical domain name for this package. */ domain: 'wpewebkit.org/wpebackend-fdo'; /** * Brief description of what this package does. */ description: ''; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/wpewebkit.org/wpebackend-fdo/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/Igalia/WPEBackend-fdo'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install wpewebkit.org/wpebackend-fdo'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +wpewebkit.org/wpebackend-fdo -- $SHELL -i'; launchpadInstallCommand: 'launchpad install wpewebkit.org/wpebackend-fdo'; programs: readonly []; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['gnome.org/glib', 'github.com/anholt/libepoxy', 'wpewebkit.org/libwpe', 'mesa3d.org', 'wayland.freedesktop.org']; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['gnu.org/gcc', 'mesonbuild.com']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['1.16.1', '1.16.0', '1.14.4', '1.14.3', '1.14.2']; aliases: readonly [] }; export type WpewebkitorgwpebackendfdoPackage = typeof wpewebkitorgwpebackendfdoPackage