File: pkgIndex.tcl

package info (click to toggle)
tcllib 2.0%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 83,560 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 (14 lines) | stat: -rw-r--r-- 933 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
if {![package vsatisfies [package provide Tcl] 8.5 9]} {
    # FRINK: nocheck
    return
}
package ifneeded textutil           0.10  [list source [file join $dir textutil.tcl]]
package ifneeded textutil::adjust   0.7.4 [list source [file join $dir adjust.tcl]]
package ifneeded textutil::split    0.9   [list source [file join $dir split.tcl]]
package ifneeded textutil::trim     0.8   [list source [file join $dir trim.tcl]]
package ifneeded textutil::tabify   0.8   [list source [file join $dir tabify.tcl]]
package ifneeded textutil::repeat   0.8   [list source [file join $dir repeat.tcl]]
package ifneeded textutil::string   0.9   [list source [file join $dir string.tcl]]
package ifneeded textutil::expander 1.3.2 [list source [file join $dir expander.tcl]]
package ifneeded textutil::patch    0.2   [list source [file join $dir patch.tcl]]
package ifneeded textutil::wcswidth 35.3  [list source [file join $dir wcswidth.tcl]]