v01
This commit is contained in:
26
thirdparty/ros/ros_comm/utilities/xmlrpcpp/package.xml
vendored
Normal file
26
thirdparty/ros/ros_comm/utilities/xmlrpcpp/package.xml
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
<package format="2">
|
||||
<name>xmlrpcpp</name>
|
||||
<version>1.12.14</version>
|
||||
<description>
|
||||
XmlRpc++ is a C++ implementation of the XML-RPC protocol. This version is
|
||||
heavily modified from the package available on SourceForge in order to
|
||||
support roscpp's threading model. As such, we are maintaining our
|
||||
own fork.
|
||||
</description>
|
||||
<maintainer email="dthomas@osrfoundation.org">Dirk Thomas</maintainer>
|
||||
<license>LGPL-2.1</license>
|
||||
|
||||
<url>http://xmlrpcpp.sourceforge.net</url>
|
||||
<author>Chris Morley</author>
|
||||
<author>Konstantin Pilipchuk</author>
|
||||
<author>Morgan Quigley</author>
|
||||
|
||||
<buildtool_depend>catkin</buildtool_depend>
|
||||
|
||||
<depend>cpp_common</depend>
|
||||
<depend version_gte="0.6.9">rostime</depend>
|
||||
|
||||
<export>
|
||||
<rosdoc external="http://xmlrpcpp.sourceforge.net/doc/hierarchy.html"/>
|
||||
</export>
|
||||
</package>
|
||||
Reference in New Issue
Block a user