forked from ollama/ollama-python
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.xml
32 lines (26 loc) · 1.03 KB
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0"?>
<?xml-model
href="http://download.ros.org/schema/package_format3.xsd"
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>ollama_python</name>
<version>0.0.0</version>
<description>
This package allows the use of ollama_python in ROS
</description>
<maintainer email="[email protected]">Fumiya ONO</maintainer>
<license>BSD</license>
<url type="website">https://home.soka.ac.jp/~choi/index.html</url>
<url type="repository">https://github.com/TeamSOBITS/ollama_python</url>
<url type="bugtracker">https://github.com/TeamSOBITS/ollama_python/issues</url>
<author email="[email protected]">Team SOBITS</author>
<buildtool_depend>catkin</buildtool_depend>
<depend>rospy</depend>
<depend>std_msgs</depend>
<build_depend>message_generation</build_depend>
<exec_depend>message_runtime</exec_depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<!-- Other tools can request additional information be placed here -->
</export>
</package>