https://github.com/haskell/parsec
Last synced: about 1 month ago
Repository metadata:
A monadic parser combinator library
- Host: GitHub
- URL: https://github.com/haskell/parsec
- Owner: haskell
- License: other
- Created: 2014-03-23T20:46:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-05-12T20:12:51.000Z (7 months ago)
- Last Synced: 2024-10-29T15:47:18.747Z (about 2 months ago)
- Language: Haskell
- Homepage: https://hackage.haskell.org/package/parsec
- Size: 451 KB
- Stars: 846
- Watchers: 16
- Forks: 94
- Open Issues: 47
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Owner metadata:
- Name: Haskell
- Login: haskell
- Email:
- Kind: organization
- Description:
- Website: http://www.haskell.org/
- Location:
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/450574?v=4
- Repositories: 91
- Last Synced at: 2024-04-16T00:27:22.397Z
- Profile URL: https://github.com/haskell
- Sponsor URL:
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 | 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
- Total packages: 2
-
Total downloads:
- hackage: 403,067 total
- Total docker downloads: 89
- Total dependent packages: 222 (may contain duplicates)
- Total dependent repositories: 4,638 (may contain duplicates)
- Total versions: 38
- Total maintainers: 3
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
- actions/cache v2 composite
- actions/checkout v2 composite
- 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