attoparsec-framer: Use Attoparsec to parse framed protocol bytestreams
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.
Warnings:
- 'ghc-options: -fprof*' profiling flags are typically not appropriate for a distributed library package. These flags are useful to profile this package, but when profiling other packages that use this one these flags clutter the profile output with excessive detail. If you think other packages really want to see cost centres from this package then use '-fprof-auto-exported' which puts cost centres only on exported functions. Alternatively, if you want to use this, make it conditional based on a Cabal configuration flag (with 'manual: True' and 'default: False') and enable that flag during development.
- 'ghc-options: -fprof*' profiling flags are typically not appropriate for a distributed library package. These flags are useful to profile this package, but when profiling other packages that use this one these flags clutter the profile output with excessive detail. If you think other packages really want to see cost centres from this package then use '-fprof-auto-exported' which puts cost centres only on exported functions. Alternatively, if you want to use this, make it conditional based on a Cabal configuration flag (with 'manual: True' and 'default: False') and enable that flag during development.
A library that simplifies the use of Attoparsec when processing framed protocol bytestreams.
As well as reading the haddocks, please take a look at a demo server and client as working examples.
Properties
Versions | 0.1.0.0, 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.0.5, 0.1.0.7, 0.1.0.8, 0.1.0.9 |
---|---|
Change log | ChangeLog.md |
Dependencies | attoparsec (>=0.14.4 && <0.15), attoparsec-binary (>=0.2 && <0.3), attoparsec-framer, base (>=4.10 && <5), bytestring (>=0.10.8.2 && <0.12.0.0), exceptions (>=0.10.4 && <0.11), network (>=3.1.0 && <4), network-run (>=0.2.2 && <0.3), QuickCheck, text (>=1.2.3 && <2.2) [details] |
License | BSD-3-Clause |
Author | Tim Emiola |
Maintainer | adetokunbo@emio.la |
Category | Parsing, Attoparsec, Network API |
Home page | https://github.com/adetokunbo/attoparsec-framer#readme |
Bug tracker | https://github.com/adetokunbo/attoparsec-framer/issues |
Source repo | head: git clone https://github.com/adetokunbo/attoparsec-framer.git |
Uploaded | by adetokunbo at 2023-03-01T02:47:32Z |
Modules
[Index] [Quick Jump]
- Data
Downloads
- attoparsec-framer-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees