Browse and search packages
▸ Advanced options
Usage
Apart from just writing words to search everywhere in package metadata, you can also use filters in the search query string input field above. Filters are surrounded by parentheses. All filters have to pass for every package shown in the result, that is, it is a logical conjunction.
- (downloads > 1000)
- Only show packages with more than 1000 downloads within the last 30 days. The download count is inexact because Hackage uses a content delivery network.
- (lastUpload < 2021-10-29)
- Only show packages for which the last upload was before (i.e. excluding) the given UTC date in the 'complete date' format as specified using ISO 8601.
- (lastUpload = 2021-10-29)
- Only show packages for which the last upload was within the 24 hours of the given UTC date.
- (maintainer:SimonMarlow)
- Only show packages for which the maintainers list includes the user name SimonMarlow.
- (tag:bsd3)
- Only show packages with the
bsd3
tag. - (not tag:network)
- Do not show packages with the
network
tag. Thenot
operator can also be used with other filters. - (ageOfLastUpload > 5d)
- Only show packages uploaded more than five days ago.
- (ageOfLastUpload > 4w)
- Only show packages uploaded more than four weeks ago. A week has seven days.
- (ageOfLastUpload < 1m)
- Only show packages last uploaded less than one month ago. A month is considered to have 30.437 days.
- (ageOfLastUpload < 2.5y)
- Only show packages last uploaded less than 2.5 years ago. A year is considered to be 365.25 days.
- (rating > 2.5)
- Only show packages with a rating of more than 2.5. The dot is the only accepted decimal separator.
- (rating /= 0)
- Only show packages with a rating unequal to zero.
- (deprecated:any)
- Do not filter out deprecated packages. This must be explicitly added if desired.
- (deprecated:true)
- Only show deprecated packages.
- (deprecated:false)
- Only show packages that are not deprecated. If no other deprecation filter is given, this filter is automatically added.
- (distro:Debian)
- Only show packages that are available in the Debian distribution. See the full list of available distributions.
Name | DLs | Rating | Description | Tags | Last U/L | Reference Version | Maintainers |
---|---|---|---|---|---|---|---|
pandoc-crossref | 32 | 0 | Pandoc filter for cross-references | () | 2025-03-22 | 0.3.18.2 | |
pandoc-plot | 15 | 2 | A Pandoc filter to include figures generated from code blocks using your plotting toolkit of choice. | () | 2024-09-27 | 1.9.1 | |
pandoc-include-code | 6 | 2 | A Pandoc filter for including code from source files | () | 2019-12-24 | 1.5.0.0 | |
pandoc-emphasize-code | 6 | 0 | A Pandoc filter for emphasizing code in fenced blocks | () | 2020-08-30 | 0.3.0 | |
pandoc-vimhl | 6 | 0 | Pandoc filter for native Vim code highlighting | () | 2024-11-03 | 0.3.2.1 | |
pandoc-stylefrommeta | 4 | 0 | Pandoc filter to customize links, images and paragraphs | () | 2024-05-10 | 0.4.0.0 | |
pandoc-placetable | 8 | 0 | Pandoc filter to include CSV files | () | 2020-03-29 | 0.6 | |
pandoc-filter-indent | 3 | 0 | Pandoc filter formatting Haskell code fragments using GHC lexer. | () | 2021-09-29 | 0.3.2.0 | |
pandoc-query | 3 | 0 | Pandoc filter to extract only the links. | () | 2023-11-17 | 1.0.0 | |
pandoc | 709 | 3 | Conversion between markup formats | () | 2025-03-16 | 3.6.4 | |
diagrams-pandoc | 5 | 0 | A Pandoc filter to express diagrams inline using the Haskell EDSL _Diagrams_ | () | 2024-02-29 | 0.4 | |
pandoc-filter-graphviz | 3 | 0 | A Pandoc filter to use graphviz | () | 2017-04-16 | 0.1.0.0 | |
citeproc-hs-pandoc-filter | 2 | 0 | A Pandoc filter for processing bibliographic references with citeproc-hs | () | 2015-03-17 | 0.1 | |
pandoc-markdown-ghci-filter | 3 | 0 | Pandoc-filter to evaluate `code` section in markdown and auto-embed output. | () | 2019-07-06 | 0.1.0.0 | |
pandoc-japanese-filters | 2 | 0 | Japanese-specific markup filters for pandoc. | () | 2016-01-20 | 0.1.0.1 | |
panhandle | 2 | 0 | Pandoc filter to unwrap nested blocks | () | 2017-09-21 | 0.3.0.0 | |
pandoc-columns | 2 | 0 | A pandoc filter that provides a Markdown extension for columns. | () | 2023-03-17 | 0.2.0.5 | |
pandoc-utils | 4 | 0 | Utility functions to work with Pandoc in Haskell applications. | () | 2020-05-25 | 0.7.1 | |
pandoc-sidenote | 10 | 0 | Convert Pandoc Markdown-style footnotes into sidenotes | () | 2023-05-25 | 0.23.0.0 | |
pandoc-select-code | 1 | 0 | Pandoc filter to extract only the code blocks. | () | 2023-03-17 | 0.1.0.2 | |
pandoc-csv2table | 2 | 0 | Convert CSV to Pandoc Table Markdown | () | 2021-03-14 | 1.0.9 | |
pandoc-include-plus | 2 | 0 | Pandoc filter to include files, with image path and heading level adjustment. | () | 2023-03-17 | 0.1.2 | |
pandoc-logic-proof | 1 | 0 | A pandoc filter that provides a Markdown extension for logic proofs. | () | 2023-03-17 | 0.2.0.4 | |
panpipe | 2 | 0 | Pandoc filter to execute code blocks | () | 2017-05-17 | 0.2.0.0 | |
R-pandoc | 4 | 0 | () | 2019-11-15 | 0.2.3 | ||
pandoc-linear-table | 2 | 0 | A pandoc filter that provides a Markdown extension to wrap text in table cells. | () | 2023-03-17 | 0.2.0.5 | |
commonmark-pandoc | 56 | 0 | Bridge between commonmark and pandoc AST. | () | 2025-02-09 | 0.2.3 | |
pandoc-types | 113 | 2.5 | Types for representing a structured document | () | 2023-08-06 | 1.23.1 | |
pandoc-lua-marshal | 46 | 0 | Use pandoc types in Lua | () | 2024-12-07 | 0.3.0 | |
latex-formulae-pandoc | 8 | 0 | Render LaTeX formulae in pandoc documents to images with an actual LaTeX installation | () | 2018-07-22 | 0.2.0.6 | |
pandoc-server | 22 | 0 | Pandoc document conversion as an HTTP servant-server | () | 2024-12-08 | 0.1.0.10 | |
pandoc-cli | 44 | 0 | Conversion between documentation formats | () | 2025-03-16 | 3.6.4 | |
pandoc-include | 3 | 0 | Include other Markdown files | () | 2015-12-08 | 0.0.1 | |
latex-svg-pandoc | 5 | 0 | Render LaTeX formulae in pandoc documents to images with an actual LaTeX | () | 2020-05-10 | 0.2.1 | |
pandoc-lua-engine | 44 | 0 | Lua engine to power custom pandoc conversions | () | 2025-03-16 | 0.4.1.1 | |
pandoc-plantuml-diagrams | 4 | 0 | Render and insert PlantUML diagrams with Pandoc | () | 2021-02-04 | 0.1.1.0 | |
doctemplates | 64 | 2.25 | Pandoc-style document templates | () | 2024-09-09 | 0.11.0.1 | |
witherable | 68 | 2.5 | filterable traversable | () | 2024-05-17 | 0.5 | |
pandoc-lens | 4 | 2 | Lenses for Pandoc documents | () | 2020-04-03 | 0.7.0 | |
gitit | 16 | 2.25 | Wiki using happstack, git or darcs, and pandoc. | () | 2024-01-28 | 0.15.1.2 | |
servant-pandoc | 5 | 2 | Use Pandoc to render servant API documentation | () | 2018-01-16 | 0.5.0.0 | |
pandoc-throw | 2 | 0 | MonadThrow behaviour for Pandoc. | () | 2020-09-05 | 0.1.0.0 | |
pandoc-symreg | 2 | 0 | A tool to convert symbolic regression expressions into different formats. | () | 2023-06-25 | 0.2.1.3 | |
pandoc-citeproc-preamble | 10 | 0 | Insert a preamble before pandoc-citeproc's bibliography | () | 2020-07-26 | 1.6 | |
fuzzy | 15 | 0 | Filters a list based on a fuzzy string search. | () | 2024-01-05 | 0.1.1.0 | |
bloomfilter | 14 | 0 | Pure and impure Bloom Filter implementations. | () | 2023-08-04 | 2.0.1.2 | |
pandoc-dhall-decoder | 3 | 0 | Decodes pandoc to dhall. | () | 2020-10-31 | 0.1.0.1 | |
patat | 19 | 2 | Terminal-based presentations using Pandoc | () | 2025-04-05 | 0.15.0.0 | |
filter-logger | 5 | 0 | Filterable request logging wai middleware. Change how data is logged and when. | () | 2017-07-15 | 0.6.0.0 | |
pandoc-link-context | 5 | 0 | Extract "contextual links" from Pandoc | () | 2023-11-20 | 1.4.1.0 |