attoparsec-varword: Variable-length integer decoding for Attoparsec

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

A collection of Data.Attoparsec.Parsers that decode integer types from compact, variable-length representations.


[Skip to Readme]

Properties

Versions 0.1.0.0, 0.1.0.0
Change log None available
Dependencies attoparsec (>=0.10 && <0.14), base (>=4.7 && <5) [details]
License LGPL-3.0-only
Copyright 2018 Concert Audio Technologies Ltd
Author Paul Weaver
Maintainer paul@concertdaw.co.uk
Category Data
Home page https://github.com/concert/hs-varword#readme
Bug tracker https://github.com/concert/hs-varword/issues
Source repo head: git clone https://github.com/githubuser/attoparsec-varword
Uploaded by ch3pjw at 2018-05-02T14:56:43Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for attoparsec-varword-0.1.0.0

[back to package description]

Variable-length integer decoding

This package provides a collection of Attoparsec Parsers to decode integers encoded in several variable-length formats.