Ebnf2ps-1.0.9: Ebnf2ps.cabal
Name: Ebnf2ps
Version: 1.0.9
Synopsis: Peter's Syntax Diagram Drawing Tool
Homepage: http://www.informatik.uni-freiburg.de/~thiemann/haskell/ebnf2ps/
License: BSD3
License-file: LICENSE
Author: Peter Thiemann <thiemann@acm.org>
Maintainer: Peter Thiemann <thiemann@acm.org>
Category: Language
Build-type: Simple
Cabal-version: >=1.2
Tested-With: GHC == 6.10.4, GHC == 6.12.3, GHC == 7.0.4, GHC == 7.2.2
Description: Ebnf2ps generates nice looking syntax diagrams in EPS
and FIG format from EBNF specifications and from yacc,
bison, and Happy input grammars. The diagrams can be
immediatedly included in TeX/LaTeX documents and in
texts created with other popular document preparation
systems.
Extra-source-files: examples/ebnf.BNF examples/gofer.BNF examples/regular.BNF,
doc/Atom.eps, doc/ExtAtom.eps, doc/Factor.eps, doc/File.eps,
doc/Production_unfold.eps, doc/Nonterminal.eps,
doc/Production.eps, doc/String.eps, doc/Term.eps, doc/Character.eps, doc/Atom_unfold.eps,
doc/RAtom.eps, doc/RAtom_unfold.eps, doc/Export.eps,
doc/RExtAtom.eps, doc/RFactor.eps, doc/Regexp.eps,
doc/doc.tex, doc/doc.ps
Executable ebnf2ps
Main-is: Ebnf2ps.hs
Hs-source-dirs: src
Build-depends: base < 5, containers,
old-time,
directory,
unix, array, haskell98
Build-tools: happy
Cc-options: -DAFMPATH=/usr/share/texmf-texlive/fonts/afm
Other-modules: Parsers, StringMatch, Info, Fonts, IOSupplement,
EbnfLayout, EbnfOutput, PsOutput, Fig31Output, Version,
Color, AbstractSyntax, Lexer, GrammarTransform, GrammarUnfold,
ParseAux, Ebnf2psParser, CommandLine