Download List

Descripción del Proyecto

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}, $(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...}). The supported post-operations are length determination, case conversion, defaults, postive and negative alternatives, sub-strings, regular expression-based substitutions, character translations, and padding. Additionally, a meta-construct plus arithmetic expressions for index and range calculations allow (even nested) iterations over array variable expansions (..[..${name[#+1]}..]..). The actual variable value lookup is performed through a callback function, so OSSP var can expand arbitrary values.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-10-31 15:01 Back to release list
1.1.2

Las páginas de manual Unix se limpiaron y ampliada. Mínima de C + + generar apoyo fue añadido. Apoyo a la biblioteca dmalloc fue corregido. La salida de "var-config - libs" fue corregido. El entorno de construcción fue aumentado a GNU libtool 1.5.10.
Tags: Code cleanup
The Unix manual pages were cleaned up and
extended. Minimum C++ build support was added.
Support for the DMalloc library was fixed. The
output of "var-config --libs" was fixed. The build
environment was upgraded to GNU libtool 1.5.10.

Project Resources