hexquote: Hexadecimal ByteString literals, with placeholders that bind variables

[ bsd3, data, library ] [ Propose Tags ]

This library defines a quasiquoter for ByteStrings. As an expression, it provides hexadecimal ByteString literals. As a pattern, the hexdump can contain named placeholders of fixed size, which bind local variables when pattern matching.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1
Dependencies base (>=3 && <5), bytestring (>=0.9), containers (>=0.2), parsec (>=3.1), template-haskell (>=2.3) [details]
License BSD-3-Clause
Author Keegan McAllister <mcallister.keegan@gmail.com>
Maintainer Keegan McAllister <mcallister.keegan@gmail.com>
Category Data
Source repo head: git clone git://github.com/kmcallister/hexquote.git
Uploaded by KeeganMcAllister at 2011-09-14T23:57:24Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1238 total (5 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for hexquote-0.1

[back to package description]
hexquote provides hexadecimal ByteString literals, with placeholders
that bind variables.

Documentation is hosted at http://hackage.haskell.org/package/hexquote

To build the documentation yourself, run

  $ cabal configure && cabal haddock --hyperlink-source

This will produce HTML documentation under dist/doc/html/hexquote.