summaryrefslogtreecommitdiffstats
path: root/tcllib/modules/amazon-s3/pkgIndex.tcl
blob: 1d4f19720df56605545ceda741f4977a35176348 (plain)
1
2
3
4
5
6
7
8
9
# pkgIndex.tcl --
# Copyright (c) 2006 Darren New
# This is for the Amazon S3 web service packages.

if {![package vsatisfies [package provide Tcl] 8.5]} {return}

package ifneeded xsxp 1.0   [list source [file join $dir xsxp.tcl]]
package ifneeded S3   1.0.3 [list source [file join $dir S3.tcl]]