File: README.md

package info (click to toggle)
haskell-base64-bytestring 1.2.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 152 kB
  • sloc: haskell: 1,014; python: 9; makefile: 5
file content (20 lines) | stat: -rw-r--r-- 1,113 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Base64 Support for ByteStrings [![Hackage version](https://img.shields.io/hackage/v/base64-bytestring.svg?label=Hackage)](https://hackage.haskell.org/package/base64-bytestring) [![Stackage version](https://www.stackage.org/package/base64-bytestring/badge/lts?label=Stackage)](https://www.stackage.org/package/base64-bytestring) [![Build Status](https://secure.travis-ci.org/haskell/base64-bytestring.svg?branch=master)](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).