/** \page intro Introduction

The aim of COOL (<b>COOL</b> <b>O</b>bject <b>O</b>riented <b>L</b>ibrary) is
to create software library that provides a consistent interface to underlying
platform-specific implementations. The primary goal is to provide an API to
which software developers may code, relieving them of the need to code
special-case conditions to work around platform-specific features.

Applications that use COOL can be ported more easily to other platforms. It
contains following functionality:
    -#  Network communication using sockets
    -#  Threads management
    -#  more to do...


\section additional Additional information

Additional information

*/
