devel/hs-bytebuild - The NetBSD Packages Collection

Build byte arrays

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.).

Build dependencies

pkgtools/mktools pkgtools/cwrappers

Runtime dependencies

lang/ghc910 devel/hs-byteslice devel/hs-haskell-src-meta math/hs-integer-logarithms math/hs-natural-arithmetic devel/hs-primitive devel/hs-primitive-offset devel/hs-run-st textproc/hs-text-short devel/hs-wide-word devel/hs-zigzag devel/hs-byteslice math/hs-integer-logarithms math/hs-natural-arithmetic devel/hs-primitive devel/hs-primitive-offset devel/hs-run-st textproc/hs-text-short devel/hs-wide-word devel/hs-zigzag

Binary packages

OSArchitectureVersion
(none)

Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.

Available build options

(none)

Known vulnerabilities

The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.

Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.


Problem reports, updates or suggestions for this package should be reported with send-pr.