/**
 * **mesa3d.org** - pkgx package
 *
 * @domain `mesa3d.org`
 * @version `25.1.4` (55 versions available)
 * @versions From newest version to oldest.
 *
 * @install `launchpad install +mesa3d.org -- $SHELL -i`
 * @dependencies `libexpat.github.io`, `x.org/x11`, `x.org/xcb`, ... (+21 more) (includes OS-specific dependencies with `os:package` format)
 *
 * @example
 * ```typescript
 * import { pantry } from 'ts-pkgx'
 *
 * const pkg = pantry.mesa3dorg
 * console.log(pkg.name)        // "mesa3d.org"
 * console.log(pkg.versions[0]) // "25.1.4" (latest)
 * ```
 *
 * @see https://ts-pkgx.netlify.app/packages/mesa3d-org.md
 * @see https://ts-pkgx.netlify.app/usage
 */
export declare const mesa3dorgPackage: {
  /**
   * The display name of this package.
   */
  name: 'mesa3d.org';
  /**
   * The canonical domain name for this package.
   */
  domain: 'mesa3d.org';
  /**
   * Brief description of what this package does.
   */
  description: '';
  packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/mesa3d.org/package.yml';
  homepageUrl: '';
  githubUrl: 'https://github.com/pkgxdev/pantry/';
  /**
   * Command to install this package using launchpad.
   * @example launchpad install package-name
   */
  installCommand: 'launchpad install +mesa3d.org -- $SHELL -i';
  programs: readonly [];
  companions: readonly [];
  /**
   * Required dependencies for this package.
   * These will be automatically installed.
   * OS-specific dependencies are prefixed with `os:` (e.g., `linux:freetype.org`).
   */
  dependencies: readonly ['libexpat.github.io', 'x.org/x11', 'x.org/xcb', 'x.org/xdamage', 'x.org/exts', 'invisible-island.net/ncurses', 'zlib.net', 'x.org/xrandr', 'darwin:gnu.org/gettext', 'linux:gnome.org/libxml2~2.13 # since 25.0.3, 2.14 changed the API version', 'linux:elfutils.org', 'linux:khronos.org/glslang', 'linux:info-zip.org/zip', 'linux:dri.freedesktop.org^2.4.110', 'linux:intel.com/libva', 'linux:freedesktop.org/vdpau', 'linux:x.org/xfixes', 'linux:x.org/xshmfence', 'linux:x.org/xv', 'linux:x.org/xxf86vm', 'linux:llvm.org', 'linux:github.com/lm-sensors/lm-sensors', 'linux:wayland.freedesktop.org', 'linux:wayland.freedesktop.org/protocols'];
  /**
   * Available versions from newest to oldest.
   * @see https://ts-pkgx.netlify.app/usage for installation instructions
   */
  versions: readonly ['25.1.4', '25.1.3', '25.1.2', '25.1.1', '25.1.0', '25.0.7', '25.0.6', '25.0.5', '25.0.4', '25.0.3', '25.0.2', '25.0.1', '25.0.0', '24.3.4', '24.3.3', '24.3.2', '24.3.1', '24.3.0', '24.2.8', '24.2.7', '24.2.6', '24.2.5', '24.2.4', '24.2.3', '24.2.2', '24.2.1', '24.2.0', '24.1.7', '24.1.6', '24.1.5', '24.1.4', '24.1.3', '24.1.2', '24.1.1', '24.1.0', '24.0.9', '24.0.8', '24.0.7', '24.0.6', '24.0.5', '24.0.4', '24.0.3', '24.0.2', '24.0.1', '24.0.0', '23.3.6', '23.3.5', '23.3.4', '23.3.3', '23.3.2', '23.3.1', '23.3.0', '23.2.1', '23.1.8', '23.1.7'];
  aliases: readonly []
};
export type Mesa3dorgPackage = typeof mesa3dorgPackage