-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathpackage.xml
More file actions
23 lines (21 loc) · 906 Bytes
/
Copy pathpackage.xml
File metadata and controls
23 lines (21 loc) · 906 Bytes
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>Optics</name>
<description>Geometrical optics for FreeCAD. Performs simple raytracing through your FreeCAD objects.</description>
<version>1.3.7</version>
<date>2026-06-07</date>
<maintainer email="christian.bergmann@mailbox.org">Christi</maintainer>
<license file="LICENSE">LGPL-2.1</license>
<url type="repository" branch="main">https://github.com/chbergmann/OpticsWorkbench</url>
<url type="documentation">https://github.com/chbergmann/OpticsWorkbench/README.md</url>
<icon>optics_workbench_icon.svg</icon>
<content>
<workbench>
<name>Optics</name>
<classname>OpticsWorkbench</classname>
<subdirectory>./</subdirectory>
<freecadmin>0.19.0</freecadmin>
</workbench>
<depend>scipy</depend>
</content>
</package>