mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 02:26:57 +08:00
18 lines
381 B
JSON
18 lines
381 B
JSON
|
{
|
||
|
"name": "si",
|
||
|
"version": "2.5.1",
|
||
|
"description": "A header only C++ library that provides type safety and user defined literals for physical units",
|
||
|
"homepage": "https://si.dominikberner.ch/doc/",
|
||
|
"license": "MIT",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|