-
Notifications
You must be signed in to change notification settings - Fork 854
/
package.xml
29 lines (25 loc) · 995 Bytes
/
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
<?xml version="1.0"?>
<package format="3">
<name>pangolin</name>
<version>0.9.2</version>
<description>Pangolin is a set of lightweight and portable utility libraries for prototyping 3D, numeric or video based programs and algorithms.</description>
<maintainer email="[email protected]">Steven Lovegrove</maintainer>
<maintainer email="[email protected]">Christian Rauch</maintainer>
<author email="[email protected]">Steven Lovegrove</author>
<license>MIT</license>
<buildtool_depend>cmake</buildtool_depend>
<depend>libglew-dev</depend>
<depend>libepoxy-dev</depend>
<depend>python3-dev</depend>
<build_depend>eigen</build_depend>
<depend>libpng-dev</depend>
<depend>libturbojpeg</depend>
<depend>libxkbcommon-dev</depend>
<depend>opengl</depend>
<build_depend>wayland-dev</build_depend>
<exec_depend>wayland</exec_depend>
<test_depend>catch2</test_depend>
<export>
<build_type>cmake</build_type>
</export>
</package>