haskell / attoparsec

A fast Haskell library for parsing ByteStrings
http://hackage.haskell.org/package/attoparsec
Other
514 stars 93 forks source link

Who maintains attoparsec? #208

Closed chris-martin closed 1 year ago

chris-martin commented 2 years ago

Is it both, one or the other, or also including anyone else? Will submit a PR to fix the docs if anyone can give an answer.

Perhaps the note in the readme should simply be removed, since it can be at best redundant to and at worst conflicting with the cabal file.

Bodigrim commented 2 years ago

It's Ben.

chris-martin commented 2 years ago

Thanks!

bgamari commented 2 years ago

Indeed, thanks for the PR!

ghost commented 2 years ago

merge #202

if merged #204

README.markdown → README.md

thereafter submit a new PR for removing bos from attoparsec.cabal and the newly named README.md

203 is gratuitous

ghost commented 2 years ago

personally regarding the README

- attoparsec is a fast Haskell parser combinator library, aimed
- particularly at dealing efficiently with network protocols and
- complicated text/binary file formats.
+ A fast parser combinator library, aimed particularly at dealing
+ efficiently with network protocols and complicated text/binary
+ file formats.

  # Join in!

- I'm happy to receive bug reports, fixes, documentation enhancements,
- and other improvements.
-  

and (on Hackage both Author and Maintainer appear in the right sidebar)

- Authors
- -------
- 
- This library is written and maintained by Bryan O'Sullivan,
- <bos@serpentine.com>.