mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-31 19:04:27 +02:00
docs: project description changed
This commit is contained in:
@@ -10,13 +10,13 @@
|
|||||||
[](https://mpusz.jfrog.io/ui/packages/conan:%2F%2Fmp-units/2.2.0)
|
[](https://mpusz.jfrog.io/ui/packages/conan:%2F%2Fmp-units/2.2.0)
|
||||||
|
|
||||||
|
|
||||||
# `mp-units` - A Physical Quantities and Units library for C++
|
# `mp-units` - A Quantities and Units library for C++
|
||||||
|
|
||||||
**The mp-units library might be the subject of ISO standardization for C++29. More on this can
|
**The mp-units library might be the subject of ISO standardization for C++29. More on this can
|
||||||
be found in the following ISO C++ proposals:**
|
be found in the following ISO C++ proposals:**
|
||||||
|
|
||||||
- [P1935: A C++ Approach to Physical Units](https://wg21.link/p1935),
|
- [P1935: A C++ Approach to Physical Units](https://wg21.link/p1935),
|
||||||
- [P2980: A motivation, scope, and plan for a physical quantities and units library](https://wg21.link/p2980),
|
- [P2980: A motivation, scope, and plan for a quantities and units library](https://wg21.link/p2980),
|
||||||
- [P2981: Improving our safety with a physical quantities and units library](https://wg21.link/p2981),
|
- [P2981: Improving our safety with a physical quantities and units library](https://wg21.link/p2981),
|
||||||
- [P2982: `std::quantity` as a numeric type](https://wg21.link/p2982).
|
- [P2982: `std::quantity` as a numeric type](https://wg21.link/p2982).
|
||||||
|
|
||||||
|
@@ -36,7 +36,7 @@ required_conan_version = ">=2.0.0"
|
|||||||
class MPUnitsConan(ConanFile):
|
class MPUnitsConan(ConanFile):
|
||||||
name = "mp-units"
|
name = "mp-units"
|
||||||
homepage = "https://github.com/mpusz/mp-units"
|
homepage = "https://github.com/mpusz/mp-units"
|
||||||
description = "A Physical Quantities and Units library for C++"
|
description = "A Quantities and Units library for C++"
|
||||||
topics = (
|
topics = (
|
||||||
"units",
|
"units",
|
||||||
"dimensions",
|
"dimensions",
|
||||||
|
Reference in New Issue
Block a user