Ecosyste.ms: Summary

An open API service providing a high level summary for open source projects.

Haskell: https://github.com/haskell/parsec

Score: 23.602909403034

Last synced: 1 day ago
JSON representation

Repository metadata:

A monadic parser combinator library


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 6 days ago

Total Commits: 232
Total Committers: 50
Avg Commits per committer: 4.64
Development Distribution Score (DDS): 0.707

Commits in past year: 9
Committers in past year: 2
Avg Commits per committer in past year: 4.5
Development Distribution Score (DDS) in past year: 0.111

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 25
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: 4 days ago

Total issues: 80
Total pull requests: 107
Average time to close issues: 7 months
Average time to close pull requests: 2 months
Total issue authors: 62
Total pull request authors: 57
Average comments per issue: 2.61
Average comments per pull request: 1.5
Merged pull request: 72
Bot issues: 0
Bot pull requests: 0

Past year issues: 6
Past year pull requests: 15
Past year average time to close issues: 2 days
Past year average time to close pull requests: 9 days
Past year issue authors: 6
Past year pull request authors: 6
Past year average comments per issue: 5.17
Past year average comments per pull request: 0.53
Past year merged pull request: 9
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/haskell/parsec

Top Issue Authors

  • sjakobi (6)
  • phadej (4)
  • bgamari (3)
  • jwaldmann (2)
  • sol (2)
  • aslatter (2)
  • Bodigrim (2)
  • mrkkrp (2)
  • safareli (2)
  • ciez (2)
  • Profpatsch (2)
  • neongreen (1)
  • neilmayhew (1)
  • nd2s (1)
  • Marckvdv (1)

Top Pull Request Authors

  • phadej (20)
  • bgamari (8)
  • aslatter (6)
  • RyanGlScott (5)
  • Bodigrim (4)
  • KommuSoft (4)
  • sjakobi (3)
  • barufa (2)
  • chris-martin (2)
  • michaelficarra (2)
  • code5hot (2)
  • bookshelfdave (2)
  • ghost (2)
  • benpence (2)
  • scott-fleischman (1)

Top Issue Labels

  • documentation (4)
  • pvp:minor (3)
  • pvp:major (3)
  • enhancement (2)
  • question (2)
  • bug (1)
  • pvp:patchlevel (1)
  • invalid (1)

Top Pull Request Labels

  • documentation (9)
  • pvp:minor (7)
  • enhancement (6)
  • pvp:major (2)
  • bug (1)

Package metadata

hackage.haskell.org: 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 almost 8 years ago)
  • Last Synced: 2024-05-06T11:05:40.160Z (4 days ago)
  • Versions: 26
  • Dependent Packages: 173
  • Dependent Repositories: 4,638
  • Downloads: 400,355 Total
  • Docker Downloads: 16
  • 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)
proxy.golang.org: 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 almost 8 years ago)
  • Last Synced: 2024-05-06T11:05:39.318Z (4 days 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