Skip to content

nghttp2.org

nghttp2 - HTTP/2 C Library and tools

Package Information

  • Domain: nghttp2.org
  • Name: nghttp2.org
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install +nghttp2.org -- $SHELL -i

Programs

This package provides the following executable programs:

No programs specified

Available Versions

Show all 18 versions
  • 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

Latest Version: 1.66.0

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +nghttp2.org@1.66.0 -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.nghttp2org

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.