blob: f26ba0bfb4e51a3e07ae485928d3fdb437c3bd6b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"name": "llnl-units",
"version": "0.13.1",
"port-version": 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
}
],
"features": {
"tools": {
"description": "Build the command line tool",
"supports": "!uwp"
}
}
}
|