Skip to content

libspng.org

Simple, modern libpng alternative

Package Information

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

Installation

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

Programs

This package provides the following executable programs:

No programs specified

Available Versions

Show all 1 versions
  • 0.5.0

Latest Version: 0.5.0

Install Specific Version

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

Dependencies

This package depends on:

  • darwin:zlib.net

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.libspngorg

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.