Use https by default
[gentoo.git] / dev-haskell / gtk2hs-buildtools / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4         <herd>haskell</herd>
5         <longdescription>
6                 This package provides a set of helper programs necessary to
7                 build the Gtk2Hs suite of libraries. These tools include
8                 a modified c2hs binding tool that is used to generate
9                 FFI declarations, a tool to build a type hierarchy that
10                 mirrors the C type hierarchy of GObjects found in glib,
11                 and a generator for signal declarations that are used
12                 to call back from C to Haskell. These tools are not needed
13                 to actually run Gtk2Hs programs.
14         </longdescription>
15         <use>
16                 <flag name='closuresignals'>Use the the GClosure-based signals
17                 implementation.</flag>
18         </use>
19 </pkgmetadata>