name:                 pandoc-lua-marshal
version:              0.3.0
visibility:           public
id:                   pandoc-lua-marshal-0.3.0-KGsqroyL2Sx5jUkRU8VORz
key:                  pandoc-lua-marshal-0.3.0-KGsqroyL2Sx5jUkRU8VORz
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:                  72749e89f5a1a90e1544a051e646a2a5
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.Caption 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.10.1/pandoc-lua-marshal-0.3.0-KGsqroyL2Sx5jUkRU8VORz

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/pandoc-lua-marshal-0.3.0-KGsqroyL2Sx5jUkRU8VORz

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/pandoc-lua-marshal-0.3.0-KGsqroyL2Sx5jUkRU8VORz

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

hs-libraries:         HSpandoc-lua-marshal-0.3.0-KGsqroyL2Sx5jUkRU8VORz
depends:
    aeson-2.2.3.0-7XnCskwqBum1iz93aA1K0B base-4.20.0.0-inplace
    bytestring-0.12.1.0-inplace containers-0.7-inplace
    exceptions-0.10.7-inplace hslua-2.3.1-4T42LSE31w1J7YiaLydlNv
    hslua-list-1.1.4-BOrJh0bG8YfAwfkHQq82Xw
    hslua-marshalling-2.3.1-1YKMkhGSlt5Bky8a7EUKaE
    pandoc-types-1.23.1-6uouMEq6kQNBOdLsxiNO8U
    safe-0.3.21-6o1HyJG07tuFT9s6NxlbmB text-2.1.1-inplace

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

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/pandoc-lua-marshal-0.3.0/html
