ts-pkgx
Version:
A library & CLI for managing packages
54 lines • 1.8 kB
TypeScript
/**
* **nghttp2.org** - nghttp2 - HTTP/2 C Library and tools
*
* @domain `nghttp2.org`
* @version `1.66.0` (18 versions available)
* @versions From newest version to oldest.
*
* @install `launchpad install +nghttp2.org -- $SHELL -i`
*
* @example
* ```typescript
* import { pantry } from 'ts-pkgx'
*
* const pkg = pantry.nghttp2org
* console.log(pkg.name) // "nghttp2.org"
* console.log(pkg.description) // "nghttp2 - HTTP/2 C Library and tools"
* console.log(pkg.versions[0]) // "1.66.0" (latest)
* ```
*
* @see https://ts-pkgx.netlify.app/packages/nghttp2-org.md
* @see https://ts-pkgx.netlify.app/usage
*/
export declare const nghttp2orgPackage: {
/**
* The display name of this package.
*/
name: 'nghttp2.org';
/**
* The canonical domain name for this package.
*/
domain: 'nghttp2.org';
/**
* Brief description of what this package does.
*/
description: 'nghttp2 - HTTP/2 C Library and tools';
packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/nghttp2.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 +nghttp2.org -- $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 ['1.66.0', '1.65.0', '1.64.0', '1.63.0', '1.62.1', '1.62.0', '1.61.0', '1.60.0', '1.59.0', '1.58.0', '1.57.0', '1.56.0', '1.55.1', '1.55.0', '1.54.0', '1.53.0', '1.52.0', '1.51.0'];
aliases: readonly []
};
export type Nghttp2orgPackage = typeof nghttp2orgPackage