mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:38:59 +08:00
22 lines
499 B
JSON
22 lines
499 B
JSON
{
|
|
"name": "urdfdom",
|
|
"version": "3.1.1",
|
|
"description": "Provides core data structures and a simple XML parsers for populating the class data structures from an URDF file.",
|
|
"homepage": "https://github.com/ros/urdfdom",
|
|
"license": "BSD-3-Clause",
|
|
"supports": "!staticcrt",
|
|
"dependencies": [
|
|
"console-bridge",
|
|
"tinyxml",
|
|
"urdfdom-headers",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|