packages feed

crc16-table-0.1: crc16-table.cabal

name:                crc16-table
version:             0.1
license:             BSD3
license-file:        LICENSE
synopsis:            Compute CRC16 checksums using a lookup table.
category:            Text
author:              Keegan McAllister <mcallister.keegan@gmail.com>
maintainer:          Keegan McAllister <mcallister.keegan@gmail.com>
build-type:          Simple
cabal-version:       >=1.2
description:
  Compute a CRC16 checksum of some bytes using a lookup table.
  .
  This table matches the particular CRC flavor used by Crystalfontz LCDs.  If
  you can extend this code to suit another application, or have any other improvements,
  please send me suggestions or patches.

library
  exposed-modules:   Data.Digest.Table.CRC16
  ghc-options:       -Wall
  build-depends:
      base  >= 3 && < 5
    , array >= 0.3