name:                 bytebuild
version:              0.3.16.3
visibility:           public
id:                   bytebuild-0.3.16.3-Fof50QnkTBPAv6lkFG8iZ0
key:                  bytebuild-0.3.16.3-Fof50QnkTBPAv6lkFG8iZ0
license:              BSD-3-Clause
copyright:            2019 Andrew Martin
maintainer:           amartin@layer3com.com
author:               Andrew Martin
homepage:             https://github.com/byteverse/bytebuild
synopsis:             Build byte arrays
description:
    This is similar to the builder facilities provided by
    `Data.ByteString.Builder`. It is intended to be used in
    situations where the following apply:

    * An individual entity will be serialized as a small
    number of bytes (less than 512).

    * A large number (more than 32) of entities will be serialized
    one after another without anything between them.

    Unlike builders from the `bytestring` package, these builders
    do not track their state when they run out of space. A builder
    that runs out of space simply aborts and is rerun at the beginning
    of the next chunk. This strategy for building is suitable for most
    CSVs and several line protocols (carbon, InfluxDB, etc.).

category:             Data
abi:                  924cb27cbdd8eced04a5152b755910b3
exposed:              True
exposed-modules:
    Data.Bytes.Builder, Data.Bytes.Builder.Avro,
    Data.Bytes.Builder.Bounded, Data.Bytes.Builder.Bounded.Class,
    Data.Bytes.Builder.Bounded.Unsafe, Data.Bytes.Builder.Class,
    Data.Bytes.Builder.Template, Data.Bytes.Builder.Unsafe,
    Data.Bytes.Chunks from byteslice-0.2.14.0-CjZH9UtjCzjAHmgWNr0XSU:Data.Bytes.Chunks

hidden-modules:       Compat Op
import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/bytebuild-0.3.16.3-Fof50QnkTBPAv6lkFG8iZ0

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/bytebuild-0.3.16.3-Fof50QnkTBPAv6lkFG8iZ0

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/bytebuild-0.3.16.3-Fof50QnkTBPAv6lkFG8iZ0

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1
data-dir:             /usr/pkg/share/aarch64-netbsd-ghc-9.10.1/bytebuild-0.3.16.3
hs-libraries:         HSbytebuild-0.3.16.3-Fof50QnkTBPAv6lkFG8iZ0
depends:
    base-4.20.0.0-inplace byteslice-0.2.14.0-CjZH9UtjCzjAHmgWNr0XSU
    bytestring-0.12.1.0-inplace
    haskell-src-meta-0.8.15-8G0UP404IHlD6y1JmM6Vc3
    integer-logarithms-1.0.4-JD9HzvgporW5gmGgOOWoDj
    natural-arithmetic-0.2.1.0-DsB7B8ZObacFraqPWXBfza
    primitive-0.9.0.0-E3mDWyaMF4OIki7z5jah63
    primitive-offset-0.2.0.1-76pOTilduRZ27j8gL7NuuV
    run-st-0.1.3.3-8sWR6dkdjOd1kEUlHbs7D1
    template-haskell-2.22.0.0-inplace text-2.1.1-inplace
    text-short-0.1.6-K33fPwfLXoU1miOPpz6Ovz
    wide-word-0.1.7.0-BlHRmgATFbS2JF4UVyVt94
    zigzag-0.1.0.0-GWqsZS9kjPsCP4rGzYrFdr

haddock-interfaces:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/bytebuild-0.3.16.3/html/bytebuild.haddock

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/bytebuild-0.3.16.3/html
