Skip to content

lz4.org

Extremely Fast Compression algorithm

Package Information

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

Installation

bash
# Install with launchpad
launchpad install lz4

Programs

This package provides the following executable programs:

  • lz4

Aliases

This package can also be accessed using these aliases:

  • lz4

Available Versions

Show all 2 versions
  • 1.10.0, 1.9.4

Latest Version: 1.10.0

Install Specific Version

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

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.lz4org

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.