Ecosyste.ms: Funds
An open API service for providing issue and pull request metadata for open source projects.
https://github.com/ddssff/listlike
Last synced: about 23 hours ago
Repository metadata:
Generic list-like structures [Haskell]
- Host: GitHub
- URL: https://github.com/ddssff/listlike
- Owner: ddssff
- License: other
- Created: 2019-11-24T14:18:21.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T14:25:59.000Z (11 days ago)
- Last Synced: 2024-10-29T17:35:07.530Z (11 days ago)
- Language: Haskell
- Homepage: https://hackage.haskell.org/package/ListLike
- Size: 438 KB
- Stars: 4
- Watchers: 3
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Owner metadata:
- Name: David Fox
- Login: ddssff
- Email:
- Kind: user
- Description: Computer stuff since 1974. Before that, loafing.
- Website:
- Location: La Jolla, CA
- Twitter:
- Company: SeeReason Partners
- Icon url: https://avatars.githubusercontent.com/u/3985225?v=4
- Repositories: 119
- Last Synced at: 2024-03-16T08:20:17.088Z
- Profile URL: https://github.com/ddssff
- Sponsor URL:
Committers metadata
Last synced: 10 days ago
Total Commits: 480
Total Committers: 25
Avg Commits per committer: 19.2
Development Distribution Score (DDS): 0.379
Commits in past year: 1
Committers in past year: 1
Avg Commits per committer in past year: 1.0
Development Distribution Score (DDS) in past year: 0.0
Name | Commits | |
---|---|---|
John Goerzen | j****n@c****g | 298 |
David Fox | d****f@s****m | 74 |
John Lato | j****o@g****m | 48 |
Andreas Abel | a****l@i****e | 27 |
M. Kathleen House | k****e@l****) | 4 |
Alexander Altman | a****n@m****m | 3 |
Mikhail Glushenkov | m****v@g****m | 3 |
Hiromi ISHII | k****o@g****m | 2 |
Johannes Gerer | o****s@j****m | 2 |
Michael Baikov | m****t@g****m | 2 |
Petr | p****d@g****m | 2 |
Robin Green | g****d@g****g | 2 |
Andreas Klebinger | k****s@g****t | 1 |
Andrés Sicard-Ramírez | a****r@e****o | 1 |
Bas van Dijk | v****s@g****m | 1 |
Ben Gamari | b****n@s****g | 1 |
Bodigrim | a****o@g****m | 1 |
Fumiaki Kinoshita | f****l@g****m | 1 |
Jared Hance | j****e@g****m | 1 |
Jurriën Stutterheim | j****m@m****m | 1 |
Roman Cheplyaka | r****a@r****o | 1 |
Sergei Trofimovich | s****t@g****m | 1 |
Simon Jakobi | s****i@g****m | 1 |
berberman | 1****7@q****m | 1 |
[email protected] | g****d@a****e | 1 |
Issue and Pull Request metadata
Last synced: about 23 hours ago
Package metadata
- Total packages: 1
-
Total downloads:
- hackage: 80,050 total
- Total dependent packages: 7
- Total dependent repositories: 158
- Total versions: 38
- Total maintainers: 4
hackage: ListLike
Generalized support for list-like structures in Haskell. The ListLike module provides a common interface to the various Haskell types that are list-like. Predefined interfaces include standard Haskell lists, Arrays, ByteStrings, and lazy ByteStrings. Custom types can easily be made ListLike instances as well. ListLike also provides for String-like types, such as String and ByteString, for types that support input and output, and for types that can handle infinite lists.
- Homepage: http://github.com/ddssff/listlike
- Licenses: BSD-3-Clause
- Latest release: 4.7.8 (published almost 2 years ago)
- Last Synced: 2024-11-08T01:05:31.325Z (2 days ago)
- Versions: 38
- Dependent Packages: 7
- Dependent Repositories: 158
- Downloads: 80,050 Total
-
Rankings:
- Downloads: 1.673%
- Dependent packages count: 3.001%
- Dependent repos count: 3.136%
- Average: 10.806%
- Forks count: 14.744%
- Stargazers count: 31.478%
- Maintainers (4)
Dependencies
- actions/cache v2 composite
- actions/checkout v2 composite
- array >=0.3 && <0.6
- base >=4.8 && <5
- bytestring >=0.9.1 && <0.13
- containers >=0.3 && <0.8
- deepseq *
- dlist >=0.7 && <1.1
- fmlist >=0.8 && <0.10
- semigroups >=0.16 && <0.20
- text >=0.11 && <1.3 || >=2.0 && <2.2
- utf8-string >=0.3.1 && <1.1
- vector >=0.5 && <0.14
- HUnit >=1.2 && <2 test
- ListLike * test
- QuickCheck >=2.4 && <3 test
- array * test
- base * test
- bytestring * test
- containers * test
- dlist * test
- fmlist * test
- random ==1.* test
- semigroups >=0.16 && <0.20 test
- text * test
- utf8-string * test
- vector * test