bytestring-conversion: Type-classes to convert values to and from ByteString.

[ data, library, mpl ] [ Propose Tags ]

Defines the type-classes ToByteString and FromByteString to convert values to and from textual ByteString encodings.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1, 0.1.1, 0.2, 0.2.1, 0.3.0, 0.3.1, 0.3.2
Change log CHANGELOG.txt
Dependencies attoparsec (>=0.10 && <1.0), base (>=4.5 && <5.0), blaze-textual (>=0.2 && <0.3), bytestring (>=0.10.2 && <1.0), case-insensitive (>=1.2 && <2.0), double-conversion (>=2.0 && <3.0), text (>=0.11 && <2.0) [details]
License MPL-2.0
Copyright (C) 2014-2015 Toralf Wittner
Author Toralf Wittner
Maintainer Toralf Wittner <tw@dtex.org>
Category Data
Home page https://gitlab.com/twittner/bytestring-conversion
Bug tracker https://gitlab.com/twittner/bytestring-conversion/issues
Source repo head: git clone git@gitlab.com:twittner/bytestring-conversion.git
Uploaded by romanb at 2022-05-15T11:55:09Z
Distributions Debian:0.3.1, LTSHaskell:0.3.2, NixOS:0.3.2
Reverse Dependencies 19 direct, 705 indirect [details]
Downloads 16010 total (48 in the last 30 days)
Rating 1.25 (votes: 2) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2022-05-15 [all 1 reports]

Readme for bytestring-conversion-0.3.2

[back to package description]

bytestring-conversion

Type-classes to convert values to and from textual ByteString encodings.