Name: haskell-qrencode
Version: 1.0.4
Synopsis: Haskell bindings for libqrencode.
Description: Haskell bindings for libqrencode.
Libqrencode is a C library for encoding data in a QR Code symbol, a kind of 2D symbology
that can be scanned by handy terminals such as a mobile phone with CCD. The capacity of
QR Code is up to 7000 digits or 4000 characters, and is highly robust.
License: BSD3
License-file: LICENSE
Author: James Sanders, Felipe Lessa
Maintainer: jimmyjazz14@gmail.com
Category: Data
Build-type: Simple
Cabal-version: >=1.6
Homepage: https://github.com/jamessanders/haskell-qrencode
Source-repository head
type: git
location: git://github.com/jamessanders/haskell-qrencode.git
Library
hs-source-dirs: src
Exposed-modules: Data.QRCode
Build-depends: base >=4 && <5, bytestring >= 0.9.1.7
Build-tools: hsc2hs
ghc-options: -O2 -Wall
extra-libraries: qrencode