blob: fea50a3a51c0b8df99513c75441e0d23e5884089 (
plain)
1
2
3
4
5
6
7
8
9
10
|
{
"name": "caf",
"version-string": "0.17.6",
"port-version": 2,
"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"
]
}
|