1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
[vset VERSION 1.3]
[manpage_begin tie n [vset VERSION]]
[keywords array]
[keywords database]
[keywords file]
[keywords metakit]
[keywords persistence]
[keywords tie]
[keywords untie]
[copyright {2008-2021 Andreas Kupries <andreas_kupries@users.sourceforge.net>}]
[moddesc {Tcl Data Structures}]
[titledesc {Array persistence, standard data sources}]
[category {Programming tools}]
[require Tcl "8.5 9"]
[require tie::std::log [opt 1.2]]
[require tie::std::array [opt 1.2]]
[require tie::std::rarray [opt 1.2]]
[require tie::std::file [opt 1.2]]
[require tie::std::growfile [opt 1.2]]
[require tie::std::dsource [opt 1.2]]
[description]
The packages listed as requirements for this document are internal
packages providing the standard data sources of package [package tie],
as described in section [term {STANDARD DATA SOURCE TYPES}] of
[package tie]'s documentation.
[para]
They are automatically loaded and registered by [package tie] when it
itself is requested, and as such there is no need to request them on
their own, although it is possible to do so.
[vset CATEGORY tie]
[include ../common-text/feedback.inc]
[manpage_end]
|