diff options
Diffstat (limited to 'dev-haskell/opengl/metadata.xml')
-rw-r--r-- | dev-haskell/opengl/metadata.xml | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/dev-haskell/opengl/metadata.xml b/dev-haskell/opengl/metadata.xml index 8c66906af531..36560efdd980 100644 --- a/dev-haskell/opengl/metadata.xml +++ b/dev-haskell/opengl/metadata.xml @@ -1,8 +1,19 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>haskell</herd> -<maintainer> - <email>haskell@gentoo.org</email> -</maintainer> + <herd>haskell</herd> + <maintainer> + <email>haskell@gentoo.org</email> + </maintainer> + <longdescription> + A Haskell binding for the OpenGL graphics system (GL, version 3.2) and its + accompanying utility library (GLU, version 1.3). + + OpenGL is the industry's most widely used and supported 2D and 3D graphics + application programming interface (API), incorporating a broad set of + rendering, texture mapping, special effects, and other powerful visualization + functions. For more information about OpenGL and its various extensions, + please see <http://www.opengl.org/> + and <http://www.opengl.org/registry/>. + </longdescription> </pkgmetadata> |