mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:59:01 +08:00
9cece28c3a
* so5extra updated to v1.5.2. * New version of so5extra added to baseline.
19 lines
378 B
JSON
19 lines
378 B
JSON
{
|
|
"name": "so5extra",
|
|
"version": "1.5.2",
|
|
"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
|
|
}
|
|
]
|
|
}
|