Name: funcmp Version: 1.3 License: GPL License-File: COPYING Author: Meik Hellmund, Ralf Hinze, Joachim Korittky, Marco Kuhlmann, Ferenc Wágner, Peter Simons Maintainer: Peter Simons Homepage: http://cryp.to/funcmp/ Category: Graphics Synopsis: Functional MetaPost Description: Functional MetaPost is a Haskell frontend to the MetaPost language by John Hobby. Users write their graphics as Haskell programs, which then emit MetaPost code that can be compiled into encapsulated PostScript files and smoothly included into e.g. LaTeX. . A collection of useful examples how to use Functional MetaPost can be found in the user's manual at . The document doesn't offer very much detail in terms of explanations, but the code samples are quite helpful. . Further documentation can be found in the original thesis that describes the implementation. The text is available in German at and in English at . . Last but not least, there is a tutorial that offers many helpful examples available in German at and in English at . Cabal-Version: >= 1.6 Build-Type: Simple Tested-With: GHC == 6.12.1 Data-files: doc/FMPMain.hs doc/Manual.lhs doc/Manual_eng.lhs doc/README.doc doc/Tutorial.lhs doc/Tutorial_eng.lhs doc/fmp.ini doc/lhs2TeX.fmt texmf/FuncMP.mp texmf/fmp1.mf texmf/fmp24.mf texmf/fmp8.mf Source-Repository head Type: git Location: http://git.cryp.to/funcmp Library Build-Depends: base >= 3 && <= 5, process, filepath Exposed-Modules: FMP FMP.Canvas FMP.Color FMP.Core FMP.File FMP.Frames FMP.Matrix FMP.PP FMP.Picture FMP.RedBlack FMP.Resolve FMP.Symbols FMP.Syntax FMP.Term FMP.Tree FMP.Turtle FMP.Types Other-Modules: Paths_funcmp Ghc-Options: -Wall