name: hopenpgp-tools
version: 0.0.3
synopsis: hOpenPGP-based command-line tools
description: command-line tools for performing some OpenPGP-related operations
homepage: http://floss.scru.org/hopenpgp-tools
license: OtherLicense
license-file: LICENSE
author: Clint Adams
maintainer: Clint Adams <clint@debian.org>
copyright: 2012-2014 Clint Adams
category: Codec, Data
build-type: Simple
cabal-version: >=1.10
executable hot
main-is: hot.hs
ghc-options: -Wall
build-depends: base > 4 && < 5
, bytestring
, cereal
, cereal-conduit
, conduit
, hOpenPGP >= 0.8
, openpgp-asciiarmor >= 0.1
, optparse-applicative >= 0.7
, transformers
default-language: Haskell2010
executable hokey
main-is: hokey.hs
ghc-options: -Wall
build-depends: base > 4 && < 5
, ansi-wl-pprint
, bytestring
, cereal
, cereal-conduit
, conduit
, crypto-pubkey
, directory
, hOpenPGP >= 0.10
, ixset
, lens
, optparse-applicative >= 0.5.0
, text
, transformers
default-language: Haskell2010
executable hkt
main-is: hkt.hs
ghc-options: -Wall
build-depends: base > 4 && < 5
, bytestring
, cereal
, cereal-conduit
, conduit
, crypto-pubkey
, directory
, hOpenPGP >= 0.8
, ixset
, lens
, optparse-applicative >= 0.5.0
, transformers
default-language: Haskell2010
source-repository head
type: git
location: git://git.debian.org/users/clint/hopenpgp-tools.git