File: control

package info (click to toggle)
carettah 0.4.2-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 348 kB
  • sloc: haskell: 617; makefile: 8
file content (48 lines) | stat: -rw-r--r-- 1,342 bytes parent folder | download
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
Source: carettah
Priority: extra
Section: haskell
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders:
 Kiwamu Okabe <kiwamu@debian.or.jp>,
 Louis Bettens <louis@bettens.info>,
Build-Depends:
 cdbs,
 debhelper (>= 9),
 ghc (>= 8),
 ghc-prof,
 haskell-devscripts (>= 0.8.19),
 libcwiid-dev,
 libghc-cairo-dev,
 libghc-cairo-prof,
 libghc-gtk-dev,
 libghc-gtk-prof,
 libghc-hcwiid-dev,
 libghc-hcwiid-prof,
 libghc-highlighting-kate-dev,
 libghc-highlighting-kate-prof,
 libghc-mtl-dev,
 libghc-mtl-prof,
 libghc-pandoc-dev,
 libghc-pandoc-prof,
 libghc-pango-dev,
 libghc-pango-prof,
Standards-Version: 3.9.8
Homepage: https://github.com/master-q/carettah
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/carettah
Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git

Package: carettah
Architecture: any
Section: misc
Depends:
 fonts-noto-cjk,
 ${haskell:Depends},
 ${misc:Depends},
 ${shlibs:Depends},
Description: presentation tool that renders Markdown
 A presentation tool, Carettah generates new presentation boilerplate
 and displays it when invoked like `carettah -n markdown.md`.  You can
 then edit the Markdown and hit 'r' to re-render.
 It can be controlled by keyboard or Wiimote.
 .
 It's a clone of the rabbit package, written in Haskell.