mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 12:49:00 +08:00
04a8c2d3b4
* SObjectizer and so5extra updated to the latest versions. * Versions of so-5.7.4 and so5extra-1.5.1 added to baseline.
18 lines
457 B
JSON
18 lines
457 B
JSON
{
|
|
"name": "sobjectizer",
|
|
"version": "5.7.4",
|
|
"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
|
|
}
|
|
]
|
|
}
|