summaryrefslogtreecommitdiff
blob: d8e8cfc467698f207056aaac7fffedc52379720a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>haskell</herd>
	<longdescription>
		This library allows to load externally stored user interfaces into
		programs. This allows alteration of the interface without recompilation
		of the program.
		
		Note that this functionality is now provided in gtk directly
		(as of version 2.12 of the gtk+ C lib) by the
		Graphics.UI.Gtk.Builder module.
	</longdescription>
</pkgmetadata>