mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:41:38 +08:00
17 lines
392 B
JSON
17 lines
392 B
JSON
{
|
|
"name": "gz-tools2",
|
|
"version": "2.0.0",
|
|
"port-version": 1,
|
|
"description": "Gazebo tools provide the ign command line tool that accepts multiple subcommands.",
|
|
"homepage": "https://gazebosim.org",
|
|
"license": "Apache-2.0",
|
|
"supports": "!(arm & windows) & !uwp",
|
|
"dependencies": [
|
|
"gz-cmake3",
|
|
{
|
|
"name": "ignition-modularscripts",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|