Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 752 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 752 Bytes

Tcl

This directory contains the source code of the Tcl packages defined in pkgIndex.tcl.

  • busywork Support for common busywork operations. Procedures in this package are defined in the ::busywork namespace.

  • fabric Support for Hyperledger fabric related operations. Procedures in this package are defined in the ::fabric namespace.

  • utils - A set of odds-and-ends collected over the years for things like list processing, argument handling, random numbers, I/O, logging and subprocesses. Most of the procedures included here are defined in the global namespace, however mathx.tcl defines some procedures in the ::math namespace.