pkgIndex.tcl at [8697b9e9cc]
Not logged in

File tcl/8.4/win32-x86/Garuda1.0/pkgIndex.tcl artifact ee80fc74ae part of check-in 8697b9e9cc


###############################################################################
#
# pkgIndex.tcl -- Eagle Package for Tcl (Garuda)
#
# Extensible Adaptable Generalized Logic Engine (Eagle)
# Package Index File
#
# Copyright (c) 2007-2012 by Joe Mistachkin.  All rights reserved.
#
# See the file "license.terms" for information on usage and redistribution of
# this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
# RCS: @(#) $Id: $
#
###############################################################################

if {![package vsatisfies [package provide Tcl] 8.4]} then {return}
if {[string length [package provide Eagle]] > 0} then {return}

package ifneeded dotnet 1.0 \
    [list source [file join $dir dotnet.tcl]]

package ifneeded Garuda 1.0 \
    [list source [file join $dir helper.tcl]]