OpenFPGA/libs/EXTERNAL/tcl8.6.12/library/http/pkgIndex.tcl

3 lines
278 B
Tcl
Raw Normal View History

2022-06-07 11:15:20 -05:00
if {![package vsatisfies [package provide Tcl] 8.6-]} {return}
package ifneeded http 2.9.5 [list tclPkgSetup $dir http 2.9.5 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}]