-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.xml
24 lines (20 loc) · 922 Bytes
/
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
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>CROSS</name>
<description>CAD and ROS, Open-Source Synergy. Workbench to create or visualize robot description files (URDF and xacro) from FreeCAD.</description>
<version>1.0.0</version>
<date>2024-11-07</date>
<maintainer email="[email protected]">Gaël Écorchard</maintainer>
<license file="LICENSE">LGPL-2.1-or-later</license>
<url type="repository" branch="main">https://github.com/galou/freecad.cross.git</url>
<url type="readme">https://github.com/galou/freecad.cross/blob/main/README.md</url>
<icon>resources/icons/cross.svg</icon>
<freecadmin>0.21.2</freecadmin>
<content>
<workbench>
<classname>CrossWorkbench</classname>
<subdirectory>freecad/cross</subdirectory>
<pythonmin>3.8</pythonmin>
</workbench>
</content>
</package>