libdacav Code
Status: Alpha
Brought to you by:
simgidacav
This project aims to produce a simple library that provides some common
use data structures, like hash tables, linked lists and so on.
Yes, you are right, there are a lot of implementations of this kind of
stuff, around in the Internet; however when I started to write this
project, my objective was just having fun and learning by experience.
Thanks to GNU Autotools, in order to install this package you can relay on
the standard "./configure && make && make install" procedure. For further
information have a look to the INSTALL textfile, which should be included
in this package.
Note: the INSTALL files gets generated by Automake, so it's not included
in the repository. The distributed package, however, will include it
automatically.
Note: The doxygen documentation provided with the package may be not
updated as the one provided online.
Please check http://libdacav.sourceforge.net/doxygen/ for the latest
version of the doxygen.
-- Version numbering -----------------------------------------------------
Interesting versioning model I'm trying to use:
http://apr.apache.org/versioning.html