diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-10-10 02:24:01 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-10-10 02:24:01 +0000 |
commit | 54f1c82cc1ba049346ac30e1815fbacef81b1ba2 (patch) | |
tree | 27c5408710607620390c4d05a335ce68d84fe552 /devel/inilib/pkg-descr | |
parent | 4c2be2cac74434fce19d412aaad6010e9d56d1d4 (diff) |
Notes
Diffstat (limited to 'devel/inilib/pkg-descr')
-rw-r--r-- | devel/inilib/pkg-descr | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/inilib/pkg-descr b/devel/inilib/pkg-descr new file mode 100644 index 000000000000..41a05fcdea66 --- /dev/null +++ b/devel/inilib/pkg-descr @@ -0,0 +1,14 @@ +inilib is a C++ library which provides a method of saving the "state" +of a program. inilib provides a means of storing a number of arbitrary +settings in memory with an easy access interface, as well providing +means for saving the information to and loading it from disk. Data is +stored in an easy to read format, allowing the user to modify any of the +information with a simple text editor. + +inilib benefits the programmer by providing a simple, intuitive means to +store any data that can be expressed in std::string, int, double, or bool +types. In addition, inilib handles any conversion that may be necessary +to convert from one type to the other. Saving all information stored in +inilib to disk or loading information from disk requires only one command. + +WWW: http://inilib.sourceforge.net/ |