mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 05:39:40 +08:00
17 lines
417 B
JSON
17 lines
417 B
JSON
{
|
|
"name": "llnl-units",
|
|
"version": "0.9.1",
|
|
"description": "A run-time C++ library for working with units of measurement and conversions between them and with string representations of units and measurements",
|
|
"homepage": "https://github.com/LLNL/units",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|