forked from jaheyns/CfdOF
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
19 lines (19 loc) · 812 Bytes
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<package format="1">
<name>CfdOF</name>
<description>Computational Fluid Dynamics (CFD) for FreeCAD based on OpenFOAM</description>
<version>1.27.11</version>
<maintainer email="[email protected]">Oliver Oxtoby</maintainer>
<license file="LICENSE">LGPL-2.0-or-later</license>
<url type="repository" branch="master">https://github.com/jaheyns/CfdOF</url>
<url type="documentation">https://github.com/jaheyns/CfdOF/README.md</url>
<freecadmin>0.20.0</freecadmin>
<content>
<workbench>
<classname>CfdOFWorkbench</classname>
<subdirectory>./</subdirectory>
<icon>Gui/Icons/cfd.svg</icon>
<depend>matplotlib</depend>
</workbench>
</content>
</package>