robot-1.3: robot.cabal
Name: robot
Version: 1.3
Synopsis: Simulate keyboard and mouse events
Homepage: https://github.com/lfairy/robot
License: OtherLicense
License-File: LICENSE
Author: Chris Wong
Maintainer: lambda.fairy@gmail.com
Category: Graphics
Build-Type: Simple
Extra-Source-Files: README.markdown, examples/*.hs, generate_keys.py, keys.txt
Cabal-Version: >= 1.6
Description:
Generate native keyboard and mouse events. Using this library,
applications will respond as if the user performed the action
themselves.
.
For examples, see the @examples@ folder in the source distribution.
Library
Exposed-Modules:
Test.Robot
Test.Robot.Connection
Test.Robot.Internal
Test.Robot.Internal.XTest
Test.Robot.Types
Other-Modules:
Test.Robot.Types.Core
Test.Robot.Types.Keys
Build-Depends: base == 4.*
, containers
, exceptions == 0.6.*
, transformers
, xhb
GHC-Options: -Wall
Source-Repository head
Type: git
Location: https://github.com/lfairy/robot.git