name:                 pandoc
version:              3.6.3
visibility:           public
id:                   pandoc-3.6.3-8oSX1bNNlLaFibyNtCqxN6
key:                  pandoc-3.6.3-8oSX1bNNlLaFibyNtCqxN6
license:              GPL-2.0-or-later
copyright:            (c) 2006-2024 John MacFarlane
maintainer:           John MacFarlane <jgm@berkeley.edu>
author:               John MacFarlane <jgm@berkeley.edu>
stability:            alpha
homepage:             https://pandoc.org
synopsis:             Conversion between markup formats
description:
    Pandoc is a Haskell library for converting from one markup
    format to another.  The formats it can handle include

    - light markup formats (many variants of Markdown,
    reStructuredText, AsciiDoc, Org-mode, Muse, Textile,
    txt2tags, djot)
    - HTML formats (HTML 4 and 5)
    - Ebook formats (EPUB v2 and v3, FB2)
    - Documentation formats (GNU TexInfo, Haddock)
    - Roff formats (man, ms)
    - TeX formats (LaTeX, ConTeXt)
    - Typst
    - XML formats (DocBook 4 and 5, JATS, TEI Simple, OpenDocument)
    - Outline formats (OPML)
    - Bibliography formats (BibTeX, BibLaTeX, CSL JSON, CSL YAML,
    RIS)
    - Word processor formats (Docx, RTF, ODT)
    - Interactive notebook formats (Jupyter notebook ipynb)
    - Page layout formats (InDesign ICML)
    - Wiki markup formats (MediaWiki, DokuWiki, TikiWiki, TWiki,
    Vimwiki, XWiki, ZimWiki, Jira wiki, Creole)
    - Slide show formats (LaTeX Beamer, PowerPoint, Slidy,
    reveal.js, Slideous, S5, DZSlides)
    - Data formats (CSV and TSV tables)
    - PDF (via external programs such as pdflatex or wkhtmltopdf)

    Pandoc can convert mathematical content in documents
    between TeX, MathML, Word equations, roff eqn, typst,
    and plain text. It includes a powerful system for automatic
    citations and bibliographies, and it can be customized
    extensively using templates, filters, and custom readers
    and writers written in Lua.

    For the pandoc command-line program, see the
    @pandoc-cli@ package.

category:             Text
abi:                  8f4096a88d86d4d5bba83028f546c0a8
exposed:              True
exposed-modules:
    Text.Pandoc Text.Pandoc.App Text.Pandoc.Asciify Text.Pandoc.Chunks
    Text.Pandoc.Citeproc Text.Pandoc.Class Text.Pandoc.Class.IO
    Text.Pandoc.Data Text.Pandoc.Emoji Text.Pandoc.Error
    Text.Pandoc.Extensions Text.Pandoc.Filter Text.Pandoc.Format
    Text.Pandoc.Highlighting Text.Pandoc.ImageSize Text.Pandoc.Logging
    Text.Pandoc.MIME Text.Pandoc.MediaBag Text.Pandoc.Options
    Text.Pandoc.PDF Text.Pandoc.Parsing Text.Pandoc.Process
    Text.Pandoc.Readers Text.Pandoc.Readers.BibTeX
    Text.Pandoc.Readers.CSV Text.Pandoc.Readers.CommonMark
    Text.Pandoc.Readers.Creole Text.Pandoc.Readers.CslJson
    Text.Pandoc.Readers.Djot Text.Pandoc.Readers.DocBook
    Text.Pandoc.Readers.Docx Text.Pandoc.Readers.DokuWiki
    Text.Pandoc.Readers.EPUB Text.Pandoc.Readers.EndNote
    Text.Pandoc.Readers.FB2 Text.Pandoc.Readers.HTML
    Text.Pandoc.Readers.Haddock Text.Pandoc.Readers.Ipynb
    Text.Pandoc.Readers.JATS Text.Pandoc.Readers.Jira
    Text.Pandoc.Readers.LaTeX Text.Pandoc.Readers.Man
    Text.Pandoc.Readers.Markdown Text.Pandoc.Readers.Mdoc
    Text.Pandoc.Readers.MediaWiki Text.Pandoc.Readers.Muse
    Text.Pandoc.Readers.Native Text.Pandoc.Readers.ODT
    Text.Pandoc.Readers.OPML Text.Pandoc.Readers.Org
    Text.Pandoc.Readers.Pod Text.Pandoc.Readers.RIS
    Text.Pandoc.Readers.RST Text.Pandoc.Readers.RTF
    Text.Pandoc.Readers.TWiki Text.Pandoc.Readers.Textile
    Text.Pandoc.Readers.TikiWiki Text.Pandoc.Readers.Txt2Tags
    Text.Pandoc.Readers.Typst Text.Pandoc.Readers.Vimwiki
    Text.Pandoc.Scripting Text.Pandoc.SelfContained Text.Pandoc.Shared
    Text.Pandoc.Slides Text.Pandoc.Sources Text.Pandoc.Templates
    Text.Pandoc.Transforms Text.Pandoc.Translations
    Text.Pandoc.Translations.Types Text.Pandoc.UTF8 Text.Pandoc.Version
    Text.Pandoc.Writers Text.Pandoc.Writers.ANSI
    Text.Pandoc.Writers.AnnotatedTable Text.Pandoc.Writers.AsciiDoc
    Text.Pandoc.Writers.BibTeX Text.Pandoc.Writers.ChunkedHTML
    Text.Pandoc.Writers.CommonMark Text.Pandoc.Writers.ConTeXt
    Text.Pandoc.Writers.CslJson Text.Pandoc.Writers.Djot
    Text.Pandoc.Writers.DocBook Text.Pandoc.Writers.Docx
    Text.Pandoc.Writers.DokuWiki Text.Pandoc.Writers.EPUB
    Text.Pandoc.Writers.FB2 Text.Pandoc.Writers.HTML
    Text.Pandoc.Writers.Haddock Text.Pandoc.Writers.ICML
    Text.Pandoc.Writers.Ipynb Text.Pandoc.Writers.JATS
    Text.Pandoc.Writers.Jira Text.Pandoc.Writers.LaTeX
    Text.Pandoc.Writers.Man Text.Pandoc.Writers.Markdown
    Text.Pandoc.Writers.Math Text.Pandoc.Writers.MediaWiki
    Text.Pandoc.Writers.Ms Text.Pandoc.Writers.Muse
    Text.Pandoc.Writers.Native Text.Pandoc.Writers.ODT
    Text.Pandoc.Writers.OOXML Text.Pandoc.Writers.OPML
    Text.Pandoc.Writers.OpenDocument Text.Pandoc.Writers.Org
    Text.Pandoc.Writers.Powerpoint Text.Pandoc.Writers.RST
    Text.Pandoc.Writers.RTF Text.Pandoc.Writers.Shared
    Text.Pandoc.Writers.TEI Text.Pandoc.Writers.Texinfo
    Text.Pandoc.Writers.Textile Text.Pandoc.Writers.Typst
    Text.Pandoc.Writers.XWiki Text.Pandoc.Writers.ZimWiki
    Text.Pandoc.XML

hidden-modules:
    Text.Pandoc.App.CommandLineOptions Text.Pandoc.App.Input
    Text.Pandoc.App.Opt Text.Pandoc.App.OutputSettings
    Text.Pandoc.Class.CommonState Text.Pandoc.Class.PandocMonad
    Text.Pandoc.Class.PandocIO Text.Pandoc.Class.PandocPure
    Text.Pandoc.Class.Sandbox Text.Pandoc.Filter.Environment
    Text.Pandoc.Filter.JSON Text.Pandoc.Parsing.Capabilities
    Text.Pandoc.Parsing.Citations Text.Pandoc.Parsing.General
    Text.Pandoc.Parsing.GridTable Text.Pandoc.Parsing.Lists
    Text.Pandoc.Parsing.Math Text.Pandoc.Parsing.Smart
    Text.Pandoc.Parsing.State Text.Pandoc.Parsing.Future
    Text.Pandoc.Readers.Docx.Lists Text.Pandoc.Readers.Docx.Combine
    Text.Pandoc.Readers.Docx.Parse
    Text.Pandoc.Readers.Docx.Parse.Styles Text.Pandoc.Readers.Docx.Util
    Text.Pandoc.Readers.Docx.Symbols Text.Pandoc.Readers.Docx.Fields
    Text.Pandoc.Readers.HTML.Parsing Text.Pandoc.Readers.HTML.Table
    Text.Pandoc.Readers.HTML.TagCategories
    Text.Pandoc.Readers.HTML.Types Text.Pandoc.Readers.LaTeX.Inline
    Text.Pandoc.Readers.LaTeX.Citation Text.Pandoc.Readers.LaTeX.Lang
    Text.Pandoc.Readers.LaTeX.Macro Text.Pandoc.Readers.LaTeX.Math
    Text.Pandoc.Readers.LaTeX.Parsing Text.Pandoc.Readers.LaTeX.SIunitx
    Text.Pandoc.Readers.LaTeX.Table Text.Pandoc.Readers.Mdoc.Lex
    Text.Pandoc.Readers.Mdoc.Macros Text.Pandoc.Readers.Mdoc.Standards
    Text.Pandoc.Readers.Typst.Parsing Text.Pandoc.Readers.Typst.Math
    Text.Pandoc.Readers.ODT.Base Text.Pandoc.Readers.ODT.Namespaces
    Text.Pandoc.Readers.ODT.StyleReader
    Text.Pandoc.Readers.ODT.ContentReader
    Text.Pandoc.Readers.ODT.Generic.Fallible
    Text.Pandoc.Readers.ODT.Generic.SetMap
    Text.Pandoc.Readers.ODT.Generic.Utils
    Text.Pandoc.Readers.ODT.Generic.Namespaces
    Text.Pandoc.Readers.ODT.Generic.XMLConverter
    Text.Pandoc.Readers.ODT.Arrows.State
    Text.Pandoc.Readers.ODT.Arrows.Utils
    Text.Pandoc.Readers.Org.BlockStarts Text.Pandoc.Readers.Org.Blocks
    Text.Pandoc.Readers.Org.DocumentTree
    Text.Pandoc.Readers.Org.ExportSettings
    Text.Pandoc.Readers.Org.Inlines Text.Pandoc.Readers.Org.Meta
    Text.Pandoc.Readers.Org.ParserState Text.Pandoc.Readers.Org.Parsing
    Text.Pandoc.Readers.Org.Shared Text.Pandoc.Readers.Metadata
    Text.Pandoc.Readers.Roff Text.Pandoc.Readers.Roff.Escape
    Text.Pandoc.Writers.Docx.OpenXML Text.Pandoc.Writers.Docx.StyleMap
    Text.Pandoc.Writers.Docx.Table Text.Pandoc.Writers.Docx.Types
    Text.Pandoc.Writers.GridTable Text.Pandoc.Writers.JATS.References
    Text.Pandoc.Writers.JATS.Table Text.Pandoc.Writers.JATS.Types
    Text.Pandoc.Writers.LaTeX.Caption Text.Pandoc.Writers.LaTeX.Notes
    Text.Pandoc.Writers.LaTeX.Table Text.Pandoc.Writers.LaTeX.Lang
    Text.Pandoc.Writers.LaTeX.Types Text.Pandoc.Writers.LaTeX.Citation
    Text.Pandoc.Writers.LaTeX.Util Text.Pandoc.Writers.Markdown.Table
    Text.Pandoc.Writers.Markdown.Types
    Text.Pandoc.Writers.Markdown.Inline Text.Pandoc.Writers.Roff
    Text.Pandoc.Writers.Blaze
    Text.Pandoc.Writers.Powerpoint.Presentation
    Text.Pandoc.Writers.Powerpoint.Output Text.Pandoc.Char
    Text.Pandoc.TeX Text.Pandoc.URI Text.Pandoc.CSS Text.Pandoc.CSV
    Text.Pandoc.RoffChar Text.Pandoc.UUID Text.Pandoc.Image
    Text.Pandoc.Citeproc.BibTeX Text.Pandoc.Citeproc.Name
    Text.Pandoc.Citeproc.CslJson Text.Pandoc.Citeproc.Data
    Text.Pandoc.Citeproc.Locator Text.Pandoc.Citeproc.MetaValue
    Text.Pandoc.Citeproc.Util Paths_pandoc

import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/pandoc-3.6.3-8oSX1bNNlLaFibyNtCqxN6

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/pandoc-3.6.3-8oSX1bNNlLaFibyNtCqxN6

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/pandoc-3.6.3-8oSX1bNNlLaFibyNtCqxN6

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1
data-dir:             /usr/pkg/share/aarch64-netbsd-ghc-9.10.1/pandoc-3.6.3
hs-libraries:         HSpandoc-3.6.3-8oSX1bNNlLaFibyNtCqxN6
depends:
    Glob-0.10.2-3vtCSTsAOtE7VDcURNm0um
    JuicyPixels-3.3.9-D4GSBtW9OfK2GKVIljLKj0
    aeson-2.2.3.0-7XnCskwqBum1iz93aA1K0B
    aeson-pretty-0.8.10-I9T5AB4vkzr4XcSCsVTt0M array-0.5.7.0-inplace
    attoparsec-0.14.4-K9NSfl6Vabt1mhGYpcAGFx base-4.20.0.0-inplace
    base64-bytestring-1.2.1.0-J7LrHzw4HYx9u66jbTXGg4
    binary-0.8.9.2-inplace blaze-html-0.9.2.0-LOnpVxfnuxD1EkTmlBgXvP
    blaze-markup-0.8.3.0-7bIFu6TYdl4Bsp2tKv4cVo
    bytestring-0.12.1.0-inplace
    case-insensitive-1.2.1.0-FcBOJwTLcBrEdHrSFt3rYl
    citeproc-0.8.1.3-IxM2dKeS2O0CZZqwq81Vqh
    commonmark-0.2.6.1-9VGXKQgKXCy7AOVMhV2nBP
    commonmark-extensions-0.2.6-F4icvFnKPbvC05TlosECcO
    commonmark-pandoc-0.2.3-8mHiJYFlyOmKSWjRv9H975
    containers-0.7-inplace crypton-1.0.1-8yFvLu5UWrc860aH93RlDD
    crypton-connection-0.4.3-G0gflhNpA0UB4fkdhfArdh
    crypton-x509-system-1.6.7-6P4dyJu7B5x8iSeOvl8vpW
    data-default-0.8.0.0-2oWsJ52Td01AJaqZepl521 deepseq-1.5.0.0-inplace
    directory-1.3.8.3-inplace djot-0.1.2.2-CcJLKyGeVwa94vBBvAFVOc
    doclayout-0.5-LGtcUienMEO8V9amUHWJu0
    doctemplates-0.11.0.1-aFJRT5E43a4sBaDyDjoPj
    emojis-0.1.4.1-KxgfFFHDQTjGKsUEl6zhSI exceptions-0.10.7-inplace
    file-embed-0.0.16.0-H8SWOVMMiHw4FN2qmQ3BQN filepath-1.5.2.0-inplace
    gridtables-0.1.0.0-JiYjFITjRpkLWPVFzZO4R8
    haddock-library-1.11.0-I6GS6ZTqfECARZ66tPBsGf
    http-client-0.7.18-4mTnvnIJu94COl5H4eaUCR
    http-client-tls-0.3.6.4-7spPhxxM5Tv1jPuWc4GLdv
    http-types-0.12.4-HhEPaOzd8crnbrvqiOppv
    ipynb-0.2-ECEsTZjwSEXDGeec6C4GR9
    jira-wiki-markup-1.5.1-B3gfR5wOs2fHqi1PkmY3eW
    libyaml-0.1.4-33b1x8iuxsm3j8XzkWO6Zv
    mime-types-0.1.2.0-1lrKoafJmGIAnC2KP9X19U mtl-2.3.1-inplace
    network-3.2.7.0-1Ct3oTmBj2N7AMqmYP2CgU
    network-uri-2.6.4.2-E8LVMJw3xhU27dwpt5eqVZ
    pandoc-3.6.3-2RjvjXc8GAh5ZDTQ5AIO0F-xml-light
    pandoc-types-1.23.1-6uouMEq6kQNBOdLsxiNO8U parsec-3.1.17.0-inplace
    pretty-1.1.3.6-inplace pretty-show-1.10-GpaUxCveqN8KXfYQDBift8
    process-1.6.19.0-inplace random-1.3.0-23BW6tricnOKWC1NYRlV2o
    safe-0.3.21-6o1HyJG07tuFT9s6NxlbmB
    scientific-0.3.8.0-6l8Y8xLgYTW2dohMP28D2Z
    skylighting-0.14.6-HgjOn9EoAW93bSyGhf5KQD
    skylighting-core-0.14.6-JIczlYHTBzzHIn2s2TC3oy
    split-0.2.5-KrerJABNXWK8mcNwVgGWc5
    syb-0.7.2.4-7KqqPsJi0ji9kJTuxQWr2P
    tagsoup-0.14.8-B04MyrNbod71J3IN8zcL96
    temporary-1.3-EBFu3yP3O207y4rLlHfnji
    texmath-0.12.8.13-CaekYIXVl9zFIJ3z9jm305 text-2.1.1-inplace
    text-conversions-0.3.1.1-5YcY5lISpEnJT2LUFuODp3 time-1.12.2-inplace
    tls-2.1.7-314DFAYuvw7BwCVqQbeTfT typst-0.6.2-FsqtOtuqISu4TkVP5cEOl8
    unicode-collation-0.1.3.6-3NNLMQXe4rc3m68H9XTSL5
    unicode-transforms-0.4.0.1-KoGpQbpAVZSL7V8STRyKUN
    unix-2.8.5.1-inplace vector-0.13.2.0-IQjxDWDvdFJE3A4jpN00x9
    xml-1.3.14-DTHJzmMD721Hgtu1AfIUsH
    yaml-0.11.11.2-LqJIol9cBbt5P7FVXLdG2t
    zip-archive-0.4.3.2-CWWs0zSyY1Q8HA79WvEUP
    zlib-0.7.1.0-1mOT4jASaJp8whxsM9AySZ

haddock-interfaces:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/pandoc-3.6.3/html/pandoc.haddock

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/pandoc-3.6.3/html
