File: pkgIndex.tcl

package info (click to toggle)
tdom 0.9.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,376 kB
  • sloc: ansic: 61,050; xml: 26,497; tcl: 3,704; sh: 1,023; makefile: 117; cpp: 30
file content (12 lines) | stat: -rw-r--r-- 369 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#
# Tcl package index file
#
if {[package vsatisfies [package provide Tcl] 9.0-]} {
    package ifneeded tdom 0.9.5 \
        "[list load [file join $dir tcl9tdom094.dll]];
         [list source [file join $dir tdom.tcl]]"
} else {
    package ifneeded tdom 0.9.5 \
        "[list load [file join $dir tdom094.dll]];
         [list source [file join $dir tdom.tcl]]"
}