mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 15:19:07 +08:00
19 lines
509 B
JSON
19 lines
509 B
JSON
{
|
|
"name": "caf",
|
|
"version": "0.19.3",
|
|
"description": "an open source implementation of the actor model for C++ featuring lightweight & fast actor implementations, pattern matching for messages, network transparent messaging, and more.",
|
|
"homepage": "https://github.com/actor-framework/actor-framework",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|