/**
 * **jansson** - C library for encoding, decoding and manipulating JSON data
 *
 * @domain `digip.org/jansson`
 * @version `2.14.1` (2 versions available)
 * @versions From newest version to oldest.
 *
 * @install `launchpad install +digip.org/jansson -- $SHELL -i`
 *
 * @example
 * ```typescript
 * import { pantry } from 'ts-pkgx'
 *
 * const pkg = pantry.digiporgjansson
 * console.log(pkg.name)        // "jansson"
 * console.log(pkg.description) // "C library for encoding, decoding and manipulati..."
 * console.log(pkg.versions[0]) // "2.14.1" (latest)
 * ```
 *
 * @see https://ts-pkgx.netlify.app/packages/digip-org/jansson.md
 * @see https://ts-pkgx.netlify.app/usage
 */
export declare const digiporgjanssonPackage: {
  /**
   * The display name of this package.
   */
  name: 'jansson';
  /**
   * The canonical domain name for this package.
   */
  domain: 'digip.org/jansson';
  /**
   * Brief description of what this package does.
   */
  description: 'C library for encoding, decoding and manipulating JSON data';
  packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/digip.org/jansson/package.yml';
  homepageUrl: '';
  githubUrl: 'https://github.com/pkgxdev/pantry/';
  /**
   * Command to install this package using launchpad.
   * @example launchpad install package-name
   */
  installCommand: 'launchpad install +digip.org/jansson -- $SHELL -i';
  programs: readonly [];
  companions: readonly [];
  dependencies: readonly [];
  /**
   * Available versions from newest to oldest.
   * @see https://ts-pkgx.netlify.app/usage for installation instructions
   */
  versions: readonly ['2.14.1', '2.14.0'];
  aliases: readonly []
};
export type DigiporgjanssonPackage = typeof digiporgjanssonPackage