packages feed

hogre-0.0.3: hogre.cabal

Name:               hogre
Version:            0.0.3
Cabal-Version:      >= 1.6
License:            OtherLicense
License-File:       LICENSE
Author:             Antti Salonen<ajsalonen at gmail dot com>
Maintainer:         Antti Salonen<ajsalonen at gmail dot com>
Copyright:          Antti Salonen 2009
Stability:          Unstable
Homepage:           http://github.com/anttisalonen/hogre
Category:           Graphics
Synopsis:           Haskell binding to a subset of OGRE
description:        This package contains bindings to a subset of OGRE
                    (Object-Oriented Graphics Rendering Engine)
                    (<http://www.ogre3d.org/>).
Build-type:         Simple
extra-source-files: csrc/ogre_c.cpp, csrc/ogre_c.h, TODO

source-repository head
  type:      git
  location:  git://github.com/anttisalonen/hogre.git

Library
  Build-Depends:     base >= 3 && < 5, haskell98
  Hs-Source-Dirs:    src
  Ghc-options:       -Wall
  cc-options:        -Wall
  c-sources:         csrc/ogre_c.cpp
  pkgconfig-depends: OGRE
  extra-libraries:   OgreMain
  exposed-modules:   Graphics.Ogre.Ogre