-
Notifications
You must be signed in to change notification settings - Fork 126
Expand file tree
/
Copy pathpackage.xml
More file actions
87 lines (62 loc) · 3.31 KB
/
package.xml
File metadata and controls
87 lines (62 loc) · 3.31 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
<?xml
version = '1.0'
encoding = 'UTF-8'
standalone = 'no'
?>
<package
format = '1'
xmlns = 'https://wiki.freecad.org/Package_Metadata'
>
<!--[ Versions ]―――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<freecadmin>1.0.0</freecadmin>
<version>1.34.19</version>
<date>2026-04-23</date>
<!--[ Dependencies ]―――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<depend>matplotlib</depend>
<!--[ Info ]―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<description>Computational Fluid Dynamics (CFD) based on OpenFOAM.</description>
<name>CfdOF</name>
<!--[ Tags ]―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<tag>Fluid Dynamics</tag>
<tag>OpenFOAM</tag>
<tag>CFD</tag>
<tag>Boundary</tag>
<tag>Material</tag>
<tag>Solver</tag>
<tag>Mesh</tag>
<!--[ Maintainers ]――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<maintainer
email = 'oliveroxtoby@gmail.com'
>Oliver Oxtoby</maintainer>
<!--[ Authors ]――――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<author
email = 'oliveroxtoby@gmail.com'
>Oliver Oxtoby</author>
<!--[ Licenses ]―――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<license
file = 'LICENSE'
>LGPL-3.0-or-later</license>
<!--[ Icon ]―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<icon>Gui/Icons/cfd.svg</icon>
<!--[ Urls ]―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<url
branch = 'master'
type = 'repository'
>https://github.com/jaheyns/CfdOF</url>
<url
type = 'documentation'
>https://github.com/jaheyns/CfdOF/README.md</url>
<url
type = 'bugtracker'
>https://github.com/jaheyns/CfdOF/issues</url>
<url
type = 'readme'
>https://github.com/jaheyns/CfdOF/blob/master/README.md</url>
<!--[ Content ]――――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<content>
<workbench>
<classname>CfdOFWorkbench</classname>
<subdirectory>.</subdirectory>
</workbench>
</content>
</package>