-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.xml
29 lines (26 loc) · 1.09 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
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>Ship Workbench</name>
<description>Naval ship design (architecture, seakeeping, and ship resistance)</description>
<version>2024.11.26</version>
<date>2024.11.26</date>
<maintainer email="[email protected]">Jose Luis Cercós Pita</maintainer>
<license file="LICENSE">LGPL-2.1-or-later</license>
<url type="repository" branch="master">https://github.com/FreeCAD/freecad.ship</url>
<url type="bugtracker">https://github.com/FreeCAD/freecad.ship/issues</url>
<url type="documentation">https://wiki.freecad.org/Ship_Workbench</url>
<icon>freecad/ship/resources/icons/Ship_Logo.svg</icon>
<content>
<workbench>
<name>Ship Workbench</name>
<classname>ShipWorkbench</classname>
<subdirectory>./</subdirectory>
<icon>freecad/ship/resources/icons/Ship_Logo.svg</icon>
<depend>capytaine</depend>
<depend>plot</depend>
<tag>ship</tag>
<tag>naval</tag>
<tag>fem</tag>
</workbench>
</content>
</package>