forked from galou/freecad.cross
-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.xml
25 lines (21 loc) · 1 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
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>RobotCAD</name>
<description>RobotCAD (FreeCAD OVERCROSS) is a FreeCAD workbench to generate robot description packages (xacro or URDF) for the Robot Operating System.</description>
<version>4.0.2</version>
<date>2024-11-20</date>
<maintainer email="[email protected]">Vasily S</maintainer>
<license file="LICENSE">LGPL-2.1-or-later</license>
<url type="repository" branch="main">https://github.com/drfenixion/freecad.robotcad</url>
<url type="readme">https://github.com/drfenixion/freecad.robotcad/blob/main/README.md</url>
<icon>resources/icons/robotcad_overcross_joint.svg</icon>
<freecadmin>0.21.2</freecadmin>
<content>
<workbench>
<classname>CrossWorkbench</classname>
<subdirectory>freecad/robotcad</subdirectory>
<pythonmin>3.10</pythonmin>
<conflict type="addon">CROSS</conflict>
</workbench>
</content>
</package>