Open Design and Integration Environment

sherpa
Login
Bounty program for improvements to Tcl and certain Tcl packages.
Tcl 2018 Conference, Houston/TX, US, Oct 15-19
Send your abstracts to tclconference@googlegroups.com or submit via the online form
by Aug 20.

sherpa is a the package management system for ODIE. It live as a Tcl script installed right along side the tclsh built by odie. (Usually ~/odie/bin).

sherpa's package list is located in ~/odie/sandbox/odie/recipies. It is updated every time the fossil repository for odie is updated. In addition to the packages bundled with odie, users can add their own recipes. The best place is to create a file ~/odie/etc/sherpa.rc and add to it:

foreach file [glob CUSTOMDIRECTORY/*.tcl] {
  source $file
}