File: pkgIndex.tcl

package info (click to toggle)
tcllib 2.0%2Bdfsg-4
  • links: PTS
  • area: main
  • in suites: forky, 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 (17 lines) | stat: -rw-r--r-- 1,344 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
if {![package vsatisfies [package provide Tcl] 8.5 9]} {return}

package ifneeded tcl::chan::cat 1.0.4      [list source [file join $dir cat.tcl]]
package ifneeded tcl::chan::facade 1.0.2   [list source [file join $dir facade.tcl]]
package ifneeded tcl::chan::fifo 1.1       [list source [file join $dir fifo.tcl]]
package ifneeded tcl::chan::fifo2 1.1      [list source [file join $dir fifo2.tcl]]
package ifneeded tcl::chan::halfpipe 1.0.3 [list source [file join $dir halfpipe.tcl]]
package ifneeded tcl::chan::memchan 1.0.5  [list source [file join $dir memchan.tcl]]
package ifneeded tcl::chan::null 1.1       [list source [file join $dir null.tcl]]
package ifneeded tcl::chan::nullzero 1.1   [list source [file join $dir nullzero.tcl]]
package ifneeded tcl::chan::random 1.1     [list source [file join $dir random.tcl]]
package ifneeded tcl::chan::std 1.0.2      [list source [file join $dir std.tcl]]
package ifneeded tcl::chan::string 1.0.4   [list source [file join $dir string.tcl]]
package ifneeded tcl::chan::textwindow 1.1 [list source [file join $dir textwindow.tcl]]
package ifneeded tcl::chan::variable 1.0.5 [list source [file join $dir variable.tcl]]
package ifneeded tcl::chan::zero 1.1         [list source [file join $dir zero.tcl]]
package ifneeded tcl::randomseed 1.1         [list source [file join $dir randseed.tcl]]