/**
 * **libkml** - Reference implementation of OGC KML 2.2
 *
 * @domain `github.com/libkml/libkml`
 * @version `1.3.0` (1 versions available)
 * @versions From newest version to oldest.
 *
 * @install `launchpad install +github.com/libkml/libkml -- $SHELL -i`
 * @dependencies `zlib.net/minizip^1.3`, `uriparser.github.io^0.9`, `curl.se^8`, ... (+2 more)
 *
 * @example
 * ```typescript
 * import { pantry } from 'ts-pkgx'
 *
 * const pkg = pantry.githubcomlibkmllibkml
 * console.log(pkg.name)        // "libkml"
 * console.log(pkg.description) // "Reference implementation of OGC KML 2.2"
 * console.log(pkg.versions[0]) // "1.3.0" (latest)
 * ```
 *
 * @see https://ts-pkgx.netlify.app/packages/github-com/libkml/libkml.md
 * @see https://ts-pkgx.netlify.app/usage
 */
export declare const githubcomlibkmllibkmlPackage: {
  /**
   * The display name of this package.
   */
  name: 'libkml';
  /**
   * The canonical domain name for this package.
   */
  domain: 'github.com/libkml/libkml';
  /**
   * Brief description of what this package does.
   */
  description: 'Reference implementation of OGC KML 2.2';
  packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/libkml/libkml/package.yml';
  homepageUrl: '';
  githubUrl: 'https://github.com/libkml/libkml';
  /**
   * Command to install this package using launchpad.
   * @example launchpad install package-name
   */
  installCommand: 'launchpad install +github.com/libkml/libkml -- $SHELL -i';
  programs: readonly [];
  companions: readonly [];
  /**
   * Required dependencies for this package.
   * These will be automatically installed.
   */
  dependencies: readonly ['zlib.net/minizip^1.3', 'uriparser.github.io^0.9', 'curl.se^8', 'libexpat.github.io^2.5', 'boost.org>=1.81'];
  /**
   * Available versions from newest to oldest.
   * @see https://ts-pkgx.netlify.app/usage for installation instructions
   */
  versions: readonly ['1.3.0'];
  aliases: readonly []
};
export type GithubcomlibkmllibkmlPackage = typeof githubcomlibkmllibkmlPackage