mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 19:29:00 +08:00
1f61030b78
- [x] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [x] SHA512s are updated for each updated download. - [ ] The "supports" clause reflects platforms that may be fixed by this new version. - [ ] Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file. - [x] Any patches that are no longer applied are deleted from the port's directory. - [x] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result. - [x] Only one version is added to each modified port's versions file. --------- Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
60 lines
1.3 KiB
JSON
60 lines
1.3 KiB
JSON
{
|
|
"name": "robotraconteur",
|
|
"version-semver": "1.2.1",
|
|
"description": "The Robot Raconteur communication framework core library",
|
|
"homepage": "https://www.robotraconteur.com",
|
|
"license": "Apache-2.0",
|
|
"supports": "(windows & (x86 | x64)) | (linux & (x86 | x64 | arm64 | arm32)) | (osx & (x64 | arm64))",
|
|
"dependencies": [
|
|
"boost-algorithm",
|
|
"boost-array",
|
|
"boost-asio",
|
|
"boost-assign",
|
|
"boost-atomic",
|
|
"boost-bind",
|
|
"boost-config",
|
|
"boost-container",
|
|
"boost-date-time",
|
|
"boost-filesystem",
|
|
"boost-foreach",
|
|
"boost-format",
|
|
"boost-function",
|
|
"boost-interprocess",
|
|
"boost-intrusive",
|
|
"boost-lexical-cast",
|
|
"boost-locale",
|
|
"boost-program-options",
|
|
"boost-random",
|
|
"boost-range",
|
|
"boost-regex",
|
|
"boost-scope-exit",
|
|
"boost-signals2",
|
|
"boost-smart-ptr",
|
|
"boost-thread",
|
|
"boost-tuple",
|
|
"boost-unordered",
|
|
"boost-utility",
|
|
"boost-uuid",
|
|
{
|
|
"name": "dbus",
|
|
"platform": "linux"
|
|
},
|
|
{
|
|
"name": "libusb",
|
|
"platform": "linux"
|
|
},
|
|
{
|
|
"name": "openssl",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|