blob: 0d5dcf802ea6e3bf26c89dd33a8b1177c87ba307 (
plain)
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
34
35
|
# This file contains the mapping of directory names to package names for
# documentation purposes. Each non-blank non-comment line is a two-element
# list that says a possible name of directory (multiple lines may be needed
# because of capitalization issues) and the documentation name of the package
# to match. Pseudo-numeric suffixes are interpreted as version numbers.
# [incr Tcl]
itcl {[incr Tcl]}
Itcl {[incr Tcl]}
# SQLite
Sqlite SQLite3
sqlite SQLite3
Sqlite3 SQLite3
sqlite3 SQLite3
# Thread
Thread Thread
thread Thread
# Tcl Database Connectivity
tdbc TDBC
Tdbc TDBC
TDBC TDBC
# Drivers for TDBC
Tdbcmysql tdbc::mysql
tdbcmysql tdbc::mysql
Tdbcodbc tdbc::odbc
tdbcodbc tdbc::odbc
Tdbcpostgres tdbc::postgres
tdbcpostgres tdbc::postgres
Tdbcsqlite3 tdbc::sqlite3
tdbcsqlite3 tdbc::sqlite3
Tdbcsqlite tdbc::sqlite3
tdbcsqlite tdbc::sqlite3
|