name:                 pandoc-lua-marshal
version:              0.2.6
visibility:           public
id:                   pandoc-lua-marshal-0.2.6-206BL2xVy2J7Thk94MlBUA
key:                  pandoc-lua-marshal-0.2.6-206BL2xVy2J7Thk94MlBUA
license:              MIT
copyright:            © 2017-2024 Albert Krewinkel, John MacFarlane
maintainer:           Albert Krewinkel <albert@zeitkraut.de>
author:               Albert Krewinkel, John MacFarlane
homepage:             https://github.com/pandoc/pandoc-lua-marshal
synopsis:             Use pandoc types in Lua
description:
    This package provides functions to marshal and unmarshal
    pandoc document types to and from Lua.

    The values of most types are pushed to pandoc as "userdata"
    objects that wrap a stable pointer to the Haskell value;
    these objects come with methods to access and modify their
    properties.

    Sequences are pushed as normal Lua tables, but are
    augmented with convenience functions.

category:             Foreign
abi:                  37b0bc62f53e622d87ee397f9901ace8
exposed:              True
exposed-modules:
    Text.Pandoc.Lua.Marshal.AST Text.Pandoc.Lua.Marshal.Alignment
    Text.Pandoc.Lua.Marshal.Attr Text.Pandoc.Lua.Marshal.Block
    Text.Pandoc.Lua.Marshal.Cell Text.Pandoc.Lua.Marshal.Citation
    Text.Pandoc.Lua.Marshal.CitationMode
    Text.Pandoc.Lua.Marshal.Content Text.Pandoc.Lua.Marshal.Filter
    Text.Pandoc.Lua.Marshal.Format Text.Pandoc.Lua.Marshal.Inline
    Text.Pandoc.Lua.Marshal.List Text.Pandoc.Lua.Marshal.ListAttributes
    Text.Pandoc.Lua.Marshal.MathType Text.Pandoc.Lua.Marshal.MetaValue
    Text.Pandoc.Lua.Marshal.Pandoc Text.Pandoc.Lua.Marshal.QuoteType
    Text.Pandoc.Lua.Marshal.Row Text.Pandoc.Lua.Marshal.SimpleTable
    Text.Pandoc.Lua.Marshal.TableFoot Text.Pandoc.Lua.Marshal.TableHead
    Text.Pandoc.Lua.Marshal.TableParts

hidden-modules:
    Text.Pandoc.Lua.Marshal.Shared Text.Pandoc.Lua.Topdown
    Text.Pandoc.Lua.SpliceList Text.Pandoc.Lua.Walk

import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2/pandoc-lua-marshal-0.2.6-206BL2xVy2J7Thk94MlBUA

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2/pandoc-lua-marshal-0.2.6-206BL2xVy2J7Thk94MlBUA

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2/pandoc-lua-marshal-0.2.6-206BL2xVy2J7Thk94MlBUA

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2
data-dir:
    /usr/pkg/share/aarch64-netbsd-ghc-9.8.2/pandoc-lua-marshal-0.2.6

hs-libraries:         HSpandoc-lua-marshal-0.2.6-206BL2xVy2J7Thk94MlBUA
depends:
    aeson-2.2.1.0-FdX3Pq5v5k8rGWMpYlHYh base-4.19.1.0-inplace
    bytestring-0.12.1.0-inplace containers-0.6.8-inplace
    exceptions-0.10.7-inplace hslua-2.3.1-4KEIQXPSqEjaLNmlsZnQU
    hslua-list-1.1.1-ITJd9grfWFT4NBcxaVfT3a
    hslua-marshalling-2.3.1-L0Wgf1cJlM6AUd7xAQOcCq
    pandoc-types-1.23.1-9IIaVJ10k0mosUGKuMjla
    safe-0.3.21-6ixSGbBKIm94gAu2Mno2fr text-2.1.1-inplace

haddock-interfaces:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.8.2/pandoc-lua-marshal-0.2.6/html/pandoc-lua-marshal.haddock

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.8.2/pandoc-lua-marshal-0.2.6/html
