/** * **libwpe** - General-purpose library specifically developed for the WPE-flavored port of WebKit. * * @domain `wpewebkit.org/libwpe` * @version `1.16.3` (6 versions available) * @versions From newest version to oldest. * * @install `launchpad install wpewebkit.org/libwpe` * @dependencies `xkbcommon.org`, `mesa3d.org` * @buildDependencies `gnu.org/gcc`, `mesonbuild.com` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.wpewebkitorglibwpe * console.log(pkg.name) // "libwpe" * console.log(pkg.description) // "General-purpose library specifically developed ..." * console.log(pkg.versions[0]) // "1.16.3" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/wpewebkit-org/libwpe.md * @see https://ts-pkgx.netlify.app/usage */ export declare const wpewebkitorglibwpePackage: { /** * The display name of this package. */ name: 'libwpe'; /** * The canonical domain name for this package. */ domain: 'wpewebkit.org/libwpe'; /** * Brief description of what this package does. */ description: 'General-purpose library specifically developed for the WPE-flavored port of WebKit.'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/wpewebkit.org/libwpe/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/WebPlatformForEmbedded/libwpe'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install wpewebkit.org/libwpe'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +wpewebkit.org/libwpe -- $SHELL -i'; launchpadInstallCommand: 'launchpad install wpewebkit.org/libwpe'; programs: readonly []; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['xkbcommon.org', 'mesa3d.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.3', '1.16.2', '1.16.1', '1.16.0', '1.15.2', '1.15.1']; aliases: readonly [] }; export type WpewebkitorglibwpePackage = typeof wpewebkitorglibwpePackage