Skip to content

soxr.sourceforge.net

A package from soxrsourceforge.net

Package Information

  • Domain: soxrsourceforge.net
  • Name: soxr.sourceforge.net
  • Homepage: Not specified
  • Source: View on GitHub

Installation

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

Programs

This package provides the following executable programs:

No programs specified

Available Versions

Show all 1 versions
  • 0.1.3

Latest Version: 0.1.3

Install Specific Version

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

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.soxrsourceforgenet

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.