mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:29:00 +08:00
22453caae7
* SObjectizer and so5extra updated to the latest version. SObjectizer -> 5.8.1. so5extra -> 1.6.1. * x-add-version for SObjectizer and so5extra. --------- Co-authored-by: Monica <liuyumei01@beyondsoft.com>
19 lines
378 B
JSON
19 lines
378 B
JSON
{
|
|
"name": "so5extra",
|
|
"version": "1.6.1",
|
|
"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
|
|
}
|
|
]
|
|
}
|