-
Notifications
You must be signed in to change notification settings - Fork 23
/
HPDF.cabal
140 lines (132 loc) · 3.82 KB
/
HPDF.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
Name: HPDF
Version: 1.5.0
cabal-version: >=1.10
License: BSD3
License-file:LICENSE
Copyright: Copyright (c) 2007-2016, alpheccar.org
category: Graphics
synopsis: Generation of PDF documents
maintainer: misc@NOSPAMalpheccar.org
build-type: Simple
tested-with: GHC==7.10.2
homepage: http://www.alpheccar.org
description: A PDF library with support for several pages, page transitions, outlines, annotations, compression, colors, shapes, patterns, jpegs, fonts, typesetting ... Have a look at the "Graphics.PDF.Documentation" module to see how to use it. Or, download the package and look at the test.hs file in the Test folder. That file is giving an example of each feature.
extra-source-files:
c/conversion.h
Test/logo.jpg
Test/Makefile
Test/Penrose.hs
Test/test.hs
README.txt
NEWS.txt
TODO.txt
changelog
data-files:
Core14_AFMs/Courier-Bold.afm
Core14_AFMs/Helvetica-BoldOblique.afm
Core14_AFMs/Times-Bold.afm
Core14_AFMs/Courier-BoldOblique.afm
Core14_AFMs/Helvetica-Oblique.afm
Core14_AFMs/Times-BoldItalic.afm
Core14_AFMs/Courier-Oblique.afm
Core14_AFMs/Helvetica.afm
Core14_AFMs/Times-Italic.afm
Core14_AFMs/Courier.afm
Core14_AFMs/MustRead.html
Core14_AFMs/Times-Roman.afm
Core14_AFMs/Helvetica-Bold.afm
Core14_AFMs/Symbol.afm
Core14_AFMs/ZapfDingbats.afm
Encodings/glyphlist.txt
Encodings/zapfdingbats.txt
Encodings/pdfencodings.txt
Test/logo.jpg
source-repository head
type: git
location: https://github.com/alpheccar/HPDF.git
Test-Suite HPDF-Tests
Type: exitcode-stdio-1.0
Main-is: HPDF-tests.hs
hs-source-dirs: Test
Build-depends: base >= 4,
HTF >= 0.10,
HPDF
Default-language: Haskell2010
Executable HPDF-Demo
Main-is: test.hs
hs-source-dirs: Test
Build-depends: base >= 4,
HPDF,
random >= 1.0,
text >= 1.2.0,
network-uri >= 2.6.0.3,
vector >=0.10,
filepath >= 1.4.0
Default-language: Haskell2010
Other-Modules:
Paths_HPDF
Penrose
library
build-depends:
base >= 4 && < 5,
containers,
random >= 1.0,
bytestring >= 0.9,
array >= 0.1,
zlib >= 0.5,
binary >= 0.4,
mtl,
vector >=0.10,
errors,
base64-bytestring >= 0.1,
text >= 1.2.0,
network-uri >= 2.6.0.3,
parsec >=3.1.9,
filepath >= 1.4.0
Default-language: Haskell2010
ghc-options: -Wall -fno-warn-tabs -funbox-strict-fields -O2
C-Sources:
c/conversion.c
Include-Dirs: c
Install-Includes:
conversion.h
exposed-Modules:
Graphics.PDF
Graphics.PDF.Colors
Graphics.PDF.Coordinates
Graphics.PDF.Document
Graphics.PDF.Shapes
Graphics.PDF.Text
Graphics.PDF.Fonts.Font
Graphics.PDF.Fonts.StandardFont
Graphics.PDF.Fonts.Type1
Graphics.PDF.Typesetting.WritingSystem
Graphics.PDF.Navigation
Graphics.PDF.Image
Graphics.PDF.Action
Graphics.PDF.Annotation
Graphics.PDF.Pattern
Graphics.PDF.Shading
Graphics.PDF.Typesetting
Graphics.PDF.Hyphenate
Graphics.PDF.Documentation
Paths_HPDF
Other-Modules:
Graphics.PDF.LowLevel.Types
Graphics.PDF.Fonts.FontTypes
Graphics.PDF.Data.PDFTree
Graphics.PDF.Data.Trie
Graphics.PDF.Pages
Graphics.PDF.Resources
Graphics.PDF.Draw
Graphics.PDF.Hyphenate.English
Graphics.PDF.Hyphenate.LowLevel
Graphics.PDF.Typesetting.Breaking
Graphics.PDF.Typesetting.Horizontal
Graphics.PDF.Typesetting.Vertical
Graphics.PDF.Typesetting.Box
Graphics.PDF.Typesetting.Layout
Graphics.PDF.LowLevel.Serializer
Graphics.PDF.Typesetting.StandardStyle
Graphics.PDF.Fonts.AFMParser
Graphics.PDF.Fonts.Encoding