rtlsdr-0.1.0.3: rtlsdr.cabal
-- Initial rtlsdr.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: rtlsdr
version: 0.1.0.3
synopsis: Bindings to librtlsdr
description:
Bindings to librtlsdr. Turns your Realtek RTL2832 based DVB dongle into a SDR receiver.
.
For more information see: <http://sdr.osmocom.org/trac/wiki/rtl-sdr>
.
This library is a straightforward wrapper around the C library functions. See the C library documentation: <https://github.com/steve-m/librtlsdr/blob/master/include/rtl-sdr.h>
license: BSD3
license-file: LICENSE
author: Adam Walker
maintainer: adamwalker10@gmail.com
copyright: 2014 Adam Walker
category: Software defined radio
homepage: https://github.com/adamwalker/hrtlsdr
bug-reports: https://github.com/adamwalker/hrtlsdr/issues
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
source-repository head
type: git
location: https://github.com/adamwalker/hrtlsdr
library
exposed-modules: RTLSDR
-- other-modules:
other-extensions: EmptyDataDecls
build-depends: base >=4.6 && <4.8
-- hs-source-dirs:
build-tools: c2hs
default-language: Haskell2010
extra-libraries: rtlsdr
-- ghc-options: -Wall