mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 15:19:07 +08:00
231a739462
Co-authored-by: Jonliu1993 <13720414433@163.com>
42 lines
862 B
JSON
42 lines
862 B
JSON
{
|
|
"name": "stronk",
|
|
"version-semver": "0.3.1",
|
|
"description": "An easy to customize, strong type library with built in support for unit-like behavior",
|
|
"homepage": "https://github.com/twig-energy/stronk",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "boost-type-index",
|
|
"version>=": "1.78.0"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"abseil": {
|
|
"description": "Dependencies for abseil extension",
|
|
"dependencies": [
|
|
{
|
|
"name": "abseil",
|
|
"version>=": "20211102.1"
|
|
}
|
|
]
|
|
},
|
|
"fmt": {
|
|
"description": "Dependencies for fmt extension",
|
|
"dependencies": [
|
|
{
|
|
"name": "fmt",
|
|
"version>=": "9.0.0"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|