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
|
Source: xotcl
Section: libs
Priority: optional
Maintainer: Teemu Hukkanen <tjhukkan@iki.fi>
Build-Depends: debhelper, tcl8.3-dev, tk8.3-dev, autoconf
Standards-Version: 3.1.1
Package: xotcl
Architecture: any
Depends: ${shlibs:Depends}
Description: An object oriented extension for Tcl
XOTcl (Extended Object Tcl) is an object-oriented extension which
allows read/write introspection of all aspects of the object system,
including class/superclass/object relationships. It allows for the
use of meta-classes, multiple inheritance as well as other advanced
features:
.
- Dynamic Object Aggregations.
- Assertions.
- Meta-data, to enhance self-documentation of objects and classes.
- Per-object mixins, gives objects access to several dynamically defined
supplemental classes.
- Per-class mixins.
- Filters as a means of abstractions over method invocations to implement
large program structures, like design patterns.
- Dynamic Component Loading XOTcl integrates the Tcl package loading with
architectural support for integration with object-oriented constructs.
.
For more information: http://www.xotcl.org/
Package: xotcl-dev
Section: devel
Architecture: any
Depends: xotcl (= ${Source-Version}), libc6-dev
Description: Development files for XOTcl
Includes static library, header files and documentation.
|