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]


Owner metadata:


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 Email 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

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

.github/workflows/haskell-ci.yml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
ListLike.cabal hackage
  • 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