Artifact 260e676fb003653f32642c9c5f5115f08aee10cf:
- File library/http/pkgIndex.tcl — part of check-in [8647fce932] at 2013-04-05 08:46:23 on branch dkf-http-cookies — merge trunk (user: dkf size: 425) [more...]
if {![package vsatisfies [package provide Tcl] 8.6]} {return} package ifneeded http 2.8.7 [list tclPkgSetup $dir http 2.8.7 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}] package ifneeded cookiejar 0.1 [list source [file join $dir cookiejar.tcl]] package ifndeeded tcl::idna 1.0 [list source [file join $dir idna.tcl]]