early-access version 2853
This commit is contained in:
19
externals/vcpkg/ports/caf/vcpkg.json
vendored
Executable file
19
externals/vcpkg/ports/caf/vcpkg.json
vendored
Executable file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "caf",
|
||||
"version": "0.18.6",
|
||||
"port-version": 1,
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user