https://github.com/ekmett/half
Last synced: about 2 months ago
Repository metadata:
half-precision floating-point
- Host: GitHub
- URL: https://github.com/ekmett/half
- Owner: ekmett
- License: other
- Created: 2014-11-02T00:15:44.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T20:35:12.000Z (2 months ago)
- Last Synced: 2024-10-29T22:29:27.477Z (2 months ago)
- Language: Haskell
- Size: 106 KB
- Stars: 14
- Watchers: 6
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.markdown
- Changelog: CHANGELOG.markdown
- License: LICENSE
Owner metadata:
- Name: Edward Kmett
- Login: ekmett
- Email:
- Kind: user
- Description: I write a lot of Haskell.
- Website: http://comonad.com
- Location: Farmington Hills, MI
- Twitter: kmett
- Company: Groq
- Icon url: https://avatars.githubusercontent.com/u/304657?v=4
- Repositories: 298
- Last Synced at: 2023-04-10T02:32:00.294Z
- Profile URL: https://github.com/ekmett
- Sponsor URL:
Committers metadata
Last synced: about 2 months ago
Total Commits: 77
Total Committers: 14
Avg Commits per committer: 5.5
Development Distribution Score (DDS): 0.558
Commits in past year: 6
Committers in past year: 3
Avg Commits per committer in past year: 2.0
Development Distribution Score (DDS) in past year: 0.333
Name | Commits | |
---|---|---|
Edward Kmett | e****t@g****m | 34 |
Oleg Grenrus | o****s@i****i | 9 |
Sven Panne | s****e@g****m | 6 |
Rupert Horlick | r****t@m****m | 5 |
Joe Hermaszewski | g****t@m****l | 4 |
Ryan Scott | r****t@g****m | 4 |
Troels Henriksen | a****s@s****k | 3 |
ARATA Mizuki | m****i@g****m | 2 |
Trevor L. McDonell | t****l@c****u | 2 |
Vanessa McHale | v****e@i****o | 2 |
Yu Changyuan | r****y@g****m | 2 |
snut | s****t@s****m | 2 |
Basile Henry | b****y@g****m | 1 |
Ryan Scott | r****t@g****m | 1 |
Issue and Pull Request metadata
Last synced: about 2 months ago
Package metadata
- Total packages: 1
-
Total downloads:
- hackage: 43,126 total
- Total dependent packages: 6
- Total dependent repositories: 161
- Total versions: 11
- Total maintainers: 3
hackage: half
Half-precision floating-point.
- Homepage: http://github.com/ekmett/half
- Licenses: BSD-3-Clause
- Latest release: 0.3.1 (published almost 4 years ago)
- Last Synced: 2024-11-11T03:07:58.719Z (about 2 months ago)
- Versions: 11
- Dependent Packages: 6
- Dependent Repositories: 161
- Downloads: 43,126 Total
-
Rankings:
- Dependent repos count: 3.035%
- Downloads: 3.199%
- Dependent packages count: 3.385%
- Average: 8.28%
- Forks count: 12.269%
- Stargazers count: 19.514%
- Maintainers (3)
Dependencies
.github/workflows/haskell-ci.yml
actions
- actions/cache/restore v3 composite
- actions/cache/save v3 composite
- actions/checkout v3 composite
half.cabal
hackage
- base >=4.5 && <5
- binary >=0.5.1.0 && <0.9
- deepseq >=1.3.0.0 && <1.6
- ghc-prim *
- template-haskell *
- QuickCheck >=2.14.1 && <2.16 test
- base * test
- binary * test
- bytestring * test
- half * test
- test-framework * test
- test-framework-quickcheck2 * test