packages feed

omnicodec-0.6: omnicodec.cabal

name: omnicodec
version: 0.6
license: OtherLicense
license-file: COPYING
author: Magnus Therning
maintainer: magnus@therning.org
copyright: Magnus Therning, 2012
synopsis: data encoding and decoding command line utilities
description: Two simple command line tools built on sandi.
build-type: Simple
category: Codec
cabal-version: >= 1.6

source-repository head
    type: git
    location: https://github.com/magthe/omnicodec

source-repository this
    type: git
    location: https://github.com/magthe/omnicodec
    tag: REL_0.6

executable odec
    main-is: odec.hs
    hs-source-dirs: src
    build-depends: base ==4.6.*, cmdargs ==0.10.*, bytestring ==0.10.*,
        sandi ==0.1.*
    ghc-options: -Wall

executable oenc
    main-is: oenc.hs
    hs-source-dirs: src
    build-depends: base ==4.6.*, cmdargs ==0.10.*, bytestring ==0.10.*,
        sandi ==0.1.*
    ghc-options: -Wall