forked from heissgetraenk/fcmcua
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
91 lines (66 loc) · 3.59 KB
/
Copy pathpackage.xml
File metadata and controls
91 lines (66 loc) · 3.59 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
<?xml
version = '1.0'
encoding = 'UTF-8'
standalone = 'no'
?>
<!-- SPDX-License-Identifier: GPL-3.0-or-later -->
<!-- SPDX-FileNotice: Part of the Motion Control addon. -->
<package
format = '1'
xmlns = 'https://wiki.freecad.org/Package_Metadata'
>
<!--[ Versions ]―――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<freecadmin>1.1.0</freecadmin>
<pythonmin>3.11</pythonmin>
<version>1.1.0</version>
<date>2026-04-18</date>
<!--[ Dependencies ]―――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<depend
version_gte = '1.1.8'
type = 'python'
>asyncua</depend>
<!--[ Info ]―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<description>Link motion controller to an assembly using OPC UA.</description>
<name>Motion Control</name>
<!--[ Tags ]―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<tag>Assembly</tag>
<tag>OPC</tag>
<!--[ Maintainers ]――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<maintainer
email = 'PhoneDroid.FGL@proton.me'
>PhoneDroid</maintainer>
<!--[ Authors ]――――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<author
email = 'heissgetraenk@gmx.de'
>heissgetraenk</author>
<author
email = 'PhoneDroid.FGL@proton.me'
>PhoneDroid</author>
<!--[ Licenses ]―――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<license
file = 'LICENSE'
>GPL-3.0-or-later</license>
<!--[ Icon ]―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<icon>freecad/Motion_Control/Resources/Icons/Addon.svg</icon>
<!--[ Urls ]―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<url
type = 'documentation'
>https://github.com/Addon-Shelter/Motion-Control/tree/Latest/README.md</url>
<url
branch = 'Latest'
type = 'repository'
>https://github.com/Addon-Shelter/Motion-Control</url>
<url
type = 'bugtracker'
>https://github.com/Addon-Shelter/Motion-Control/issues</url>
<url
type = 'readme'
>https://raw.githubusercontent.com/Addon-Shelter/Motion-Control/refs/heads/Latest/README.md</url>
<!--[ Content ]――――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<content>
<workbench>
<subdirectory>.</subdirectory>
<classname>Motion_Control</classname>
</workbench>
</content>
</package>