File: pkgIndex.unix

package info (click to toggle)
nsf 2.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 13,208 kB
  • sloc: ansic: 32,687; tcl: 10,723; sh: 660; pascal: 176; javascript: 135; lisp: 41; makefile: 24
file content (8 lines) | stat: -rw-r--r-- 246 bytes parent folder | download
1
2
3
4
5
6
7
8
if {[package vsatisfies [package provide Tcl] 9]} {
    package ifneeded nsf 2.4.0 \
	    [list load [file join $dir libtcl9nsf2.4.0.dylib] Nsf]
} else {
    package ifneeded nsf 2.4.0 \
	    [list load [file join $dir libnsf2.4.0.dylib] Nsf]
}