You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
613 B
613 B
A tarjar is a standard tar (ustar or gnu format) archive which is also directly loadable as a Tcl module without requiring the tarball to be unarchived.
When the tarjar is placed on the Tcl module-path it can be loaded with:
package require <PackageName>
Where the <PackageName> is the segment of the tarjar filename before the dash and version number.
!NOTE! The tarjar can be unpacked in the same folder as the .tm file, in which case, the unpacked files will take precedence over the wrapped version.
The wrapped version however needs to remain in place to 'redirect' to the unwrapped version.