Ecosyste.ms: Funds
An open API service for providing issue and pull request metadata for open source projects.
https://github.com/bjornbm/dimensional
Last synced: about 2 hours ago
Repository metadata:
Dimensional library variant built on Data Kinds, Closed Type Families, TypeNats (GHC 7.8+).
- Host: GitHub
- URL: https://github.com/bjornbm/dimensional
- Owner: bjornbm
- License: bsd-3-clause
- Created: 2014-02-09T16:56:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-25T16:07:57.000Z (16 days ago)
- Last Synced: 2024-10-25T18:36:07.370Z (15 days ago)
- Language: Haskell
- Homepage:
- Size: 750 KB
- Stars: 102
- Watchers: 9
- Forks: 17
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Owner metadata:
- Name: Björn Buckwalter
- Login: bjornbm
- Email:
- Kind: user
- Description:
- Website: http://flygdynamikern.blogspot.com/
- Location: Örebro, Sweden
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/37268?v=4
- Repositories: 83
- Last Synced at: 2023-04-10T16:40:59.456Z
- Profile URL: https://github.com/bjornbm
- Sponsor URL:
Committers metadata
Last synced: about 5 hours ago
Total Commits: 519
Total Committers: 13
Avg Commits per committer: 39.923
Development Distribution Score (DDS): 0.279
Commits in past year: 19
Committers in past year: 5
Avg Commits per committer in past year: 3.8
Development Distribution Score (DDS) in past year: 0.368
Name | Commits | |
---|---|---|
Douglas McClean | d****n@g****m | 374 |
Björn Buckwalter | b****n@b****e | 111 |
Laurent Rene de Cotret | l****c@s****m | 12 |
Vassil Keremidchiev | v****v@c****m | 5 |
konsumlamm | k****m@g****m | 5 |
Alberto Valverde | a****o@m****m | 3 |
Laurent P. René de Cotret | l****t@o****m | 3 |
Björn Buckwalter | b****r@g****m | 1 |
Neil Mayhew | n****l@m****e | 1 |
Willem Van Onsem | v****m@g****m | 1 |
akira.sekiguchi | a****i@d****p | 1 |
Laurent P. René de Cotret | L****C | 1 |
konsumlamm | 4****m | 1 |
Issue and Pull Request metadata
Last synced: about 2 hours ago
Package metadata
- Total packages: 1
-
Total downloads:
- hackage: 26,976 total
- Total dependent packages: 0
- Total dependent repositories: 158
- Total versions: 33
- Total maintainers: 3
hackage: dimensional
Dimensional is a library providing data types for performing arithmetic with physical quantities and units. Information about the physical dimensions of the quantities and units is embedded in their types and the validity of operations is verified by the type checker at compile time. The wrapping and unwrapping of numerical values as quantities is done by multiplication and division with units. The library is designed to, as far as is practical, enforce/encourage best practices of unit usage. Version 1 of the dimensional package differs from earlier version in that the dimension tracking is implemented using Closed Type Families and Data Kinds rather than functional dependencies. This enables a number of features, including improved support for unit names and quantities with statically-unknown dimensions. Requires GHC 8.0 or later.
- Homepage: https://github.com/bjornbm/dimensional/
- Licenses: BSD-3-Clause
- Latest release: 0.12.3 (published over 10 years ago)
- Last Synced: 2024-11-09T02:04:41.967Z (1 day ago)
- Versions: 33
- Dependent Packages: 0
- Dependent Repositories: 158
- Downloads: 26,976 Total
-
Rankings:
- Dependent repos count: 3.136%
- Downloads: 5.414%
- Stargazers count: 8.432%
- Average: 9.216%
- Forks count: 9.828%
- Dependent packages count: 19.271%
- Maintainers (3)
Dependencies
- base * benchmark
- criterion * benchmark
- deepseq * benchmark
- dimensional * benchmark
- hspec-discover ==2.* build
- base >=4.9 && <5
- deepseq >=1.3
- exact-pi >=0.4.1 && <0.6
- ieee754 >=0.7.6
- numtype-dk >=0.5 && <1.1
- vector >=0.10
- Glob * test
- QuickCheck * test
- base * test
- dimensional * test
- doctest * test
- hspec * test
- template-haskell * test
- actions/cache v4 composite
- actions/checkout v4 composite
- haskell-actions/setup v2 composite