/**
 * **libevent.org** - Event notification library
 *
 * @domain `libevent.org`
 * @version `2.1.12` (1 versions available)
 * @versions From newest version to oldest.
 *
 * @install `launchpad install +libevent.org -- $SHELL -i`
 * @dependencies `openssl.org^1.1`
 *
 * @example
 * ```typescript
 * import { pantry } from 'ts-pkgx'
 *
 * const pkg = pantry.libeventorg
 * console.log(pkg.name)        // "libevent.org"
 * console.log(pkg.description) // "Event notification library"
 * console.log(pkg.versions[0]) // "2.1.12" (latest)
 * ```
 *
 * @see https://ts-pkgx.netlify.app/packages/libevent-org.md
 * @see https://ts-pkgx.netlify.app/usage
 */
export declare const libeventorgPackage: {
  /**
   * The display name of this package.
   */
  name: 'libevent.org';
  /**
   * The canonical domain name for this package.
   */
  domain: 'libevent.org';
  /**
   * Brief description of what this package does.
   */
  description: 'Event notification library';
  packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/libevent.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 +libevent.org -- $SHELL -i';
  programs: readonly [];
  companions: readonly [];
  /**
   * Required dependencies for this package.
   * These will be automatically installed.
   */
  dependencies: readonly ['openssl.org^1.1'];
  /**
   * Available versions from newest to oldest.
   * @see https://ts-pkgx.netlify.app/usage for installation instructions
   */
  versions: readonly ['2.1.12'];
  aliases: readonly []
};
export type LibeventorgPackage = typeof libeventorgPackage