Check-in Number:
|
2073 | |
Date: |
2002-Apr-16 21:31:52 (local)
2002-Apr-16 19:31:52 (UTC) |
User: | rse |
Branch: | |
Comment: |
add hint to Peter Simons' libvarexp |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-web/pkg/lib/var/index.wml 1.3 -> 1.4
--- index.wml 2002/03/08 17:06:36 1.3
+++ index.wml 2002/04/16 19:31:52 1.4
@@ -25,6 +25,18 @@
lookup is performed through a callback function, so OSSP var can expand
arbitrary values.
+<p>
+<blockquote>
+<font size=-1>
+Hint: There is also an ISO C++ derivative of the OSSP var library, named
+<a href="http://cryp.to/libvarexp/">libvarexp</a>. It is based on
+a development version of OSSP var and hence does not provide exactly
+the same amount of functionality. But it provides an ISO C++ API and so
+can be of interest to you if you are programming in ISO C++ (where OSSP
+var's ISO C API might be too boring for you).
+</font>
+</blockquote>
+
<h2>Authors</h2>
<pkg_author name="Ralf S. Engelschall" mail="rse@engelschall.com">
@@ -44,4 +56,4 @@
directory=$(FTP_ROOT_DIR)/pkg/lib/var/
files="var-*.tar.gz"
stable="none" unstable="var-0.9.0.tar.gz">
-
+
|
|