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 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102
|
Source: otcl
Section: libs
Priority: optional
Maintainer: Debian Network Simulators Team <pkg-netsim-devel@lists.alioth.debian.org>
Uploaders: YunQiang Su <wzssyqa@gmail.com>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 8.1.3~), cmake, autotools-dev, tcl-dev, tk-dev, libxext-dev, libxt-dev
Standards-Version: 3.9.2
Vcs-git: git://github.com/wzssyqa/otcl-debian.git
Vcs-Browser: http://github.com/wzssyqa/otcl-debian
Homepage: http://otcl-tclcl.sourceforge.net/otcl/
Package: libotcl1
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: shared library of OTcl
OTcl, short for MIT Object Tcl, is an extension to Tcl/Tk for
object-oriented programming. It shouldn't be confused with the
IXI Object Tcl extension by Dean Sheenan. (Sorry, but both of them
like the name and have been using it for a while.)
.
Some of OTcl's features as compared to alternatives are:
designed to be dynamically extensible, like Tcl, from the ground up
builds on Tcl syntax and concepts rather than importing another language
compact yet powerful object programming system
fairly portable implementation (2000 lines of C, without core hacks)
.
OTcl was created by David Wetherall as part of the VUsystem project
at MIT. Since 1997, OTcl has been maintained as part of the Mash and
VINT/ns efforts (with David's blessing).
.
This package contains shared library file.
Package: otcl-shells
Architecture: any
Section: utils
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: OTcl shells
OTcl, short for MIT Object Tcl, is an extension to Tcl/Tk for
object-oriented programming. It shouldn't be confused with the
IXI Object Tcl extension by Dean Sheenan. (Sorry, but both of them
like the name and have been using it for a while.)
.
Some of OTcl's features as compared to alternatives are:
designed to be dynamically extensible, like Tcl, from the ground up
builds on Tcl syntax and concepts rather than importing another language
compact yet powerful object programming system
fairly portable implementation (2000 lines of C, without core hacks)
.
OTcl was created by David Wetherall as part of the VUsystem project
at MIT. Since 1997, OTcl has been maintained as part of the Mash and
VINT/ns efforts (with David's blessing).
.
This package contains two bin files.
Package: libotcl1-dev
Architecture: any
Section: libdevel
Depends: libotcl1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Provides: libotcl-dev
Description: static library of OTcl
OTcl, short for MIT Object Tcl, is an extension to Tcl/Tk for
object-oriented programming. It shouldn't be confused with the
IXI Object Tcl extension by Dean Sheenan. (Sorry, but both of them
like the name and have been using it for a while.)
.
Some of OTcl's features as compared to alternatives are:
designed to be dynamically extensible, like Tcl, from the ground up
builds on Tcl syntax and concepts rather than importing another language
compact yet powerful object programming system
fairly portable implementation (2000 lines of C, without core hacks)
.
OTcl was created by David Wetherall as part of the VUsystem project
at MIT. Since 1997, OTcl has been maintained as part of the Mash and
VINT/ns efforts (with David's blessing).
.
This package contains static library and header files.
Package: otcl-dbg
Priority: extra
Architecture: any
Section: debug
Depends: libotcl1 (= ${binary:Version}), otcl-shells (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: debug symbol of OTcl (libotcl1 and otcl-shells)
OTcl, short for MIT Object Tcl, is an extension to Tcl/Tk for
object-oriented programming. It shouldn't be confused with the
IXI Object Tcl extension by Dean Sheenan. (Sorry, but both of them
like the name and have been using it for a while.)
.
Some of OTcl's features as compared to alternatives are:
designed to be dynamically extensible, like Tcl, from the ground up
builds on Tcl syntax and concepts rather than importing another language
compact yet powerful object programming system
fairly portable implementation (2000 lines of C, without core hacks)
.
OTcl was created by David Wetherall as part of the VUsystem project
at MIT. Since 1997, OTcl has been maintained as part of the Mash and
VINT/ns efforts (with David's blessing).
.
This package contains debug symbol of OTcl (for libotcl1 and otcl-shells).
|