Dependencies for hemokit-0.6.6
Libraries
hemokit
- aeson (>=0.6.1.0)
- base (>=4 && <5)
- base64-bytestring (>=1.0.0.1)
- bytestring (>=0.9.2.1)
- cipher-aes (>=0.2.0)
- conduit (>=1)
- deepseq (>=1.2)
- deepseq-generics (>=0.1)
- hidapi (>=0.1.2)
- mtl (>=2.1.2)
- network-simple (>=0.4.0.2)
- optparse-applicative (>=0.11)
- text (>=0.11.1.1)
- vector (>=0.9)
- websockets (>=0.8.0.0)
Executables
hemokit-mouse
- if !flag(mouse) || os(windows)
- buildable: False
- if flag(mouse) && !os(windows)
- base
- hemokit
- pretty-show (>=1.0)
- robot (>=1.3.0.1)
hemokit-dump
- aeson
- base
- bytestring
- hemokit
- network-simple
- optparse-applicative
- pretty-show (>=1.0)
- split (>=0.2.2)
- time (>=1.4)
- transformers (>=0.3.0.0)
- vector
- websockets
hemokit-dump-conduit
- aeson
- base
- bytestring
- conduit
- hemokit
- network-simple
- optparse-applicative
- pretty-show (>=1.0)
- split (>=0.2.2)
- time (>=1.4)
- transformers (>=0.3.0.0)
- vector
hemokit-fft
- if !flag(fft)
- buildable: False
- if flag(fft)
- base
- conduit
- hemokit
- mtl
- pretty-show (>=1.0)
- vector
- vector-fftw (>=0.1.3.1)
hemokit-headmap
- if !flag(headmap) || os(windows)
- buildable: False
- if flag(headmap) && !os(windows)
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
fft | Enable apps that use FFT. Needs fftw installed. | Enabled |
headmap | Build the headmap. Needs GUI libraries installed. | Enabled |
mouse | Build the app that controls the mouse with the gyroscope. Needs Xorg and related libraries installed (so it only works on Linux for now). | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info