aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/cppmicroservices/vcpkg.json
blob: 027a9d331a62dbfdbdf14ee744743057ddc0407e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "cppmicroservices",
  "version": "3.8.6",
  "description": "An OSGi-like C++ dynamic module system and service registry",
  "homepage": "https://github.com/CppMicroServices/CppMicroServices",
  "license": "Apache-2.0",
  "dependencies": [
    "abseil",
    "boost-asio",
    "boost-nowide",
    "gtest",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}