/**
 * **libwpe** - General-purpose library specifically developed for the WPE-flavored port of WebKit.
 *
 * @domain `wpewebkit.org/libwpe`
 * @version `1.16.2` (5 versions available)
 * @versions From newest version to oldest.
 *
 * @install `launchpad install +wpewebkit.org/libwpe -- $SHELL -i`
 * @dependencies `xkbcommon.org`, `mesa3d.org`
 *
 * @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.2" (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/pkgxdev/pantry/';
  /**
   * Command to install this package using launchpad.
   * @example launchpad install package-name
   */
  installCommand: 'launchpad install +wpewebkit.org/libwpe -- $SHELL -i';
  programs: readonly [];
  companions: readonly [];
  /**
   * Required dependencies for this package.
   * These will be automatically installed.
   */
  dependencies: readonly ['xkbcommon.org', 'mesa3d.org'];
  /**
   * Available versions from newest to oldest.
   * @see https://ts-pkgx.netlify.app/usage for installation instructions
   */
  versions: readonly ['1.16.2', '1.16.1', '1.16.0', '1.15.2', '1.15.1'];
  aliases: readonly []
};
export type WpewebkitorglibwpePackage = typeof wpewebkitorglibwpePackage