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
|
Source: libtclobjc
Section: libs
Priority: optional
Maintainer: Matthias Klose <doko@debian.org>
Standards-Version: 3.0.1
Build-Depends: tk8.0-dev, libreadline4-dev, gobjc (>= 2.95.2)
Package: libtclobjc1
Architecture: any
Section: libs
Replaces: libtclobjc
Provides: libtclobjc
Conflicts: libtclobjc
Depends: tcl8.0, tk8.0, ${shlibs:Depends}
Description: Tcl/Objective-C Interface Library.
libtclobjc is a library of Objective-C objects and support functions for
communicating between Objective-C and Tcl/Tk. From Tcl you can send
messages to Objective-C objects and get textual representations of
what's returned. Thus it provides a way to interactively type messages
and see the results, all inside the rich structure of the Tcl scripting
language--almost an Objective-C interpreter. The library also provides
an Objective-C object that will forward all of its messages to the Tcl
interpreter in textual format.
Package: libtclobjc-dev
Architecture: any
Section: devel
Depends: gobjc, tk8.0-dev, libreadline4-dev, libtclobjc1 (=${Source-Version})
Description: Development library for libtclobjc.
Includes headers, static libraries, and documentation.
|