mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-11 20:41:38 +08:00
e58d3f01f1
* SObjectizer updated to 5.8.0, so5extra to 1.6.0. * x-add-version applied for SObjectize-5.8.0 and so5extra-1.6.0. * SObjectizer updated to v.5.8.0.1. * x-add-version for SObjectizer-5.8.0.1 * Fix version DB --------- Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
19 lines
378 B
JSON
19 lines
378 B
JSON
{
|
|
"name": "so5extra",
|
|
"version": "1.6.0",
|
|
"description": "A set of additional tools for SObjectizer framework.",
|
|
"homepage": "https://github.com/Stiffstream/so5extra",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
"sobjectizer",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|