Ecosyste.ms: Summary

An open API service providing a high level summary for open source projects.

Haskell: https://github.com/haskell/base64-bytestring

Score: 19.38801623933283

Last synced: 2 days ago
JSON representation

Repository metadata:

Fast base64 encoding and decoding for Haskell.


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 7 days ago

Total Commits: 164
Total Committers: 20
Avg Commits per committer: 8.2
Development Distribution Score (DDS): 0.652

Commits in past year: 4
Committers in past year: 2
Avg Commits per committer in past year: 2.0
Development Distribution Score (DDS) in past year: 0.5

Name Email Commits
Emily Pillmore e****i@c****y 57
Bryan O'Sullivan b****s@s****m 41
Mikhail Glushenkov m****v@g****m 32
Deian Stefan d****n@c****u 5
Emily Pillmore e****y@k****o 5
Simon Meier i****e@g****m 4
Ian Lynagh i****n@w****m 3
Andreas Abel a****l@i****e 3
Olivier Chéron o****n@g****m 2
Herbert Valerio Riedel h****r@g****g 2
Anders Kaseorg a****k@m****u 1
Kirill Zaborsky q****a@g****m 1
askeblad 7****d 1
Bryan O'Sullivan b****s@l****m 1
Eric Lindblad a****d@o****m 1
Jens Petersen j****n@g****m 1
Justin Watt j****t@k****e 1
Matthias Fischmann m****f@z****t 1
Sebastian Graf s****7@g****m 1
Vincent Hanquez v****z@a****m 1

Issue and Pull Request metadata

Last synced: 4 days ago

Total issues: 20
Total pull requests: 30
Average time to close issues: 7 months
Average time to close pull requests: 5 months
Total issue authors: 15
Total pull request authors: 17
Average comments per issue: 2.4
Average comments per pull request: 2.33
Merged pull request: 27
Bot issues: 0
Bot pull requests: 0

Past year issues: 0
Past year pull requests: 1
Past year average time to close issues: N/A
Past year average time to close pull requests: 4 days
Past year issue authors: 0
Past year pull request authors: 1
Past year average comments per issue: 0
Past year average comments per pull request: 6.0
Past year merged pull request: 1
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/haskell/base64-bytestring

Top Issue Authors

  • emilypi (5)
  • peti (2)
  • 23Skidoo (1)
  • AndreasPK (1)
  • cartazio (1)
  • dcoutts (1)
  • devinlyons (1)
  • fisx (1)
  • frasertweedale (1)
  • GildedHonour (1)
  • igfoo (1)
  • pheaver (1)
  • snoyberg (1)
  • tel (1)
  • yav (1)

Top Pull Request Authors

  • emilypi (11)
  • deian (3)
  • ghost (2)
  • juhp (1)
  • qrilka (1)
  • vincenthz (1)
  • andersk (1)
  • ocheron (1)
  • JustinWatt (1)
  • meiersi (1)
  • frasertweedale (1)
  • adinapoli (1)
  • igfoo (1)
  • sgraf812 (1)
  • fisx (1)

Top Issue Labels

  • enhancement (3)
  • bug (1)
  • perf (1)
  • bikeshedding (1)
  • low hanging fruit (1)

Top Pull Request Labels

  • bug (1)

Package metadata

hackage.haskell.org: base64-bytestring

This package provides support for encoding and decoding binary data according to base64 (see also RFC 4648) for strict and lazy ByteStrings For a fuller-featured and better-performing Base64 library, see the base64 package.

  • Homepage: https://github.com/haskell/base64-bytestring
  • Licenses: BSD-3-Clause
  • Latest release: 1.2.1.0 (published over 2 years ago)
  • Last Synced: 2024-05-06T10:37:39.384Z (4 days ago)
  • Versions: 16
  • Dependent Packages: 110
  • Dependent Repositories: 976
  • Downloads: 291,218 Total
  • Docker Downloads: 16
  • Rankings:
    • Downloads: 0.237%
    • Dependent packages count: 0.283%
    • Dependent repos count: 0.486%
    • Docker downloads count: 1.288%
    • Average: 3.587%
    • Forks count: 7.386%
    • Stargazers count: 11.84%
  • Maintainers (4)

Dependencies

base64-bytestring.cabal hackage
  • base * benchmark
  • base64-bytestring * benchmark
  • bytestring * benchmark
  • criterion * benchmark
  • deepseq >=1.1 benchmark
  • base ==4.*
  • bytestring >=0.9 && <0.12
  • HUnit * test
  • QuickCheck * test
  • base * test
  • base64-bytestring * test
  • bytestring * test
  • test-framework * test
  • test-framework-hunit * test
  • test-framework-quickcheck2 * test
.github/workflows/haskell-ci.yml actions
  • actions/cache/restore v3 composite
  • actions/cache/save v3 composite
  • actions/checkout v3 composite