File: control

package info (click to toggle)
tcl-sql 20000621-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 612 kB
  • ctags: 81
  • sloc: cpp: 399; makefile: 60; tcl: 19; csh: 2
file content (17 lines) | stat: -rw-r--r-- 588 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: tcl-sql
Section: libs
Priority: optional
Maintainer: Avery Pennarun <apenwarr@debian.org>
Standards-Version: 3.5.2
Build-Depends: tcl8.3-dev, debhelper (>= 3.0.14), libmysqlclient10-dev

Package: tcl-sql
Architecture: any
Depends: tcl8.3, ${shlibs:Depends}
Description: Tcl generic database interface
 .
 The goal of this project is to provide a generic tcl interface to
 databases. The initial implementation is for the MySQL database.
 .
 When this package is installed it makes a command 'sql' available to your
 tcl applications so that they can easily access your databases.