-- Copyright (c) 2005-2010 Peter Simons -- -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation, either version 3 of the License, or -- (at your option) any later version. -- -- This program is distributed in the hope that it will be useful, -- but WITHOUT ANY WARRANTY; without even the implied warranty of -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -- GNU General Public License for more details. -- -- You should have received a copy of the GNU General Public License -- along with this program. If not, see . Name: funcmp Version: 1.9 License: GPL-3 License-File: COPYING Author: Meik Hellmund, Ralf Hinze, Joachim Korittky, Marco Kuhlmann, Ferenc Wágner, Peter Simons, Robin Green Maintainer: Peter Simons Homepage: https://github.com/peti/funcmp Bug-Reports: https://github.com/peti/funcmp/issues Category: Graphics Synopsis: Functional MetaPost is a Haskell frontend to the MetaPost language Cabal-Version: >= 1.6 Build-Type: Simple tested-with: GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3 , GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.1 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 . 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 that describes the implementation. The text is also available in . . Last but not least, there is a that offers many helpful examples (which is also available in ). 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: git://github.com/peti/funcmp.git Library Build-Depends: base >= 4.5 && < 5, process >= 1.0.1.1, filepath, pretty Exposed-Modules: FMP FMP.Canvas FMP.Color FMP.Core FMP.File FMP.Frames FMP.Matrix FMP.Picture FMP.RedBlack FMP.Resolve FMP.Symbols FMP.Syntax FMP.Term FMP.Tree FMP.Turtle FMP.Types Other-Modules: Paths_funcmp other-extensions: CPP