vcpkg/ports/urdfdom-headers/vcpkg.json
2024-04-01 14:08:30 -07:00

18 lines
405 B
JSON

{
"name": "urdfdom-headers",
"version": "1.1.1",
"description": "The URDF (U-Robot Description Format) headers provides core data structure headers for URDF.",
"homepage": "https://github.com/ros/urdfdom_headers",
"license": "BSD-2-Clause",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}