Skip to content

libisl.sourceforge.io

A package from libislsourceforge.io

Package Information

  • Domain: libislsourceforge.io
  • Name: libisl.sourceforge.io
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install +libisl.sourceforge.io -- $SHELL -i

Programs

This package provides the following executable programs:

No programs specified

Available Versions

Show all 2 versions
  • 0.27.0, 0.26.0

Latest Version: 0.27.0

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +libislsourceforge.io@0.27.0 -- $SHELL -i

Dependencies

This package depends on:

  • gnu.org/gmp^6

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.libislsourceforgeio

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.