1config BR2_PACKAGE_TCLLIB 2 bool "tcllib" 3 help 4 Tcllib is a collection of utility modules for Tcl. These 5 modules provide a wide variety of functionality, from 6 implementations of standard data structures to 7 implementations of common networking protocols. The intent 8 is to collect commonly used function into a single library, 9 which users can rely on to be available and stable 10 11 https://www.tcl.tk/software/tcllib/ 12