-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.xml
38 lines (26 loc) · 1.18 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
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<package format="1">
<name>OpenSCAD alternate importer</name>
<description>An alternate OpenSCAD importer - with some experimental features</description>
<version>1.0.0</version>
<maintainer email="[email protected]">Keith Sloan</maintainer>
<license file="LICENSE">GPL-2</license>
<url branch="master" type="repository">https://github.com/KeithSloan/OpenSCAD_Alt_Import</url>
<url type="readme">https://github.com/KeithSloan/OpenSCAD_Alt_Import/blob/master/README.md</url>
<url type="documentation">https://github.com/KeithSloan/OpenSCAD_Alt_Import/wiki</url>
<icon>freecad/OpenSCAD_Alt_Import/Resources/icons/OpenSCAD_Alternate.png</icon>
<date>2022-08-18</date>
<content>
<workbench>
<freecadmin>0.20.0</freecadmin>
<tag>openscad</tag>
<tag>scripting</tag>
<tag>programming</tag>
<icon>freecad/OpenSCAD_Alt_Import/Resources/icons/OpenSCAD_Alternate.png</icon>
<classname>OpenSCAD_Alt_Import</classname>
<subdirectory>./</subdirectory>
<depend type="python">ply</depend>
<depend type="python">ezdxf</depend>
</workbench>
</content>
</package>