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
|
Source: carettah
Priority: optional
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>,
Rules-Requires-Root: no
Build-Depends:
debhelper (>= 10),
haskell-devscripts (>= 0.9),
cdbs,
ghc (>= 8.4.3),
ghc-prof,
libcwiid-dev,
libghc-cairo-dev,
libghc-cairo-prof,
libghc-gtk-dev (>= 0.13),
libghc-gtk-prof,
libghc-gtk2hs-buildtools-dev,
libghc-gtk2hs-buildtools-prof,
libghc-hcwiid-dev,
libghc-hcwiid-prof,
libghc-highlighting-kate-dev,
libghc-highlighting-kate-prof,
libghc-pandoc-dev (>= 2.2.1),
libghc-pandoc-prof,
libghc-pango-dev,
libghc-pango-prof,
Standards-Version: 4.1.4
Homepage: https://github.com/master-q/carettah
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/carettah
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/carettah]
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.
|