File: pkgIndex.tcl

package info (click to toggle)
tcllib 1.18-dfsg-3
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 64,304 kB
  • ctags: 28,857
  • sloc: tcl: 174,135; ansic: 14,215; sh: 2,643; xml: 1,766; yacc: 1,148; pascal: 583; makefile: 106; perl: 84; f90: 84; python: 33; ruby: 13; php: 11
file content (15 lines) | stat: -rw-r--r-- 867 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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.
  
package ifneeded scgi::server 0.1 [list source [file join $dir scgi-server.tcl]]
package ifneeded scgi::app 0.1 [list source [file join $dir scgi-app.tcl]]
package ifneeded httpd 4.0 [list source [file join $dir httpd.tcl]]
package ifneeded httpd::dispatch 4.0 [list source [file join $dir dispatch.tcl]]
package ifneeded httpd::content 4.0 [list source [file join $dir content.tcl]]