mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:39:06 +08:00
1e24ff5074
* [ignition-cmake0, ignition-cmake2] Update hash * x-add-version * Fix other ignition SHAs and use vcpkg-port-config.cmake modern machinery. * add license * x-add-version * format vcpkg.json * x-add-version * Add FILE_DISAMBIGUATOR Co-authored-by: Lily Wang <v-lilywang@microsoft.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
23 lines
419 B
JSON
23 lines
419 B
JSON
{
|
|
"name": "ignition-transport4",
|
|
"version": "4.0.0",
|
|
"port-version": 6,
|
|
"description": "Transport middleware for robotics",
|
|
"license": null,
|
|
"dependencies": [
|
|
"cppzmq",
|
|
"ignition-cmake0",
|
|
{
|
|
"name": "ignition-modularscripts",
|
|
"host": true
|
|
},
|
|
"ignition-msgs1",
|
|
{
|
|
"name": "libuuid",
|
|
"platform": "!windows & !uwp & !osx"
|
|
},
|
|
"protobuf",
|
|
"zeromq"
|
|
]
|
|
}
|