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
- Host: GitHub
- URL: https://github.com/ndmitchell/extra
- Owner: ndmitchell
- License: other
- Created: 2014-10-06T15:52:44.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-19T13:40:24.000Z (22 days ago)
- Last Synced: 2024-10-19T18:59:55.112Z (21 days ago)
- Language: Haskell
- Size: 617 KB
- Stars: 94
- Watchers: 6
- Forks: 38
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.txt
- License: LICENSE
Owner metadata:
- Name: Neil Mitchell
- Login: ndmitchell
- Email:
- Kind: user
- Description: Haskell programmer. All code is open source and licensed by me, not my employer. All views are my own.
- Website: https://ndmitchell.com
- Location: Cambridge, UK
- Twitter: ndm_haskell
- Company:
- Icon url: https://avatars.githubusercontent.com/u/1651197?u=2a7f401a0bc6c1e722d5fbecc923715861c4567c&v=4
- Repositories: 135
- Last Synced at: 2023-04-10T06:01:38.293Z
- Profile URL: https://github.com/ndmitchell
- Sponsor URL:
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 | 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
- Total packages: 1
-
Total downloads:
- hackage: 177,685 total
- Total docker downloads: 35
- Total dependent packages: 155
- Total dependent repositories: 1,162
- Total versions: 73
- Total maintainers: 1
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
- actions/cache v2 composite
- actions/checkout v2 composite
- haskell/actions/setup v2 composite
- ndmitchell/neil master composite
- base >=2 && <5
- criterion *
- extra *