989772c9ac
had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
8 lines
433 B
Text
8 lines
433 B
Text
OSSP var is a flexible, full-featured and fast variable construct expansion
|
|
library. It supports a configurable variable construct syntax very similar
|
|
to the style found in many scripting languages (like @name, ${name}, , etc.)
|
|
and provides both simple scalar (${name}) and array (${name[index]})
|
|
expansion, plus optionally one or more post-operations on the expanded value
|
|
(${name:op:op...}).
|
|
|
|
WWW: http://www.ossp.org/pkg/lib/var/
|