ossp-pkg/val/README 1.2 -> 1.3
--- README 2002/01/16 14:09:18 1.2
+++ README 2002/03/13 18:35:58 1.3
@@ -4,12 +4,21 @@
\ V / (_| | |
\_/ \__,_|_|
- OSSP Val - Value Library
+ OSSP val -- Value Access
Version 0.1.0 (16-Jan-2002)
ABSTRACT
- The OSSP Val library is ...
+ OSSP val is a flexible name to value mapping library for ISO-C
+ variables. It allows one to access ISO-C variables through name
+ strings, although the ISO-C language does neither provide such a
+ dedicated facility nor an evaluation construct (which could be used to
+ implement such a facility easily).
+
+ In general, this is used for accessing ISO-C variables without
+ having to know the actual symbol/address. The typical use cases are
+ in combination with flexible configuration parsing and supporting
+ loosly-coupled DSO-based module architectures.
COPYRIGHT AND LICENSE
@@ -17,8 +26,8 @@
Copyright (c) 2002 The OSSP Project <http://www.ossp.org/>
Copyright (c) 2002 Cable & Wireless Deutschland <http://www.cw.com/de/>
- This file is part of OSSP Val, a caching library which
- can be found at http://www.ossp.org/pkg/val/.
+ This file is part of OSSP val, a value access library which
+ can be found at http://www.ossp.org/pkg/lib/val/.
Permission to use, copy, modify, and distribute this software for
any purpose with or without fee is hereby granted, provided that
@@ -42,6 +51,6 @@
The documentation and latest release can be found on
- o http://www.ossp.org/pkg/val/
- o ftp://ftp.ossp.org/pkg/val/
+ o http://www.ossp.org/pkg/lib/val/
+ o ftp://ftp.ossp.org/pkg/lib/val/
|
|