Check-in Number:
|
2025 | |
Date: |
2002-Mar-15 12:50:17 (local)
2002-Mar-15 11:50:17 (UTC) |
User: | rse |
Branch: | |
Comment: |
add OSSP val 0.9.0 |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-web/pkg/lib/index.wml 1.10 -> 1.11
--- index.wml 2002/03/15 10:54:49 1.10
+++ index.wml 2002/03/15 11:50:17 1.11
@@ -31,7 +31,7 @@
done=95 stable=none unstable=0.9.0>
<pkg_item name="val" longname="OSSP val" type="lib"
desc="Value Access"
- done=95 stable=none unstable=none>
+ done=95 stable=none unstable=0.9.0>
<pkg_item name="act" longname="OSSP act" type="lib"
desc="Abstract Container Types"
done=15 stable=none unstable=none>
|
|
ossp-web/pkg/lib/val/index.wml 1.2 -> 1.3
--- index.wml 2002/02/15 13:52:11 1.2
+++ index.wml 2002/03/15 11:50:17 1.3
@@ -13,6 +13,7 @@
such a dedicated facility nor an evaluation construct (which could be used to
implement such a facility easily).
+<p>
In general, this is used for accessing C variables without having to know the
actual symbol/address/reference. The typical use cases are in combination with
flexible configuration parsing and supporting loosly-coupled DSO-based module
@@ -27,7 +28,7 @@
<pkg_status
stable="none" stable_date="none"
- unstable="none" unstable_date="none"
+ unstable="0.9.0" unstable_date="15-Mar-2002"
done=100>
<h2>Source</h2>
@@ -36,5 +37,5 @@
url=$(FTP_ROOT_URL)/pkg/lib/val/
directory=$(FTP_ROOT_DIR)/pkg/lib/val/
files="val-*.tar.gz"
- stable="none" unstable="none">
+ stable="none" unstable="val-0.9.0.tar.gz">
|
|