summaryrefslogtreecommitdiff
blob: 4d459dc607cd1b573332d565a930345a6dab2c51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer>
		<email>haskell@gentoo.org</email>
		<name>Gentoo Haskell</name>
	</maintainer>
	<longdescription>
		A Haskell binding to the X11 graphics library.
		The binding is a direct translation of the C binding; for
		documentation of these calls, refer to "The Xlib Programming
		Manual", available online at &lt;http://tronche.com/gui/x/xlib/&gt;.
	</longdescription>
	<use>
		<flag name="screensaver">whether to build XScreenSaver.</flag>
	</use>
	<upstream>
		<remote-id type="github">haskell-pkg-janitors/X11</remote-id>
	</upstream>
</pkgmetadata>