-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.xml
More file actions
102 lines (75 loc) · 3.73 KB
/
package.xml
File metadata and controls
102 lines (75 loc) · 3.73 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<?xml
version = '1.0'
encoding = 'UTF-8'
standalone = 'no'
?>
<package
format = '1'
xmlns = 'https://wiki.freecad.org/Package_Metadata'
>
<!--[ Versions ]―――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<freecadmin>0.20.0</freecadmin>
<version>1.0.0</version>
<date>2022-08-18</date>
<!--[ Dependencies ]―――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<depend
version_gte = '4.8.2'
type = 'python'
>tinydb</depend>
<depend
version_gte = '6.0.0'
type = 'python'
>watchdog</depend>
<depend
version_gte = '1.4.3'
type = 'python'
>ezdxf</depend>
<depend
version_gte = '3.11'
type = 'python'
>ply</depend>
<!--[ Info ]―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<description>An alternate OpenSCAD importer with some experimental features.</description>
<name>OpenSCAD Alternate Importer</name>
<!--[ Tags ]―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<tag>Programming</tag>
<tag>Scripting</tag>
<tag>OpenSCAD</tag>
<tag>Importer</tag>
<tag>Editor</tag>
<!--[ Maintainers ]――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<maintainer
email = 'keith@sloan-home.co.uk'
>Keith Sloan</maintainer>
<!--[ Authors ]――――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<author
email = 'keith@sloan-home.co.uk'
>Keith Sloan</author>
<!--[ Licenses ]―――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<license
file = 'LICENSE'
>LGPL-2.1-or-later</license>
<!--[ Icon ]―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<icon>freecad/OpenSCAD_Alt_Import/Resources/icons/OpenSCAD_Alternate.png</icon>
<!--[ Urls ]―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<url
type = 'documentation'
>https://github.com/KeithSloan/OpenSCAD_Alt_Import/wiki</url>
<url
branch = 'master'
type = 'repository'
>https://github.com/KeithSloan/OpenSCAD_Alt_Import</url>
<url
type = 'bugtracker'
>https://github.com/KeithSloan/OpenSCAD_Alt_Import/issues</url>
<url
type = 'readme'
>https://github.com/KeithSloan/OpenSCAD_Alt_Import/blob/master/README.md</url>
<!--[ Content ]――――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<content>
<workbench>
<subdirectory>.</subdirectory>
<classname>OpenSCAD_Alt_Import</classname>
</workbench>
</content>
</package>