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+).


Owner metadata:


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 Email 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

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

dimensional.cabal hackage
  • 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
.github/workflows/ci.yaml actions
  • actions/cache v4 composite
  • actions/checkout v4 composite
  • haskell-actions/setup v2 composite