packages feed

hcwiid-0.0.5: hcwiid.cabal

Name:                   hcwiid
Version:                0.0.5
Author:                 Kiwamu Okabe <kiwamu@debian.or.jp>, Ivan Perez <ivan.perez@keera.co.uk>
Maintainer:             Ivan Perez <ivan.perez@keera.co.uk>
License:                GPL-2
License-File:           COPYING
Synopsis:               Library to interface with the wiimote
Description:            HCWiid is a working userspace driver along with various
 			applications implementing event drivers, multiple
			wiimote	connectivity, gesture recognition,
			and other Wiimote-based functionality.
Category:               System
Stability:              Experimental
Cabal-Version:          >= 1.6
Build-Type:             Simple
Homepage:               https://github.com/ivanperez-keera/hcwiid
Tested-with:            GHC == 7.0.4

Extra-source-files: README CHANGELOG test/Test.hs test/Makefile

Library
  GHC-Options:          -Wall
  Exposed-Modules:      System.CWiid
  Build-Depends:        base >= 4 && < 5, unix
  Includes:             cwiid.h
  Include-Dirs:         /usr/include, /usr/local/include, .
  Extra-Libraries:      bluetooth, cwiid
  Extra-Lib-Dirs:       /usr/lib, /usr/local/lib
  -- machine switch
  if os(linux)
    CPP-Options:        -DOS_Linux
 
Source-Repository head
  Type:                 git
  Location:             git@github.com:ivanperez-keera/hcwiid.git