mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:19:06 +08:00
23 lines
453 B
JSON
23 lines
453 B
JSON
{
|
|
"name": "sdformat9",
|
|
"version": "9.4.0",
|
|
"port-version": 4,
|
|
"description": "Simulation Description Format (SDF) parser and description files.",
|
|
"homepage": "http://sdformat.org/",
|
|
"supports": "!(linux | uwp)",
|
|
"dependencies": [
|
|
"ignition-math6",
|
|
"tinyxml",
|
|
"urdfdom",
|
|
"urdfdom-headers",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|