mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:29:07 +08:00
18 lines
391 B
JSON
18 lines
391 B
JSON
{
|
|
"name": "neargye-semver",
|
|
"version": "0.3.1",
|
|
"description": "C++17 header-only dependency-free versioning library complying with Semantic Versioning 2.0.0",
|
|
"homepage": "https://github.com/Neargye/semver",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|