mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 10:19:02 +08:00
0d5ed93c6d
* Generate Imath.pc * update version * add dependency imath minizip-ng * updata version * update version * update to 3.7.6 * update version
18 lines
371 B
JSON
18 lines
371 B
JSON
{
|
|
"name": "cppmicroservices",
|
|
"version": "3.7.6",
|
|
"description": "An OSGi-like C++ dynamic module system and service registry",
|
|
"homepage": "https://github.com/CppMicroServices/CppMicroServices",
|
|
"dependencies": [
|
|
"gtest",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|