mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:46:41 +08:00
18 lines
354 B
JSON
18 lines
354 B
JSON
|
{
|
||
|
"name": "z4kn4fein-semver",
|
||
|
"version": "0.2.1",
|
||
|
"description": "Semantic Versioning 2.0.0 library for modern C++",
|
||
|
"homepage": "https://github.com/z4kn4fein/cpp-semver",
|
||
|
"license": "MIT",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|