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
|
Source: tclcl
Section: libs
Priority: optional
Maintainer: Marcos Talau <talau@debian.org>
Build-Depends: cmake,
debhelper (>= 10~),
libotcl1-dev (>= 1.14+dfsg-2~),
libxext-dev,
libxt-dev,
tcl-dev,
tk-dev,
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/debian/tclcl.git
Vcs-Browser: https://salsa.debian.org/debian/tclcl
Homepage: https://otcl-tclcl.sourceforge.net/tclcl/
Package: tclcl
Architecture: any
Section: utils
Depends: ${misc:Depends},
${shlibs:Depends},
Description: tcl2c++ and otcldoc program from tclcl
TclCL (Tcl with classes) is a Tcl/C++ interface used by Mash, vic,
vat, rtp_play and nsnam. It provides a layer of C++ glue over OTcl.
.
This package contains bin file.
Package: libtclcl1
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends},
Depends: ${misc:Depends},
${shlibs:Depends},
Description: shared library of TclCL
TclCL (Tcl with classes) is a Tcl/C++ interface used by Mash, vic,
vat, rtp_play, and nsnam. It provides a layer of C++ glue over OTcl.
.
This package contains shared library.
Package: libtclcl1-dev
Architecture: any
Section: libdevel
Depends: libtclcl1 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Provides: libtclcl-dev,
tclcl-dev,
Replaces: tclcl-dev (<< 1.20-1),
Breaks: tclcl-dev (<< 1.20-1),
Description: development files of TclCL
TclCL (Tcl with classes) is a Tcl/C++ interface used by Mash, vic,
vat, rtp_play, and nsnam. It provides a layer of C++ glue over OTcl.
.
This package contains static file and header files.
|