v4l2-0.1: v4l2.cabal
Name: v4l2
Version: 0.1
Synopsis: interface to Video For Linux Two (V4L2)
Description:
Higher-level interface to V4L2.
Homepage: https://gitorious.org/hsv4l2
License: BSD3
License-file: LICENSE
Author: Claude Heiland-Allen
Maintainer: claudiusmaximus@goto10.org
Category: Graphics
Build-type: Simple
Cabal-version: >=1.6
Extra-source-files: TODO
Library
Exposed-modules:
Graphics.V4L2,
Graphics.V4L2.Device,
Graphics.V4L2.Capability,
Graphics.V4L2.Priority,
Graphics.V4L2.Control,
Graphics.V4L2.Field,
Graphics.V4L2.PixelFormat,
Graphics.V4L2.ColorSpace,
Graphics.V4L2.Format,
Graphics.V4L2.VideoInput,
Graphics.V4L2.VideoStandard,
Graphics.V4L2.VideoCapture,
Graphics.V4L2.VideoCapture.Read,
Graphics.V4L2.Types
Other-modules:
Foreign.Extra.BitSet,
Foreign.Extra.CEnum,
Foreign.Extra.String,
Graphics.V4L2.IOCtl,
Graphics.V4L2.Field.Internal,
Graphics.V4L2.PixelFormat.Internal,
Graphics.V4L2.ColorSpace.Internal,
Graphics.V4L2.VideoStandard.Internal,
Graphics.V4L2.Types.Internal
Build-depends:
base >= 3 && < 5,
containers >= 0.3 && < 0.5,
bindings-DSL >= 1.0.7 && < 1.1,
bindings-libv4l2 >= 0.1 && < 0.2,
bindings-linux-videodev2 >= 0.1 && < 0.2,
bindings-posix >= 1.2.3 && < 1.3,
ioctl >= 0.0 && < 0.1
ghc-options: -Wall
build-tools: hsc2hs
source-repository head
type: git
location: git://gitorious.org/hsv4l2/v4l2.git
source-repository this
type: git
location: git://gitorious.org/hsv4l2/v4l2.git
tag: v0.1