File: hcwiid.cabal

package info (click to toggle)
haskell-hcwiid 0.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 76 kB
  • sloc: makefile: 2; haskell: 2
file content (33 lines) | stat: -rw-r--r-- 1,235 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Name:                   hcwiid
Version:                0.0.1
Author:                 Kiwamu Okabe <kiwamu@debian.or.jp>
Maintainer:             Kiwamu Okabe <kiwamu@debian.or.jp>
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://gitorious.org/hcwiid
Tested-with:            GHC == 7.0.4

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://gitorious.org/hcwiid/hcwiid.git