base16-bytestring: RFC 4648-compliant Base16 encodings for ByteStrings

[ bsd3, data, library ] [ Propose Tags ]

This package provides support for encoding and decoding binary data according to base16 (see also RFC 4648) for strict (see Data.ByteString.Base16) and lazy ByteStrings (see Data.ByteString.Base16.Lazy).

See the 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 base-encoding package which provides an uniform API providing conversion paths between more binary and textual types.


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.1.1, 0.1.1.2, 0.1.1.3, 0.1.1.4, 0.1.1.5, 0.1.1.6, 0.1.1.7, 1.0.0.0, 1.0.1.0, 1.0.2.0
Change log CHANGELOG.md
Dependencies base (>=4 && <5), bytestring (>=0.9 && <0.11) [details]
License BSD-3-Clause
Copyright Copyright 2011 MailRank, Inc.; Copyright 2010-2020 Bryan O'Sullivan et al.
Author Bryan O'Sullivan <bos@serpentine.com>
Maintainer Herbert Valerio Riedel <hvr@gnu.org>, Mikhail Glushenkov <mikhail.glushenkov@gmail.com>, Emily Pillmore <emilypi@cohomolo.gy>
Revised Revision 2 made by topos at 2020-09-24T14:11:53Z
Category Data
Home page http://github.com/haskell/base16-bytestring
Bug tracker http://github.com/haskell/base16-bytestring/issues
Source repo head: git clone http://github.com/haskell/base16-bytestring
Uploaded by topos at 2020-09-17T03:39:15Z
Distributions Arch:1.0.2.0, Debian:0.1.1.7, Fedora:1.0.2.0, FreeBSD:0.1.1.6, LTSHaskell:1.0.2.0, NixOS:1.0.2.0, Stackage:1.0.2.0, openSUSE:1.0.2.0
Reverse Dependencies 171 direct, 2520 indirect [details]
Downloads 124293 total (259 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-09-17 [all 1 reports]

Readme for base16-bytestring-1.0.0.0

[back to package description]

Fast base16 support Hackage version Stackage version Build Status

Please refer to the package description on Hackage for more information.

This package provides a Haskell library for working with base16-encoded data quickly and efficiently, using the ByteString type.

Get involved!

Please report bugs via the GitHub issue tracker.

Master Git repository:

  • git clone git://github.com/haskell/base16-bytestring.git

Authors

This library is written by Bryan O'Sullivan.

It is currently maintained by Emily Pillmore, Herbert Valerio Riedel and Mikhail Glushenkov.