Ecosyste.ms: Funds
An open API service for providing issue and pull request metadata for open source projects.
https://github.com/haskell/base16-bytestring
Last synced: about 4 hours ago
Repository metadata:
Fast base16 (hexadecimal) encoding and decoding for Haskell bytestrings.
- Host: GitHub
- URL: https://github.com/haskell/base16-bytestring
- Owner: haskell
- License: other
- Created: 2011-01-25T21:58:54.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2023-10-04T14:06:46.000Z (about 1 year ago)
- Last Synced: 2024-05-02T01:48:09.093Z (6 months ago)
- Language: Haskell
- Homepage:
- Size: 74.2 KB
- Stars: 27
- Watchers: 6
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Owner metadata:
- Name: Haskell
- Login: haskell
- Email:
- Kind: organization
- Description:
- Website: http://www.haskell.org/
- Location:
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/450574?v=4
- Repositories: 91
- Last Synced at: 2024-04-16T00:27:22.397Z
- Profile URL: https://github.com/haskell
- Sponsor URL:
Committers metadata
Last synced: 1 day 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 | 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: 1 day ago
Package metadata
- Total packages: 1
-
Total downloads:
- hackage: 126,274 total
- Total docker downloads: 89
- Total dependent packages: 75
- Total dependent repositories: 521
- Total versions: 12
- Total maintainers: 4
hackage: 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 about 3 years ago)
- Last Synced: 2024-11-09T00:40:27.255Z (1 day ago)
- Versions: 12
- Dependent Packages: 75
- Dependent Repositories: 521
- Downloads: 126,274 Total
- Docker Downloads: 89
-
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
- 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