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
|
Source: mysqltcl
Standards-Version: 4.7.2
Maintainer: Debian QA Group <packages@qa.debian.org>
Section: database
Priority: optional
Build-Depends:
debhelper-compat (= 13),
tcl-dev,
default-libmysqlclient-dev,
Vcs-Browser: https://salsa.debian.org/debian/mysqltcl
Vcs-Git: https://salsa.debian.org/debian/mysqltcl.git
Homepage: http://www.xdobry.de/mysqltcl/
Rules-Requires-Root: no
Package: mysqltcl
Architecture: any
Multi-Arch: same
Depends:
${shlibs:Depends},
${tclsh:Depends},
${misc:Depends},
Description: interface to the MySQL database for the Tcl language
The mysqltcl package provides a Tcl interface to the MySQL database system.
Within Tcl you've a range of Tcl commands and a global Tcl array available
to access the database server.
Written in C mysqltcl uses the official MySQL C-API so that almost all
Tcl commands correspond to MySQL C-API functions.
|