mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 04:59:01 +08:00
bb03d33e6e
* SObjectizer updated to v.5.7.4.3. * x-add-version used for SObjectizer-5.7.4.3. * Update ports/sobjectizer/portfile.cmake Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com> * Fix hash for SObjectizer 5.7.4.3. * Apply x-add-version for updated SObjectizer. --------- Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
18 lines
459 B
JSON
18 lines
459 B
JSON
{
|
|
"name": "sobjectizer",
|
|
"version": "5.7.4.3",
|
|
"description": "SObjectizer is a C++ in-process message dispatching framework with implementation of Actor Model, Publish-Subscribe Model and CSP-like channels.",
|
|
"homepage": "https://github.com/Stiffstream/sobjectizer",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|