summaryrefslogtreecommitdiff
blob: 972d01a5574a830322b18edf3e13d0493cef70ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>haskell</herd>
	<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>