packages feed

HGamer3D-API-0.1.1: HGamer3D-API.cabal

Name:                HGamer3D-API
Version:             0.1.1
Synopsis:            Library to enable 3D game development for Haskell - API
Description:         
	Library, to enable 3D game development for Haskell,
	based on bindings to 3D Graphics, pyhsics engine and additional libraries.
    Current implementation contains the following features: 
      OGRE Binding, OIS Binding (limited functionality)
      Platform: Windows only
    Install following packages in sequence: HGamer3D-Data, HGamer3D-Ogre-Binding, HGamer3D-OIS-Binding, HGamer3D-API
	License: Apache License, Version 2.0
	
	This part contains different types of API's
	One - first trial API, to test overall API design
	
License:             OtherLicense
License-file:        LICENSE
Author:              Dr. Peter Althainz
Maintainer:          althainz@googlemail.com
Build-Type:          Simple
Cabal-Version:       >=1.2
Homepage:            http://www.althainz.de/HGamer3D.html
Category:            Game
Extra-source-files:  Setup.hs 

Library
  Build-Depends:     base >= 3 && < 5, HGamer3D-Data == 0.1.0, HGamer3D-Ogre-Binding == 0.1.0, HGamer3D-OIS-Binding == 0.1.0

  Exposed-modules:   HGamer3D.APIs.One
  Other-modules:     

  c-sources:         
  
  ghc-options:       
  cc-options:        -Wno-attributes 
  hs-source-dirs:    .
  Include-dirs:      . 
  build-depends:     haskell98
  extra-libraries:   stdc++.dll