File: pkgIndex.tcl

package info (click to toggle)
moodss 19.7-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 6,136 kB
  • ctags: 3,149
  • sloc: tcl: 49,048; ansic: 187; perl: 178; makefile: 166; sh: 109; python: 65
file content (6 lines) | stat: -rw-r--r-- 325 bytes parent folder | download
1
2
3
4
5
6
# syntax:
#   package ifneeded Name V [list source [file join $dir Name.pm]]
# module name (Name) must be capitalized
# module source code file (Name.pm) must have a .pm extension
# version number (V) is identical to the version in the module source code
package ifneeded Random 1.16 [list source [file join $dir Random.pm]]