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
|
Source: pandoc-sidenote
Section: text
Priority: optional
Maintainer: Debian Haskell Group <debian-haskell@lists.debian.org>
Uploaders:
Jonas Smedegaard <dr@jones.dk>,
Build-Depends:
cdbs,
debhelper,
ghc,
ghc-prof,
haskell-devscripts,
libghc-monad-gen-dev,
libghc-monad-gen-prof,
libghc-pandoc-dev,
libghc-pandoc-prof,
libghc-pandoc-types-dev,
libghc-pandoc-types-prof,
Build-Depends-Indep:
ghc-doc,
libghc-monad-gen-doc,
libghc-pandoc-doc,
libghc-pandoc-types-doc,
Standards-Version: 4.2.1
Homepage: https://github.com/jez/pandoc-sidenote
Vcs-Git: https://salsa.debian.org/haskell-team/pandoc-sidenote.git
Vcs-Browser: https://salsa.debian.org/haskell-team/pandoc-sidenote
Rules-Requires-Root: no
Package: pandoc-sidenote
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Enhances:
pandoc,
Multi-Arch: foreign
Description: footnotes-to-sidenotes converter for Pandoc
pandoc-sidenote is a simple Pandoc filter
to convert footnotes into a format that can be consumed by Tufte CSS.
.
Pandoc is a Haskell library for converting
from one markup format to another,
and a command-line tool that uses this library.
.
This package provides the filter to be used with the pandoc executable.
Package: libghc-pandoc-sidenote-dev
Section: haskell
Architecture: any
Depends:
${haskell:Depends},
${haskell:Extra-Depends},
${misc:Depends},
${shlibs:Depends},
Recommends:
${haskell:Recommends},
Suggests:
${haskell:Suggests},
Provides:
${haskell:Provides},
Description: footnotes-to-sidenotes converter for Pandoc - libraries
pandoc-sidenote is a simple Pandoc filter
to convert footnotes into a format that can be consumed by Tufte CSS.
.
Pandoc is a Haskell library for converting
from one markup format to another,
and a command-line tool that uses this library.
.
This package provides the Haskell library for pandoc-sidenote.
Package: libghc-pandoc-sidenote-doc
Section: doc
Architecture: all
Depends:
${haskell:Depends},
${haskell:Extra-Depends},
${misc:Depends},
Recommends:
${haskell:Recommends},
Description: footnotes-to-sidenotes converter for Pandoc - library documentation
pandoc-sidenote is a simple Pandoc filter
to convert footnotes into a format that can be consumed by Tufte CSS.
.
Pandoc is a Haskell library for converting
from one markup format to another,
and a command-line tool that uses this library.
.
This package provides library documentation for pandoc-sidenote.
Package: libghc-pandoc-sidenote-prof
Section: haskell
Architecture: any
Depends:
${haskell:Depends},
${haskell:Extra-Depends},
${misc:Depends},
Suggests:
${cdbs:Suggests},
Provides:
${haskell:Provides},
Description: footnotes-to-sidenotes converter for Pandoc - profiling libraries
pandoc-sidenote is a simple Pandoc filter
to convert footnotes into a format that can be consumed by Tufte CSS.
.
Pandoc is a Haskell library for converting
from one markup format to another,
and a command-line tool that uses this library.
.
This package provides profiling for the pandoc-sidenote library.
|