diff options
Diffstat (limited to 'vcpkg/ports/caf/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/caf/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/caf/vcpkg.json b/vcpkg/ports/caf/vcpkg.json new file mode 100644 index 0000000..1d74e3a --- /dev/null +++ b/vcpkg/ports/caf/vcpkg.json @@ -0,0 +1,18 @@ +{ + "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 + } + ] +} |