Package: ghc-opengl Version: 2.9.2.0 Revision: 4 Source: http://hackage.haskell.org/package/OpenGL-%v/OpenGL-%v.tar.gz Source-MD5: 34bc8abf28a0aec985ccf0cd6e4cc691 SourceDirectory: OpenGL-%v BuildDepends: << fink (>= 0.38.3), ghc (>= 7.8.3-1), ghc (<< 7.8.4-1) << Depends: << ghc (>= 7.8.3-1), ghc (<< 7.8.4-1), ghc-gluraw (>= 1.3.0.0-1), ghc-openglraw (>= 1.4.1.0), ghc-text << CompileScript: << runghc Setup.hs configure --prefix=%p --docdir=%p/share/doc/%n runghc Setup.hs build runghc Setup.hs haddock runghc Setup.hs register --gen-script runghc Setup.hs unregister --gen-script << InstallScript: runghc Setup.hs copy --destdir=%d Shlibs: << @rpath/libHSOpenGL-2.9.2.0-ghc7.8.3.dylib 0.0.0 %n (>= 2.9.2.0-2) << DocFiles: LICENSE register.sh unregister.sh PostInstScript: %p/share/doc/%n/register.sh PreRmScript: sh %p/share/doc/%n/unregister.sh --force Description: Binding for the OpenGL graphics system DescDetail: << 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/. << Homepage: http://hackage.haskell.org/package/OpenGL License: BSD Maintainer: None