Bootstrap bug-fix.
[cslatevm.git] / pkg / deb / control
blob0aa2ccb1b9958eb5bf3cf2a260e181341385dc9b
1 Source: slate
2 Section: devel
3 Priority: optional
4 Maintainer: Timmy Douglas <slate@timmy.tmbx.com>
5 Depends: libc6-dev | libc-dev
6 Package: slate
7 Architecture: amd64
8 Version: 1.0.0
9 Description: A prototype-based object-oriented programming language
10  Slate is a prototype-based object-oriented programming language based
11  on Self, CLOS, and Smalltalk-80. Slate syntax is intended to be as
12  familiar as possible to a Smalltalker, for the clarity of messages as
13  phrases. Unlike the Smalltalk family, methods within Slate can be
14  assigned to a signature of objects, instead of being installed on one
15  favored receiver. Slate has also many further expansions of the
16  semantics which enable more concise and natural ways to express
17  solutions to problems.