vcpkg/ports/caf/vcpkg.json
Mengna-Li fc90608b38
[caf] update to 1.0.2 (#41965)
Co-authored-by: Mengna-Li <v-limengna@microsoft.com>
2024-11-05 00:47:42 -08:00

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
}
]
}