File: control

package info (click to toggle)
libtcl-perl 1.05%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 316 kB
  • ctags: 45
  • sloc: perl: 576; tcl: 15; makefile: 6
file content (33 lines) | stat: -rw-r--r-- 1,249 bytes parent folder | download
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
Source: libtcl-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Damyan Ivanov <dmn@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312~),
               tcl,
               tcl-dev,
               perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtcl-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtcl-perl.git
Homepage: https://metacpan.org/release/Tcl
Testsuite: autopkgtest-pkg-perl

Package: libtcl-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends}
Description: Tcl extension module for Perl
 The Tcl extension module gives access to the Tcl library with functionality
 and interface similar to the C functions of Tcl.
  * creating Tcl interpreters
  * executing Tcl code in an interpreter
  * binding in new Tcl procedures
  * manipulating the result field of a Tcl interpreter
  * setting and getting values of variables in a Tcl interpreter
  * tying perl variables to variables in a Tcl interpreter
 .
 Tcl is a powerful, easy to use, embeddable, cross-platform interpreted
 scripting language.