Aspcud - A Converter and Preprocessor from CUDF Specifications into ASP
-----------------------------------------------------------------------

Aspcud is distributed under the GNU Public Licence, see file COPYING for
details. 

Prerequisites
-------------

 - Build system cmake:   http://www.cmake.org/
 - Lexer generator re2c: http://re2c.org/
 - Boost C++ Libraries:  http://www.boost.org/
   (>= version 1.43)

Distribution contents
---------------------

   COPYING          - GNU Public Licence
   CHANGES          - Major changes between versions
   INSTALL          - Installation instructions
   README           - This file
   Makefile         - Makefile to build binaries (wraps cmake)
   CMakeLists.txt   - Build specification
   cmake/           - Auxiliary cmake scripts 
   app/             - Sources for application on top of libcudf
   lemon/           - Parser generator used by aspcud
   libcudf/         - The cudf library
   libprogram_opts/ - Library for options parsing 
   scripts/         - Wrapper scripts to run aspcud

Aspcud is written in mostly Standard-C++ and was successfully built and run
under Linux (x86, x86_64) using gcc and icc. Other compilers might work but 
have not been tested.

