-
Notifications
You must be signed in to change notification settings - Fork 0
/
funcmp.cabal
88 lines (83 loc) · 3.8 KB
/
funcmp.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
-- 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 <http://www.gnu.org/licenses/>.
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 <[email protected]>
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.4, GHC == 8.6.2
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 <http://download.savannah.nongnu.org/releases/funcmp/Manual_eng.ps user's manual>.
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
<http://download.savannah.nongnu.org/releases/funcmp/Thesis_eng.ps original thesis>
that describes the implementation. The text is also available in
<http://download.savannah.nongnu.org/releases/funcmp/Thesis.ps German>.
.
Last but not least, there is a
<http://download.savannah.nongnu.org/releases/funcmp/Tutorial_eng.ps tutorial>
that offers many helpful examples (which is also available in
<http://download.savannah.nongnu.org/releases/funcmp/Tutorial.ps German>).
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: https://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