packages feed

google-html5-slide-2011.0: google-html5-slide.cabal

name:                google-html5-slide
version:             2011.0
synopsis:            Google HTML5 Slide generator
description:         
  Google HTML5 Slide <https://code.google.com/p/html5slides/> generator
  for Pandoc documents
license:             BSD3
license-file:        LICENSE
author:              Hideyuki Tanaka
maintainer:          Hideyuki Tanaka <tanaka.hideyuki@gmail.com>
copyright:           (c) 2012, Hideyuki Tanaka
category:            Web
build-type:          Simple
cabal-version:       >=1.8

source-repository head
  type:                git
  location:            https://github.com/tanakh/pandoc-html5slide.git

executable google-html5-slide
  main-is:             main.hs
  other-modules:       HTML5Slide
                       Monitor

  build-depends:       base            ==4.5.*
                     , text            >=0.11
                     , syb             ==0.3.*
                     , time            >=1.4
                     , data-default    >=0.5
                     , blaze-html      >=0.5
                     , pandoc          >=1.9
                     , hamlet          >=1.0
                     , shakespeare-css >=1.0
                     , cmdargs         >=0.9.5