/**
 * **libepoxy** - Epoxy is a library for handling OpenGL function pointer management for you
 *
 * @domain `github.com/anholt/libepoxy`
 * @version `1.5.10` (1 versions available)
 * @versions From newest version to oldest.
 *
 * @install `launchpad install +github.com/anholt/libepoxy -- $SHELL -i`
 * @dependencies `linux:x.org/x11`, `linux:mesa3d.org` (includes OS-specific dependencies with `os:package` format)
 *
 * @example
 * ```typescript
 * import { pantry } from 'ts-pkgx'
 *
 * const pkg = pantry.githubcomanholtlibepoxy
 * console.log(pkg.name)        // "libepoxy"
 * console.log(pkg.description) // "Epoxy is a library for handling OpenGL function..."
 * console.log(pkg.versions[0]) // "1.5.10" (latest)
 * ```
 *
 * @see https://ts-pkgx.netlify.app/packages/github-com/anholt/libepoxy.md
 * @see https://ts-pkgx.netlify.app/usage
 */
export declare const githubcomanholtlibepoxyPackage: {
  /**
   * The display name of this package.
   */
  name: 'libepoxy';
  /**
   * The canonical domain name for this package.
   */
  domain: 'github.com/anholt/libepoxy';
  /**
   * Brief description of what this package does.
   */
  description: 'Epoxy is a library for handling OpenGL function pointer management for you';
  packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/anholt/libepoxy/package.yml';
  homepageUrl: '';
  githubUrl: 'https://github.com/pkgxdev/pantry/';
  /**
   * Command to install this package using launchpad.
   * @example launchpad install package-name
   */
  installCommand: 'launchpad install +github.com/anholt/libepoxy -- $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 ['linux:x.org/x11', 'linux:mesa3d.org'];
  /**
   * Available versions from newest to oldest.
   * @see https://ts-pkgx.netlify.app/usage for installation instructions
   */
  versions: readonly ['1.5.10'];
  aliases: readonly []
};
export type GithubcomanholtlibepoxyPackage = typeof githubcomanholtlibepoxyPackage