amrun-0.0: amrun.cabal
Name: amrun
Version: 0.0
Synopsis: Interpreter for AM
Description: The package contains an interpreter for the AM-Language that is introduced in the basic programming course \"Algorithmisches Denken und imperative Programmierung\" (WS 2011/12 and later) at the University of Bonn.
License: GPL
Author: Daniel Seidel and Janis Voigtlaender
Maintainer: ds@iai.uni-bonn.de
Build-Type: Simple
Cabal-Version: >=1.2
Category: Compilers/Interpreters
Stability: Experimental
Executable amrun
Main-is: src/amrun.hs
Build-Depends: base >= 3 && < 6,
parsec >= 3.0.0.0 && < 4,
deepseq >= 1.0.0.0