packages feed

hogre-0.1.2: hogre.cabal

Name:               hogre
Version:            0.1.2
Cabal-Version:      >= 1.6
License:            MIT
License-File:       LICENSE
Author:             Antti Salonen<ajsalonen at gmail dot com>
Maintainer:         Antti Salonen<ajsalonen at gmail dot com>
Copyright:          (c) 2010, 2011 Antti Salonen
Stability:          Experimental
Homepage:           http://anttisalonen.github.com/hogre
Bug-reports:        http://github.com/anttisalonen/hogre/issues
Category:           Graphics
Synopsis:           Haskell binding to a subset of OGRE
Description:        This package contains Haskell bindings to a subset of 
                    OGRE (Object-Oriented Graphics Rendering Engine)
                    (<http://www.ogre3d.org/>).
Build-type:         Custom
Extra-source-files: headers/ogre.list,
                    headers/ogre.list_win,
                    interfaces/ogre.if,
                    interfaces/ogre.if_win,
                    interfaces/ogre.hif,
                    interfaces/graph.ig

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

Library
  Build-Depends:     base >= 3 && < 5, haskell98, cgen
  Ghc-options:       -Wall
  cc-options:        -Wall
  if !os(windows)
      pkgconfig-depends: OGRE
  extra-libraries:   OgreMain