Tcl8.6.10/Tk8.6.10 Documentation > Tcl Commands > packagens
Tcl/Tk Applications | Tcl Commands | Tk Commands | [incr Tcl] Package Commands | SQLite3 Package Commands | TDBC Package Commands | tdbc::mysql Package Commands | tdbc::odbc Package Commands | tdbc::postgres Package Commands | tdbc::sqlite3 Package Commands | Thread Package Commands | Tcl C API | Tk C API | [incr Tcl] Package C API | TDBC Package C API
- NAME
- pkg::create — Construct an appropriate 'package ifneeded' command for a given package specification
- SYNOPSIS
- DESCRIPTION
- OPTIONS
- SEE ALSO
- KEYWORDS
NAME
pkg::create — Construct an appropriate 'package ifneeded' command for a given package specificationSYNOPSIS
::pkg::create -name packageName -version packageVersion ?-load filespec? ... ?-source filespec? ...DESCRIPTION
::pkg::create is a utility procedure that is part of the standard Tcl library. It is used to create an appropriate package ifneeded command for a given package specification. It can be used to construct a pkgIndex.tcl file for use with the package mechanism.OPTIONS
The parameters supported are:
At least one -load or -source parameter must be given.
SEE ALSO
packageKEYWORDS
auto-load, index, package, versionCopyright © 1998-2000 by Scriptics Corporation.