Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

22 lines
450 B
JSON

{
"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
}
]
}