name:                 commonmark
version:              0.2.6.1
visibility:           public
id:                   commonmark-0.2.6.1-9VGXKQgKXCy7AOVMhV2nBP
key:                  commonmark-0.2.6.1-9VGXKQgKXCy7AOVMhV2nBP
license:              BSD-3-Clause
copyright:            2018-2021 John MacFarlane
maintainer:           jgm@berkeley.edu
author:               John MacFarlane
stability:            experimental
homepage:             https://github.com/jgm/commonmark-hs
synopsis:             Pure Haskell commonmark parser.
description:
    This library provides the core data types and functions
    for parsing commonmark (<https://spec.commonmark.org>).
    The parser is fully commonmark-compliant and passes the test
    suite.  It is designed to be customizable and easily extensible.
    To customize the output, create an AST, or support a new output
    format, one need only define some new typeclass instances.
    It is also easy to add new syntax elements or modify existing ones.

    Accurate information about source positions is available
    for all block and inline elements.  Thus the library can be
    used to create an accurate syntax highlighter or
    an editor with live preview.

    The parser has been designed for robust performance
    even in pathological cases that tend to cause stack overflows or
    exponential slowdowns in other parsers, with parsing speed that
    varies linearly with input length.

    Related packages:

    - commonmark-extensions (which defines a number of syntax extensions)
    - commonmark-pandoc (which allows using this parser to create a Pandoc
    structure)
    - commonmark-cli (a command-line tool for converting and
    syntax-highlighting commonmark documents)

category:             Text
abi:                  58525ba08142b7c16642f556d9625925
exposed:              True
exposed-modules:
    Commonmark Commonmark.Blocks Commonmark.Entity Commonmark.Html
    Commonmark.Inlines Commonmark.Parser Commonmark.ReferenceMap
    Commonmark.SourceMap Commonmark.Syntax Commonmark.Tag
    Commonmark.TokParsers Commonmark.Tokens Commonmark.Types

import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/commonmark-0.2.6.1-9VGXKQgKXCy7AOVMhV2nBP

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/commonmark-0.2.6.1-9VGXKQgKXCy7AOVMhV2nBP

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/commonmark-0.2.6.1-9VGXKQgKXCy7AOVMhV2nBP

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1
data-dir:             /usr/pkg/share/aarch64-netbsd-ghc-9.10.1/commonmark-0.2.6.1
hs-libraries:         HScommonmark-0.2.6.1-9VGXKQgKXCy7AOVMhV2nBP
depends:
    base-4.20.0.0-inplace bytestring-0.12.1.0-inplace
    containers-0.7-inplace parsec-3.1.17.0-inplace text-2.1.1-inplace
    transformers-0.6.1.1-inplace
    unicode-data-0.6.0-6WKBrv2ZpQE71OqNRunS2E
    unicode-transforms-0.4.0.1-KoGpQbpAVZSL7V8STRyKUN

haddock-interfaces:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/commonmark-0.2.6.1/html/commonmark.haddock

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/commonmark-0.2.6.1/html
