          MODULE=mico
         VERSION=2.3.13
          SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
      SOURCE_URL=$SFORGE_URL/mico/files/
      SOURCE_VFY=sha1:ee0138deb4d9ad0a50fe18e0b2add99fb5831c93
        WEB_SITE=http://www.mico.org
         ENTERED=20020917
         UPDATED=20101229
           SHORT="fully compliant implementation of the CORBA standard"

cat << EOF
DESCRIPTION:
GNU-copyright notice. The following design principles guided the
implementation of MICO:

    * start from scratch: only use what standard APIs (Posix/Win32) have to
      offer; don't rely on propietary or specialized libraries.
    * use standard C++ for the implementation.
      * only make use of widely available, free, non-proprietary tools.
      * omit bells and whistles: only implement what is required for a
        CORBA compliant implementation.
    * clear design even for implementation internals to ensure extensibility.

EOF

