mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:13:10 +08:00
8bd020df25
* [string-theory] update to current * add-version-x
18 lines
360 B
JSON
18 lines
360 B
JSON
{
|
|
"name": "string-theory",
|
|
"version": "3.6",
|
|
"description": "Flexible modern C++ string library with type-safe formatting.",
|
|
"homepage": "https://github.com/zrax/string_theory",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|