1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: lush
Section: devel
Priority: extra
Maintainer: Daniel Baumann <daniel.baumann@panthera-systems.net>
Build-Depends: debhelper (>= 4.0.0), binutils-dev, xlibs-dev
Standards-Version: 3.6.1
Package: lush
Architecture: alpha amd64 arm hppa i386 m68k mips mipsel powerpc s390 sparc
Depends: lush-library
Description: Lisp Universal Shell Executable
Lush is a programming language and environment that is based on the
Lisp programming language. The lush language is small compared to ANSI
Common Lisp and is optimized for numeric calculations. Lush includes
a libraries for numerical analysis and building graphical user interfaces.
.
This package contains the binary executable.
Package: lush-library
Architecture: all
Depends: lush (= ${Source-Version}), python
Description: Lisp Universal Shell Library
These are the libraries for the lush package.
.
Lush is a programming language and environment that is based on the
Lisp programming language. The lush language is small compared to ANSI
Common Lisp and is optimized for numeric calculations. Lush includes
a libraries for numerical analysis and building graphical user interfaces.
|