forked from galou/freecad.cross
-
-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpackage.xml
More file actions
25 lines (21 loc) · 1 KB
/
package.xml
File metadata and controls
25 lines (21 loc) · 1 KB
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>10.2.0</version>
<date>2026-03-16</date>
<maintainer email="it.project.devel@gmail.com">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.12</pythonmin>
<conflict type="addon">CROSS</conflict>
</workbench>
</content>
</package>