Files
mp-units/CITATION.cff

49 lines
1.3 KiB
Plaintext
Raw Permalink Normal View History

2021-11-04 11:17:22 +01:00
cff-version: 1.2.0
message: "If you use this software, please cite it using these metadata."
title: mp-units
abstract: >-
A compile-time enabled Modern C++ library that provides compile-time
dimensional analysis and unit/quantity manipulation.
keywords:
- c++
- library
- dimensional-analysis
- system-of-units
- units
- quantities
- physical-quantities
- physical-units
- units-of-measurement
- quantity-manipulation
type: software
license: MIT
# The below lists individual authors that contributed at least 50 commits to the source code repository.
# The rest of project's contributors are collectively referred to as "The mp-units project team".
authors:
- given-names: Mateusz
family-names: Pusz
orcid: https://orcid.org/0000-0003-0680-0765
- given-names: "Johel Ernesto"
family-names: "Guerrero Peña"
- given-names: "Chip"
family-names: "Hogg"
2021-11-04 11:17:22 +01:00
- name: "The mp-units project team"
contact:
- email: mateusz.pusz@gmail.com
given-names: Mateusz
family-names: Pusz
2024-05-30 20:14:50 +02:00
repository-code: "https://github.com/mpusz/mp-units"
url: "https://mpusz.github.io/mp-units"
repository-artifact: "https://conan.io/center/mp-units"
2021-11-04 11:17:22 +01:00
2024-11-05 17:30:38 +01:00
version: 2.4.0
date-released: "2024-11-05"
2021-11-04 11:17:22 +01:00
identifiers:
2024-11-05 17:30:38 +01:00
- description: "The GitHub release URL of tag 2.4.0"
2021-11-04 11:17:22 +01:00
type: url
2024-11-05 17:30:38 +01:00
value: "https://github.com/mpusz/mp-units/releases/tag/v2.4.0"