-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.xml
23 lines (22 loc) · 959 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
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>GDML workbench</name>
<description>An external workbench for creating GDML models for Geant4 and Root</description>
<version>2.0 Beta</version>
<date>2022-07-17</date>
<maintainer email="[email protected]">Keith Sloan</maintainer>
<license file="LICENSE">LGPL-2.1</license>
<url type="repository" branch="Main">https://github.com/KeithSloan/GDML</url>
<url type="documentation">https://github.com/KeithSloan/GDML/wiki</url>
<url type="readme">https://github.com/KeithSloan/GDML/blob/Main/README.md</url>
<content>
<workbench>
<classname>GDMLWorkbench</classname>
<subdirectory>./</subdirectory>
<icon>freecad/gdml/Resources/icons/GDMLWorkbench.svg</icon>
<freecadmin>0.20.0</freecadmin>
</workbench>
</content>
<depend>lxml</depend>
<depend>gmsh</depend>
</package>