File: control

package info (click to toggle)
lhs2tex 1.24-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, trixie
  • size: 1,976 kB
  • sloc: haskell: 4,408; makefile: 314; sh: 221
file content (53 lines) | stat: -rw-r--r-- 1,799 bytes parent folder | download | duplicates (2)
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
Source: lhs2tex
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders:
 Arjan Oosting <arjan@debian.org>,
 Erik de Castro Lopo <erikd@mega-nerd.com>,
Priority: optional
Section: haskell
Rules-Requires-Root: no
Build-Depends:
 autotools-dev,
 debhelper (>= 10),
 ghc (>= 8.4.3),
 libghc-regex-compat-dev,
 tex-common,
Standards-Version: 4.1.4
Homepage: https://github.com/kosmikus/lhs2tex
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/lhs2tex
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/lhs2tex]

Package: lhs2tex
Architecture: any
Multi-Arch: foreign
Depends:
 texlive-latex-base,
 texlive-science,
 ${misc:Depends},
 ${shlibs:Depends},
Description: Generates LaTeX code from literate Haskell sources
 lhs2TeX includes the following features:
 .
 Different styles to process your source file: for instance,
 "tt" style uses a monospaced font for the code while still
 allowing you to highlight keywords etc, whereas
 "poly" style uses proportional fonts for identifiers, handles
 indentation nicely, is able to replace binary operators by
 mathematical symbols and take care of complex horizontal
 alignments.
 .
 Formatting directives, which let you customize the way certain
 tokens in the source code should appear in the processed
 output.
 .
 A liberal parser that can handle most of the language
 extensions; you don't have to restrict yourself to Haskell 98.
 .
 Preprocessor-style conditionals that allow you to generate
 different versions of a document from a single source file
 (for instance, a paper and a presentation).
 .
 Active documents: you can use Haskell to generate parts of the
 document (useful for papers on Haskell).
 .
 A manual explaining all the important aspects of lhs2TeX.