aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/caf/vcpkg.json
blob: 1d74e3a5b272fd90be6902606417e2841a513967 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
    }
  ]
}