File: hcwiid.cabal

package info (click to toggle)
haskell-hcwiid 0.0.6.1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 104 kB
  • sloc: haskell: 19; makefile: 12
file content (35 lines) | stat: -rw-r--r-- 1,323 bytes parent folder | download | duplicates (4)
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
34
35
Name:                   hcwiid
Version:                0.0.6.1
Author:                 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.md 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