]> git.sven.stormbind.net Git - sven/mysqltcl.git/blob - debian/control
ac8fb8147d452c9de3e27269eb074608b7a99dd7
[sven/mysqltcl.git] / debian / control
1 Source: mysqltcl
2 Section: libs
3 Priority: optional
4 Maintainer: Sven Hoexter <sven@timegate.de>
5 Build-Depends: debhelper (>> 5), tcl-dev, libmysqlclient-dev, quilt
6 Standards-Version: 3.8.2
7 Homepage: http://www.xdobry.de/mysqltcl/
8 Vcs-Svn: svn://www.stormbind.net/debian-pkgs-sven/mysqltcl/trunk
9
10 Package: mysqltcl
11 Architecture: any
12 Depends: ${shlibs:Depends}, ${tclsh:Depends}
13 Description: Interface to the MySQL database for the Tcl language
14  The mysqltcl package provides a Tcl interface to the MySQL database system.
15  Within Tcl you've a range of Tcl commands and a global Tcl array available
16  to access the database server.
17  Written in C mysqltcl uses the official MySQL C-API so that almost all
18  Tcl commands correspond to MySQL C-API functions.