           SPELL=nemerle
         VERSION=0.9.3
          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/
     SOURCE_HASH=sha512:4c180c17f83216b4d8ba5e9a1ebd3f13d2a503004828b03417a8e43dc286d3f28747f7df6af711774e08d184878969195e0fe028d7cf52b019a9850c46e3a331
      LICENSE[0]=BSD
         ENTERED=20040702 
           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
