summaryrefslogtreecommitdiff
blob: e8c22a1a5aea1916f58c50c093ea53b23e7ca82f (plain)
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person" proxied="yes">
		<email>waebbl-gentoo@posteo.net</email>
		<name>Bernd Waibel</name>
	</maintainer>
	<maintainer type="project" proxied="proxy">
		<email>proxy-maint@gentoo.org</email>
		<description>Gentoo Proxy Maintainers</description>
	</maintainer>
	<longdescription>
	Basic, light-weight C++ library for efficient representation of 2D
	and 3D vectors and matrices and data type common to computer graphics
	applications.
	</longdescription>
	<use>
		<flag name="large-stack">
			Enables code to take advantage of large stack support
		</flag>
	</use>
	<upstream>
		<remote-id type="github">AcademySoftwareFoundation/Imath</remote-id>
	</upstream>
</pkgmetadata>