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
|
Source: lisaac
Section: devel
Priority: optional
Maintainer: Picca Frédéric-Emmanuel <picca@debian.org>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.5
Homepage: http://lisaac.org/
Package: lisaac
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, lisaac-common
Recommends: lisaac-doc
Suggests: lisaac-mode
Description: Object-oriented language based on prototype
Lisaac is a small prototype-based programming language. The ideas in
Lisaac are mostly inspired by Smalltalk (all values are objects), Self
(prototype-based) and Eiffel (design by contract). It has the following
features:
.
* pure object language
* very fast (like C code)
* dynamic and multiple inheritance
* dynamic definition slots
* static typing (invariant)
* generic types
* auto-cast type system
* programming by contract
* interrupt manager
* include C code facilities
Package: lisaac-common
Architecture: all
Depends: ${misc:Depends}
Description: Arch-independent part for lisaac
Lisaac is a small prototype-based programming language.
.
This package contains the libraries needed by the Lisaac compiler.
They are grouped in four categories, intra, standard, unstable and extra.
Package: lisaac-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: Documentation for lisaac
Lisaac is a small prototype-based programming language.
.
This package contains the documentation in html format.
Your are also provided with a pdf smart and complete documentation.
Package: lisaac-mode
Architecture: all
Depends: ${misc:Depends}, emacs | emacsen
Enhances: lisaac
Description: Emacs mode for editing Lisaac programs
Lisaac is a small prototype-based programming language.
.
This emacs mode provides syntax highlighting and automatic
indentation for Lisaac. you will need this if you write Lisaac programs
using Emacs.
|