dev-haskell/colour: bump up to 2.3.5
[gentoo.git] / dev-haskell / openglraw / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4         <maintainer type="project">
5                 <email>haskell@gentoo.org</email>
6                 <name>Gentoo Haskell</name>
7         </maintainer>
8         <longdescription>
9                 OpenGLRaw is a raw Haskell binding for the OpenGL 3.2 graphics system and
10                 lots of OpenGL extensions. It is basically a 1:1 mapping of OpenGL's C API,
11                 intended as a basis for a nicer interface. OpenGLRaw offers access to all
12                 necessary functions, tokens and types plus a general facility for loading
13                 extension entries. The module hierarchy closely mirrors the naming structure
14                 of the OpenGL extensions, making it easy to find the right module to import.
15                 All API entries are loaded dynamically, so no special C header files are
16                 needed for building this package. If an API entry is not found at runtime, a
17                 userError is thrown.
18                 
19                 OpenGL is the industry's most widely used and supported 2D and 3D graphics
20                 application programming interface (API), incorporating a broad set of
21                 rendering, texture mapping, special effects, and other powerful visualization
22                 functions. For more information about OpenGL and its various extensions,
23                 please see &lt;http://www.opengl.org/&gt;
24                 and &lt;http://www.opengl.org/registry/&gt;.
25         </longdescription>
26 </pkgmetadata>