https://github.com/haskell/parsec

Last synced: about 1 month ago

Repository metadata:

A monadic parser combinator library


Owner metadata:


Committers metadata

Last synced: about 2 months ago

Total Commits: 233
Total Committers: 50
Avg Commits per committer: 4.66
Development Distribution Score (DDS): 0.708

Commits in past year: 10
Committers in past year: 2
Avg Commits per committer in past year: 5.0
Development Distribution Score (DDS) in past year: 0.1

Name Email Commits
Antoine Latter a****r@g****m 68
Derek Elkins d****s@g****m 40
Herbert Valerio Riedel h****r@g****g 33
Oleg Grenrus o****s@i****i 26
Roman Cheplyaka r****a@r****o 6
Ben Gamari b****n@s****g 5
Ryan Scott r****t@g****m 3
Bodigrim a****o@g****m 3
Ben Pence g****b@b****m 2
Chris Martin c****n@g****m 2
Cies Breijs c****s@h****m 2
Baruffaldi Bruno b****o@g****m 2
Harry Garrood h****y@g****e 2
Dave Parfitt d****t@h****m 2
Daniel Díaz d****z@g****m 2
Bjorn Buckwalter b****n@b****e 1
Brody Berg b****g@g****m 1
Bryan O'Sullivan b****s@s****m 1
Daniel Gorin j****a@g****m 1
Doug Wilson d****n@g****m 1
Alexis King l****a@g****m 1
Shuhei Kagawa s****a@g****m 1
bfrengley 3****y 1
gh-name 8****e 1
Amir Dekel 6****l 1
Jake Keuhlen J****n@h****m 1
Jaseem Abid j****d@g****m 1
Joel Williamson j****n@g****m 1
Marios Titas r****b@g****m 1
Michael Ficarra g****t@m****e 1
and 20 more...

Issue and Pull Request metadata

Last synced: about 1 month ago


Package metadata

hackage: parsec

Parsec is designed from scratch as an industrial-strength parser library. It is simple, safe, well documented (on the package homepage), has extensive libraries, good error messages, and is fast. It is defined as a monad transformer that can be stacked on arbitrary monads, and it is also parametric in the input stream type. The main entry point is the Text.Parsec module which provides defaults for parsing Character data. The Text.ParserCombinators.Parsec module hierarchy contains the legacy parsec-2 API and may be removed at some point in the future.

  • Homepage: https://github.com/haskell/parsec
  • Licenses: BSD-2-Clause
  • Latest release: 3.1.11 (published over 8 years ago)
  • Last Synced: 2024-11-11T02:41:46.555Z (about 1 month ago)
  • Versions: 26
  • Dependent Packages: 222
  • Dependent Repositories: 4,638
  • Downloads: 403,067 Total
  • Docker Downloads: 89
  • Rankings:
    • Downloads: 0.09%
    • Dependent repos count: 0.096%
    • Dependent packages count: 0.192%
    • Stargazers count: 0.87%
    • Average: 1.114%
    • Docker downloads count: 1.288%
    • Forks count: 4.148%
  • Maintainers (3)
go: github.com/haskell/parsec

  • Homepage:
  • Documentation: https://pkg.go.dev/github.com/haskell/parsec#section-documentation
  • Licenses: other
  • Latest release: v3.1.11+incompatible (published over 8 years ago)
  • Last Synced: 2024-11-11T02:41:47.079Z (about 1 month ago)
  • Versions: 12
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Stargazers count: 2.196%
    • Forks count: 2.69%
    • Average: 6.316%
    • Dependent packages count: 9.576%
    • Dependent repos count: 10.802%

Dependencies

.github/workflows/haskell-ci.yml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
parsec.cabal hackage
  • base >=4.5.1.0 && <4.19
  • bytestring >=0.9.2.1 && <0.12
  • fail ==4.9.*
  • mtl >=2.1.3.1 && <2.4
  • semigroups >=0.18 && <0.21
  • text >=1.2.3.0 && <1.3 || ==2.0.*
  • base * test
  • mtl * test
  • parsec * test
  • semigroups * test
  • tasty ==1.4.* test
  • tasty-hunit ==0.10.* test