File: pkgIndex.tcl

package info (click to toggle)
moodss 14.0-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,536 kB
  • ctags: 1,003
  • sloc: tcl: 25,371; ansic: 132; perl: 72; python: 64; sh: 63; makefile: 50
file content (6 lines) | stat: -rw-r--r-- 307 bytes parent folder | download
1
2
3
4
5
6
# syntax:
#   package ifneeded Name V "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 simply the major number of the module version
package ifneeded Random 1 "source [file join $dir Random.pm]"