summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/tlpkg/tltcl/lib/sqlite3.40.0/pkgIndex.tcl
blob: a94b132765cb83d8653cf601a9037c8fc0bb9cfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# -*- tcl -*-
# Tcl package index file, version 1.1
#
# Note sqlite*3* init specifically
#
if {[package vsatisfies [package provide Tcl] 9.0-]} {
    package ifneeded sqlite3 3.40.0 \
	    [list load [file join $dir tcl9sqlite3400.dll] Sqlite3]
} else {
    package ifneeded sqlite3 3.40.0 \
	    [list load [file join $dir sqlite3400.dll] Sqlite3]
}