           SPELL=nemerle
         VERSION=0.1.4
          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://www.nemerle.org/download/$SOURCE
        WEB_SITE=http://www.nemerle.org/download/
          MD5[0]=a6cf16a723bf6aacba0f488cfe088e6d
      LICENSE[0]=BSD
         ENTERED=20040702
         UPDATED=20040702
       BUILD_API=2
           SHORT="a functional, object-oriented and imperative programming language"
cat << EOF
Nemerle is a new hybrid (functional, object-oriented and imperative)
programming language for the .NET platform.

Key features of the language include:
  * simplicity
  * C#-like syntax
  * easy to use object system (derived directly from the .NET)
  * easy access to both functional and imperative features
  * powerful code-generating macros
  * variants
  * pattern matching
  * static and on-demand dynamic typing
  * type inference.
EOF
