18 lines
783 B
XML
18 lines
783 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>haskell@gentoo.org</email>
|
|
<name>Gentoo Haskell</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
This is the core library of the Gtk2Hs suite of libraries for Haskell
|
|
based on Gtk+. Gtk+ is an extensive and mature multi-platform toolkit
|
|
for creating graphical user interfaces.
|
|
</longdescription>
|
|
<use>
|
|
<flag name="deprecated">Include definitions in this library that are considered obsolete.</flag>
|
|
<flag name="gio">Depend on GIO package, thereby enabling certain features.</flag>
|
|
<flag name="fmode-binary">Set the default file translation mode for file I/O operations to _O_BINARY.</flag>
|
|
</use>
|
|
</pkgmetadata>
|