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
|
Source: patat
Maintainer: Félix Sipma <felix@debian.org>
Priority: optional
Section: haskell
Build-Depends: debhelper-compat (= 12),
ghc,
libghc-aeson-dev (>= 2.0),
libghc-aeson-dev (<< 2.3),
libghc-ansi-terminal-dev (>= 0.6),
libghc-ansi-terminal-dev (<< 1.1),
libghc-ansi-wl-pprint-dev (>= 0.6),
libghc-ansi-wl-pprint-dev (<< 1.1),
libghc-async-dev (>= 2.2),
libghc-async-dev (<< 2.3),
libghc-base64-bytestring-dev (>= 1.0),
libghc-base64-bytestring-dev (<< 1.3),
libghc-colour-dev (>= 2.3),
libghc-colour-dev (<< 2.4),
libghc-mtl-dev (>= 2.2),
libghc-mtl-dev (<< 2.4),
libghc-optparse-applicative-dev (>= 0.16),
libghc-optparse-applicative-dev (<< 0.19),
libghc-pandoc-dev (>= 3.0),
libghc-pandoc-dev (<< 3.2),
libghc-pandoc-types-dev (>= 1.23),
libghc-pandoc-types-dev (<< 1.24),
libghc-skylighting-dev (>= 0.10),
libghc-skylighting-dev (<< 0.15),
libghc-terminal-size-dev (>= 0.3),
libghc-terminal-size-dev (<< 0.4),
libghc-text-dev (>= 1.2),
libghc-text-dev (<< 2.2),
libghc-unordered-containers-dev (>= 0.2),
libghc-unordered-containers-dev (<< 0.3),
libghc-yaml-dev (>= 0.8),
libghc-yaml-dev (<< 0.12),
libghc-wcwidth-dev (>= 0.0),
libghc-wcwidth-dev (<< 0.1),
libghc-tasty-dev (>= 1.2),
libghc-tasty-dev (<< 1.6),
libghc-tasty-hunit-dev (>= 0.10),
libghc-tasty-hunit-dev (<< 0.11),
libghc-tasty-quickcheck-dev (>= 0.10),
libghc-tasty-quickcheck-dev (<< 0.11),
libghc-quickcheck2-dev (>= 2.8),
libghc-quickcheck2-dev (<< 2.15),
pandoc-data
Standards-Version: 4.5.0
Homepage: https://github.com/jaspervdj/patat
Vcs-Git: https://salsa.debian.org/felix/patat.git
Vcs-Browser: https://salsa.debian.org/felix/patat
Package: patat
Architecture: any
Section: misc
Depends: ${shlibs:Depends}, ${haskell:Depends}, ${misc:Depends}
Description: Terminal-based presentations using Pandoc
patat (*P*resentations *A*top *T*he *A*NSI *T*erminal) is a small tool that
allows you to show presentations using only an ANSI terminal. It does not
require `ncurses`.
|