Skip to content

clisp.org

GNU CLISP, a Common Lisp implementation

Package Information

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

Installation

bash
# Install with launchpad
launchpad install clisp

Programs

This package provides the following executable programs:

  • clisp

Aliases

This package can also be accessed using these aliases:

  • clisp

Available Versions

Show all 1 versions
  • 2.49.92

Latest Version: 2.49.92

Install Specific Version

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

Dependencies

This package depends on:

  • gnu.org/libsigsegv^2.14
  • gnu.org/readline^8.2
  • github.com/besser82/libxcrypt^4.4

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.clisporg

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.