1# @mdgen EXCLUDE: xifo.tcl
2# @mdgen EXCLUDE: mkpkgidx.tcl
3#
4# Copyright (c) 2001 by Jean-Luc Fontaine <jfontain@free.fr>.
5# This code may be distributed under the same terms as Tcl.
6#
7# $Id: pkgIndex.tcl,v 1.10 2007/03/23 17:31:51 andreas_kupries Exp $
8
9# Since stooop redefines the proc command and the default package facility will
10# only load the stooop package at the first unknown command, proc being
11# obviously known by default, forcing the loading of stooop is mandatory prior
12# to the first proc declaration.
13
14if {![package vsatisfies [package provide Tcl] 8.3]} {return}
15package ifneeded stooop 4.4.1 [list source [file join $dir stooop.tcl]]
16
17# the following package index instruction was generated using:
18#   "tclsh mkpkgidx.tcl switched switched.tcl"
19# (comment out the following line if you do not want to use the switched class
20# as a package)
21
22package ifneeded switched 2.2.1 [list source [file join $dir switched.tcl]]
23