Skip to content

zlib.net

A massively spiffy yet delicately unobtrusive compression library.

Package Information

  • Domain: zlib.net
  • Name: zlib.net
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install +zlib.net -- $SHELL -i

Programs

This package provides the following executable programs:

No programs specified

Available Versions

Show all 4 versions
  • 1.3.1, 1.3.0, 1.2.13, 1.2.12

Latest Version: 1.3.1

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +zlib.net@1.3.1 -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.zlibnet

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.