mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:43:11 +08:00
29 lines
602 B
JSON
29 lines
602 B
JSON
{
|
|
"name": "sdbus-cpp",
|
|
"version": "2.1.0",
|
|
"description": "High-level C++ D-Bus library for Linux designed to provide easy-to-use yet powerful API in modern C++",
|
|
"homepage": "https://github.com/Kistler-Group/sdbus-cpp",
|
|
"license": "LGPL-2.1-only",
|
|
"supports": "linux",
|
|
"dependencies": [
|
|
"dbus",
|
|
"libsystemd",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"tool": {
|
|
"description": "build C++ codegen tool",
|
|
"dependencies": [
|
|
"expat"
|
|
]
|
|
}
|
|
}
|
|
}
|