Download List

Descripción del Proyecto

libxnm is a library for parsing and retrieving
data from the XNM file format. XNM stands for "Xnm
is Not a Markup language" in the spirit of GNU
recursive definitions. XNM is a simple recursively
defined serialization syntax that is well suited
to be used as a storage format for any program
storing or communicating complex datastructures.
In contrast to the XML standard, XNM was built to
be as concise as possible. It is built around four
types: the recursive tables and arrays, and the
end nodes strings and binary chunks.

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.

2008-12-26 19:56
0.1.2

Esta versión añade una llamada a la API para recuperar una lista de claves en poder de una mesa. También hace que la recuperación de una clave de vacío de un valor de retorno el valor en sí.
This version adds an API call for retrieving a
list of keys held by a table. It also makes
retrieving an empty key of a value return the
value itself.

2007-01-16 01:50
0.1.1

La característica principal de esta versión es el soporte valor binario. Esta versión también mejora la documentación, agrega funciones de acceso para muchos más tipos, y cierra todas las conocidas pérdidas de memoria.
Tags: Major feature enhancements
The main feature of this version is binary value support. This version also improves documentation, adds accessor functions for many more types, and closes all known memory leaks.

2007-01-14 03:37
0.1.0

Tags: Initial freshmeat announcement

Project Resources