@hackage base64-bytestring1.2.1.0
Fast base64 encoding and decoding for ByteStrings
Categories
License
BSD-3-Clause
Maintainer
Herbert Valerio Riedel <hvr@gnu.org>, Mikhail Glushenkov <mikhail.glushenkov@gmail.com>, Emily Pillmore <emilypi@cohomolo.gy>
Links
Versions
Installation
Tested Compilers
Dependencies (2)
- base >=4 && <5
- bytestring >=0.9 && <0.13 Show all…
Dependents (476)
@hackage/wrecker, @hackage/hurl, @hackage/cabal-scaffold, @hackage/signify-hs, @hackage/configuration-tools, @hackage/hermes, Show all…
Base64 Support for ByteStrings

This package provides a Haskell library for working with base64-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/base64-bytestring.git
Authors
This library is written by Bryan O'Sullivan. It is maintained by Herbert Valerio Riedel, Mikhail Glushenkov, and Emily Pillmore.