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 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
Source: aleph
Section: interpreters
Priority: optional
Maintainer: Philippe Troin <phil@fifi.org>
Build-Depends: tetex-bin, tetex-extra, libncurses-dev, gs-common
Standards-Version: 3.6.1.0
Package: aleph
Section: interpreters
Priority: optional
Architecture: any
Depends: ${shlibs:Depends}
Suggests: aleph-dev, aleph-doc, aleph-emacs
Description: The Aleph programming language - runtime
Aleph is a multi-threaded functional programming language with dynamic
symbol bindings that support the object oriented paradigm. Aleph has a
rich set of features providing runtime compatibility with C++. The
engine runs on both 32 bits and 64 bits platforms. It is designed to
be portable across platforms.
.
This package contains the runtime binaries & libraries.
Package: aleph-dev
Section: interpreters
Priority: optional
Architecture: any
Depends: aleph (=${Source-Version}), ${shlibs:Depends}
Suggests: aleph-doc
Replaces: aleph (<<0.4.0)
Description: The Aleph programming language - development
Aleph is a multi-threaded functional programming language with dynamic
symbol bindings that support the object oriented paradigm. Aleph has a
rich set of features providing runtime compatibility with C++. The
engine runs on both 32 bits and 64 bits platforms. It is designed to
be portable across platforms.
.
This package contains the development include files & libraries.
Package: aleph-doc
Section: doc
Priority: optional
Architecture: all
Suggests: aleph
Description: The Aleph programming language - documentation
Aleph is a multi-threaded functional programming language with dynamic
symbol bindings that support the object oriented paradigm. Aleph has a
rich set of features providing runtime compatibility with C++. The
engine runs on both 32 bits and 64 bits platforms. It is designed to
be portable across platforms.
.
This package contains the documentation.
Package: aleph-emacs
Section: editors
Priority: optional
Architecture: all
Suggests: aleph
Depends: emacsen-common
Description: The Aleph programming language - emacs mode
This package install the emacs aleph-mode and invokes it automagically
for Aleph (.als) files.
|