File: pkgIndex.tcl

package info (click to toggle)
tcllib 2.0%2Bdfsg-4
  • links: PTS
  • area: main
  • in suites: sid, trixie
  • size: 83,572 kB
  • sloc: tcl: 306,798; ansic: 14,272; sh: 3,035; xml: 1,766; yacc: 1,157; pascal: 881; makefile: 124; perl: 84; f90: 84; python: 33; ruby: 13; php: 11
file content (6 lines) | stat: -rw-r--r-- 288 bytes parent folder | download
1
2
3
4
5
6

if {![package vsatisfies [package provide Tcl] 8.5 9]} {return}
# Backward compatible alias
package ifneeded nettool::available_ports 0.2 {package require nettool ; package provide nettool::available_ports 0.2}
package ifneeded nettool 0.5.4 [list source [file join $dir nexttool.tcl]]