Artifact 8803f341c61a33b2ae6012545f5150ee2b184e2a:
- File modules/irc/pkgIndex.tcl — part of check-in [b334b71c68] at 2004-10-03 23:06:55 on branch trunk — Mainly updated docs to latest round of changes. Get package index. Import treeql work by Colin. Testsuite fix in cmdline. TreeQL doc fixup, new files for TreeQL ideas. Struct::Tree doc fixup (examples, structure, node creation). Tar file doc extension, added keywords and descriptions. Updated version numbres according to the changes made. Added README for the new release. Version sync and move of K for 8.5 code, fogotten earlier. First doctools documentation. (user: andreas_kupries size: 596)
# Tcl package index file, version 1.1 # This file is generated by the "pkg_mkIndex" command # and sourced either when an application starts up or # by a "package unknown" script. It invokes the # "package ifneeded" command to set up package-related # information so that packages will be loaded automatically # in response to "package require" commands. When this # script is sourced, the variable $dir must contain the # full path name of this file's directory. if { ![package vsatisfies [package provide Tcl] 8.3] } { return } package ifneeded irc 0.5 [list source [file join $dir irc.tcl]]