Ecosyste.ms: Summary

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

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

Score: 17.598781383543766

Last synced: 1 day ago
JSON representation

Repository metadata:

Fast base16 (hexadecimal) encoding and decoding for Haskell bytestrings.


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 6 days ago

Total Commits: 88
Total Committers: 13
Avg Commits per committer: 6.769
Development Distribution Score (DDS): 0.705

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
Emily Pillmore e****i@c****y 26
Bryan O'Sullivan b****s@s****m 21
Mikhail Glushenkov m****v@g****m 19
Bryan O'Sullivan b****s@m****m 7
Herbert Valerio Riedel h****r@g****g 4
Vincent Hanquez v****t@s****g 3
Bryan O'Sullivan b****o@f****m 2
Andreas Abel a****l@i****e 1
Bodigrim a****o@g****m 1
David Leuschner l****r@f****m 1
Eric Lindblad a****d@o****m 1
Joey Adams j****9@g****m 1
Timo von Holtz v****z@c****m 1

Issue and Pull Request metadata

Last synced: 3 days ago

Total issues: 8
Total pull requests: 12
Average time to close issues: about 1 year
Average time to close pull requests: about 1 month
Total issue authors: 8
Total pull request authors: 8
Average comments per issue: 4.88
Average comments per pull request: 1.25
Merged pull request: 12
Bot issues: 0
Bot pull requests: 0

Past year issues: 1
Past year pull requests: 1
Past year average time to close issues: 5 days
Past year average time to close pull requests: 5 days
Past year issue authors: 1
Past year pull request authors: 1
Past year average comments per issue: 0.0
Past year average comments per pull request: 1.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/base16-bytestring

Top Issue Authors

  • 23Skidoo (1)
  • andreasabel (1)
  • chris-martin (1)
  • chshersh (1)
  • hasufell (1)
  • niklasb (1)
  • phadej (1)
  • tvh (1)

Top Pull Request Authors

  • emilypi (5)
  • andreasabel (1)
  • tvh (1)
  • loisch (1)
  • Bodigrim (1)
  • ghost (1)
  • joeyadams (1)
  • vincenthz (1)

Top Issue Labels

  • bug (1)

Top Pull Request Labels


Package metadata

hackage.haskell.org: base16-bytestring

This package provides support for encoding and decoding binary data according to base16 (see also RFC 4648) for strict (see Data.ByteString.Base16) and lazy ByteStrings (see Data.ByteString.Base16.Lazy). See the base16 package which provides superior encoding and decoding performance as well as support for lazy, short, and strict variants of Text and ByteString values. Additionally, see the base-encoding package which provides an uniform API providing conversion paths between more binary and textual types.

  • Homepage: http://github.com/haskell/base16-bytestring
  • Licenses: BSD-3-Clause
  • Latest release: 1.0.2.0 (published over 2 years ago)
  • Last Synced: 2024-05-06T10:01:55.485Z (3 days ago)
  • Versions: 12
  • Dependent Packages: 66
  • Dependent Repositories: 521
  • Downloads: 124,633 Total
  • Docker Downloads: 16
  • Rankings:
    • Dependent packages count: 0.463%
    • Dependent repos count: 0.791%
    • Downloads: 0.972%
    • Docker downloads count: 1.288%
    • Average: 4.887%
    • Forks count: 11.263%
    • Stargazers count: 14.546%
  • Maintainers (4)

Dependencies

base16-bytestring.cabal hackage
  • base ==4.* benchmark
  • base16-bytestring * benchmark
  • bytestring * benchmark
  • criterion * benchmark
  • deepseq * benchmark
  • base >=4.9 && <5
  • bytestring >=0.9 && <0.12
  • HUnit * test
  • QuickCheck * test
  • base * test
  • base16-bytestring * test
  • bytestring * test
  • test-framework * test
  • test-framework-hunit * test
  • test-framework-quickcheck2 * test