加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.xml 791 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yadu 提交于 2023-06-07 23:51 . Bump 0.4.0 (#17)
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>nlohmann_json_schema_validator_vendor</name>
<version>0.4.0</version>
<description>A vendor package for JSON schema validator for JSON for Modern C++</description>
<maintainer email="grey@openrobotics.org">Grey</maintainer>
<license>Apache License 2.0</license> <!-- the contents of this package are Apache 2.0 -->
<license>MIT License</license> <!-- nlohmann json schema validator is MIT License -->
<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>git</buildtool_depend>
<depend>nlohmann-json-dev</depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化