mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 02:11:39 +08:00
fc90608b38
Co-authored-by: Mengna-Li <v-limengna@microsoft.com>
19 lines
508 B
JSON
19 lines
508 B
JSON
{
|
|
"name": "caf",
|
|
"version": "1.0.2",
|
|
"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
|
|
}
|
|
]
|
|
}
|