]> git.sven.stormbind.net Git - sven/mysqltcl.git/blob - debian/control
releasing package mysqltcl version 3.052-4
[sven/mysqltcl.git] / debian / control
1 Source: mysqltcl
2 Section: database
3 Priority: optional
4 Maintainer: Sven Hoexter <hoexter@debian.org>
5 Build-Depends: debhelper-compat (= 11), tcl-dev, default-libmysqlclient-dev, quilt
6 Standards-Version: 4.2.1
7 Homepage: http://www.xdobry.de/mysqltcl/
8 Vcs-Git: https://git.sven.stormbind.net/mysqltcl.git
9 Vcs-Browser: https://git.sven.stormbind.net/?p=sven/mysqltcl.git
10
11
12 Package: mysqltcl
13 Architecture: any
14 Multi-Arch: same
15 Depends: ${shlibs:Depends}, ${tclsh:Depends}, ${misc:Depends}
16 Description: interface to the MySQL database for the Tcl language
17  The mysqltcl package provides a Tcl interface to the MySQL database system.
18  Within Tcl you've a range of Tcl commands and a global Tcl array available
19  to access the database server.
20  Written in C mysqltcl uses the official MySQL C-API so that almost all
21  Tcl commands correspond to MySQL C-API functions.