aboutsummaryrefslogtreecommitdiffstats
path: root/devel/tcllib/pkg-descr
blob: 51a45cec5417ef2a2b87bae8a0b61eadd3b422f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Tcllib is a collection of utility modules for Tcl. These modules provide
a wide variety  of functionality, from implementations  of standard data
structures to implementations of common networking protocols. The intent
is to collect commonly used function  into a single library, which users
can rely on to be available and stable.

The latest version of tcllib, 0.4, includes the following modules: 
    base64  base64 encoder and decoder
    cmdline command line argument processor similar to opt
    fileutil
        Tcl implementations of some standard Unix utilities
    html    HTML generation procedures. This uses ncgi.
    math    common math functions like min, max, and others
    mime    MIME encoder and decoder
    ncgi    new CGI processing module
    pop3    POP3 protocol implementation
    profiler
        function level Tcl source code profiler
    struct  Tcl implementations of common data structures

WWW: http://dev.scriptics.com/software/tcllib/