uri-bytestring: Haskell URI parsing as ByteStrings

[ bsd3, library, web ] [ Propose Tags ]

uri-bytestring aims to be an RFC3986 compliant URI parser that uses efficient ByteStrings for parsing and representing the URI data.


[Skip to Readme]

Modules

[Index]

Flags

Manual Flags

NameDescriptionDefault
lib-werrorDisabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.1, 0.1, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.6, 0.1.7, 0.1.8, 0.1.9, 0.1.9.1, 0.1.9.2, 0.2.0.0, 0.2.1.0, 0.2.1.1, 0.2.1.2, 0.2.2.0, 0.2.2.1, 0.2.3.0, 0.2.3.1, 0.2.3.2, 0.2.3.3, 0.3.0.0, 0.3.0.1, 0.3.0.2, 0.3.1.0, 0.3.1.1, 0.3.2.0, 0.3.2.1, 0.3.2.2, 0.3.3.0, 0.3.3.1
Change log changelog.md
Dependencies attoparsec (>=0.10 && <0.13), base (>=4.6 && <4.9), blaze-builder (>=0.3.0.0 && <0.5), bytestring (>=0.9.1 && <0.11) [details]
License BSD-3-Clause[multiple license files]
Copyright Soostone Inc.
Author Doug Beardsley, Michael Xavier
Maintainer Michael Xavier <michael.xavier@soostone.com>
Category Web
Home page https://github.com/Soostone/uri-bytestring
Bug tracker https://github.com/Soostone/uri-bytestring/issues
Source repo head: git clone git://github.com/Soostone/uri-bytestring.git
Uploaded by MichaelXavier at 2015-05-30T17:20:02Z
Distributions Arch:0.3.3.1, Debian:0.3.2.2, Fedora:0.3.3.1, LTSHaskell:0.3.3.1, NixOS:0.3.3.1, Stackage:0.3.3.1
Reverse Dependencies 45 direct, 1095 indirect [details]
Downloads 45643 total (134 in the last 30 days)
Rating 2.25 (votes: 2) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-06-03 [all 1 reports]

Readme for uri-bytestring-0.1.2

[back to package description]

uri-bytestring

Build Status Hackage

Haskell URI parsing as ByteStrings

Contributors