name:                 base16-bytestring
version:              1.0.2.0
visibility:           public
id:                   base16-bytestring-1.0.2.0-KxCt0A4sBXa1hWxI9sOHQX
key:                  base16-bytestring-1.0.2.0-KxCt0A4sBXa1hWxI9sOHQX
license:              BSD-3-Clause
copyright:
    Copyright 2011 MailRank, Inc.;
    Copyright 2010-2020 Bryan O'Sullivan et al.

maintainer:
    Herbert Valerio Riedel <hvr@gnu.org>,
    Mikhail Glushenkov <mikhail.glushenkov@gmail.com>,
    Emily Pillmore <emilypi@cohomolo.gy>

author:               Bryan O'Sullivan <bos@serpentine.com>
homepage:             http://github.com/haskell/base16-bytestring
synopsis:             RFC 4648-compliant Base16 encodings for ByteStrings
description:
    This package provides support for encoding and decoding binary data according
    to @base16@ (see also <https://tools.ietf.org/html/rfc4648 RFC 4648>) for
    strict (see "Data.ByteString.Base16") and lazy @ByteString@s (see "Data.ByteString.Base16.Lazy").

    See the <https://hackage.haskell.org/package/base16 base16> package which provides superior encoding and decoding performance as well as support for lazy, short, and strict variants of 'Text' and 'ByteString' values. Additionally, see the <https://hackage.haskell.org/package/base-encoding base-encoding> package which
    provides an uniform API providing conversion paths between more binary and textual types.

category:             Data
abi:                  699cd1aa72f6a7d9f36f39195981ad2e
exposed:              True
exposed-modules:      Data.ByteString.Base16 Data.ByteString.Base16.Lazy
hidden-modules:       Data.ByteString.Base16.Internal
import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2/base16-bytestring-1.0.2.0-KxCt0A4sBXa1hWxI9sOHQX

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2/base16-bytestring-1.0.2.0-KxCt0A4sBXa1hWxI9sOHQX

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2/base16-bytestring-1.0.2.0-KxCt0A4sBXa1hWxI9sOHQX

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2
data-dir:
    /usr/pkg/share/aarch64-netbsd-ghc-9.8.2/base16-bytestring-1.0.2.0

hs-libraries:         HSbase16-bytestring-1.0.2.0-KxCt0A4sBXa1hWxI9sOHQX
depends:              base-4.19.1.0-inplace bytestring-0.12.1.0-inplace
haddock-interfaces:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.8.2/base16-bytestring-1.0.2.0/html/base16-bytestring.haddock

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.8.2/base16-bytestring-1.0.2.0/html
