Ecosyste.ms: Funds

An open API service for providing issue and pull request metadata for open source projects.

https://github.com/ndmitchell/extra

Last synced: about 2 hours ago

Repository metadata:

Extra Haskell functions


Owner metadata:


Committers metadata

Last synced: about 5 hours ago

Total Commits: 720
Total Committers: 31
Avg Commits per committer: 23.226
Development Distribution Score (DDS): 0.113

Commits in past year: 25
Committers in past year: 3
Avg Commits per committer in past year: 8.333
Development Distribution Score (DDS) in past year: 0.2

Name Email Commits
Neil Mitchell n****l@g****m 639
Melanie Brown 1****n 13
Ziyang Liu u****O@g****m 7
Joseph C. Sible j****e 6
Franklin Chen f****n@f****m 6
Pepe Iborra p****a@g****m 6
Ziyang Liu f****e@c****o 6
Boarders c****l@g****m 4
Jorge Acereda j****a@g****m 3
Martin Huschenbett m****t@p****e 3
Mirko Westermeier m****r@u****e 3
Ximin Luo i****0@p****g 2
Vanessa McHale v****e@g****m 2
Bodigrim a****o@g****m 2
Andrey Mokhov a****v@g****m 2
Ryan Scott r****t@g****m 1
Paweł Dybiec p****l@d****o 1
Boarders y****u@e****m 1
David Baynard d****d 1
Felix Yan f****s@a****g 1
Lev Dvorkin 3****5 1
askeblad 7****d 1
Mathnerd314 m****s@g****m 1
Lev135 l****5@m****u 1
John Chee c****o@g****m 1
Janus Troelsen y****k@g****m 1
James Sully s****3@g****m 1
Ivo Stefchev i****k@g****m 1
Galen Huntington g****n@a****u 1
Annie Chen a****e@m****m 1
and 1 more...

Issue and Pull Request metadata

Last synced: about 2 hours ago


Package metadata

hackage: extra

A library of extra functions for the standard Haskell libraries. Most functions are simple additions, filling out missing functionality. A few functions are available in later versions of GHC, but this package makes them available back to GHC 7.2. The module Extra documents all functions provided by this library. Modules such as Data.List.Extra provide extra functions over Data.List and also reexport Data.List. Users are recommended to replace Data.List imports with Data.List.Extra if they need the extra functionality.

  • Homepage: https://github.com/ndmitchell/extra#readme
  • Licenses: BSD-3-Clause
  • Latest release: 1.7.16 (published 6 months ago)
  • Last Synced: 2024-11-09T02:03:18.576Z (1 day ago)
  • Versions: 73
  • Dependent Packages: 155
  • Dependent Repositories: 1,162
  • Downloads: 177,685 Total
  • Docker Downloads: 35
  • Rankings:
    • Docker downloads count: 0.175%
    • Dependent packages count: 0.215%
    • Dependent repos count: 0.413%
    • Downloads: 0.599%
    • Average: 2.825%
    • Forks count: 6.584%
    • Stargazers count: 8.963%
  • Maintainers (1)

Dependencies

.github/workflows/ci.yml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • haskell/actions/setup v2 composite
  • ndmitchell/neil master composite
benchmark/extra-benchmarks.cabal hackage
  • base >=2 && <5
  • criterion *
  • extra *
extra.cabal hackage