mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:29:00 +08:00
da7048d0d9
* [SI] New port * update version database
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
|
|
}
|
|
]
|
|
}
|