File: control

package info (click to toggle)
lisaac 1%3A0.39~rc1-3
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 54,676 kB
  • ctags: 11,932
  • sloc: ansic: 241,947; java: 11,572; xml: 1,389; lisp: 456; sh: 80; makefile: 43
file content (59 lines) | stat: -rw-r--r-- 1,865 bytes parent folder | download | duplicates (2)
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.