name:                 texmath
version:              0.12.8.13
visibility:           public
id:                   texmath-0.12.8.13-CaekYIXVl9zFIJ3z9jm305
key:                  texmath-0.12.8.13-CaekYIXVl9zFIJ3z9jm305
license:              GPL-2.0-only
maintainer:           jgm@berkeley.edu
author:               John MacFarlane, Matthew Pickering
stability:            Experimental
homepage:             http://github.com/jgm/texmath
synopsis:             Conversion between math formats.
description:
    The texmath library provides functions to read
    and write TeX math, presentation MathML, and OMML (Office
    Math Markup Language, used in Microsoft Office).  Support is also
    included for converting math formats to Gnu eqn, typst, and pandoc's
    native format (allowing conversion, via pandoc, to a variety of
    different markup formats).  The TeX reader supports basic LaTeX
    and AMS extensions, and it can parse and apply LaTeX macros.
    (See <https://johnmacfarlane.net/texmath here> for a live demo of
    bidirectional conversion between LaTeX and MathML.)

    The package also includes several utility modules which may be
    useful for anyone looking to manipulate either TeX math or
    MathML.  For example, a copy of the MathML operator dictionary is
    included.

    Use the @executable@ flag to install a standalone
    executable, @texmath@, that converts formulas from one
    format to another. (Use the @--help@ flag for a description of all
    functionality).

    Use the @server@ flag to install a web server, @texmath-server@,
    that exposes a JSON API allowing conversion of individual
    formulas and batches of formulas.

category:             Text
abi:                  bec73eab545253aca285a6c41a0cf5d6
exposed:              True
exposed-modules:
    Text.TeXMath Text.TeXMath.Readers.MathML
    Text.TeXMath.Readers.MathML.EntityMap
    Text.TeXMath.Readers.MathML.MMLDict Text.TeXMath.Readers.OMML
    Text.TeXMath.Readers.TeX Text.TeXMath.Readers.TeX.Macros
    Text.TeXMath.Shared Text.TeXMath.TeX Text.TeXMath.Types
    Text.TeXMath.Unicode.Fonts Text.TeXMath.Unicode.ToTeX
    Text.TeXMath.Unicode.ToUnicode Text.TeXMath.Writers.Eqn
    Text.TeXMath.Writers.MathML Text.TeXMath.Writers.OMML
    Text.TeXMath.Writers.Pandoc Text.TeXMath.Writers.TeX
    Text.TeXMath.Writers.Typst

hidden-modules:       Text.TeXMath.Readers.TeX.Commands Paths_texmath
import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/texmath-0.12.8.13-CaekYIXVl9zFIJ3z9jm305

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/texmath-0.12.8.13-CaekYIXVl9zFIJ3z9jm305

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/texmath-0.12.8.13-CaekYIXVl9zFIJ3z9jm305

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1
data-dir:             /usr/pkg/share/aarch64-netbsd-ghc-9.10.1/texmath-0.12.8.13
hs-libraries:         HStexmath-0.12.8.13-CaekYIXVl9zFIJ3z9jm305
depends:
    base-4.20.0.0-inplace containers-0.7-inplace mtl-2.3.1-inplace
    pandoc-types-1.23.1-6uouMEq6kQNBOdLsxiNO8U parsec-3.1.17.0-inplace
    split-0.2.5-KrerJABNXWK8mcNwVgGWc5
    syb-0.7.2.4-7KqqPsJi0ji9kJTuxQWr2P text-2.1.1-inplace
    typst-symbols-0.1.7-C8QZx3Mu9Ur17AeF77gEHl
    xml-1.3.14-DTHJzmMD721Hgtu1AfIUsH

haddock-interfaces:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/texmath-0.12.8.13/html/texmath.haddock

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/texmath-0.12.8.13/html
