https://github.com/haskell/base64-bytestring
Fast base64 encoding and decoding for Haskell.
https://github.com/haskell/base64-bytestring
Last synced: 8 months ago
JSON representation
Fast base64 encoding and decoding for Haskell.
- Host: GitHub
- URL: https://github.com/haskell/base64-bytestring
- Owner: haskell
- License: other
- Created: 2010-10-10T18:11:23.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2023-09-25T22:48:55.000Z (over 2 years ago)
- Last Synced: 2025-07-17T07:35:39.005Z (8 months ago)
- Language: Haskell
- Homepage: http://hackage.haskell.org/package/base64-bytestring
- Size: 177 KB
- Stars: 45
- Watchers: 6
- Forks: 26
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Base64 Support for ByteStrings [](https://hackage.haskell.org/package/base64-bytestring) [](https://www.stackage.org/package/base64-bytestring) [](http://travis-ci.org/haskell/base64-bytestring)
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](https://github.com/haskell/base64-bytestring).
Master [Git repository](https://github.com/haskell/base64-bytestring):
* `git clone git://github.com/haskell/base64-bytestring.git`
# Authors
This library is written by [Bryan O'Sullivan](mailto:bos@serpentine.com). It
is maintained by [Herbert Valerio Riedel](mailto:hvr@gnu.org), [Mikhail
Glushenkov](mailto:mikhail.glushenkov@gmail.com), and [Emily Pillmore](mailto:emilypi@cohomolo.gy).