name: subtitleParser
version: 0.4
license: BSD3
license-file: LICENSE
category: Text, Parsing
author: Ruben Astudillo <ruben.astud@gmail.com>
maintainer: Ruben Astudillo <ruben.astud@gmail.com>
stability: experimental
tested-with: GHC == 7.4.2
synopsis: A parser for .srt and .sub files
cabal-version: >= 1.8
homepage: https://patch-tag.com/r/rubenAst/subtitleParser/home
bug-reports: https://patch-tag.com/r/rubenAst/subtitleParser/home
build-type: Simple
description:
A basic .srt and .sub parser based on attoparsec and text
extra-source-files:
LICENSE
THANKS
CHANGELOG
test/TestSUB.hs
test/example.srt
test/example.sub
test/TestSRT.hs
Flag developer
Description: Whether to build the library in development mode
Default: False
library
build-depends: base < 5,
containers,
text >= 0.11.1.5,
attoparsec >= 0.10.2.0
exposed-modules: Text.Subtitles.SRT
Text.Subtitles.SRT.Datatypes
Text.Subtitles.SUB
Text.Subtitles.SUB.Datatypes
ghc-options:
if flag(developer)
ghc-prof-options: -auto-all
source-repository head
type: darcs
location: https://patch-tag.com/r/rubenAst/subtitleParser