vcpkg/ports/caf/vcpkg.json

11 lines
370 B
JSON
Raw Normal View History

{
"name": "caf",
"version-string": "0.17.6",
"port-version": 1,
"description": "an open source C++11 actor model implementation featuring lightweight & fast actor implementations, pattern matching for messages, network transparent messaging, and more.",
"homepage": "https://github.com/actor-framework/actor-framework",
"dependencies": [
"openssl"
]
}