blob: c0dad8bd06d8a6964468b21318bdb252e3138968 (
plain)
1
2
3
4
5
6
7
8
9
10
|
{
"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"
]
}
|