packages feed

iCalendar-0.0.1: iCalendar.cabal

Name:            iCalendar
Version:         0.0.1
Synopsis:        Parser for iCalendar format (RFC2445)

Description: Parser for the iCalendar format (version 2.0, RFC2445).
             .  
             Features:
             .
               * Unfolds folded lines (see RFC)
             . 
               * Supports all IANA iCalendar tokens
             .
             /Warning!/  This is version 0.0, important things are missing
             .   
               * Property and parameter values are not parsed, but kept as in the file.
             . 
               * There are no restrictions on the properties components can have.
             .  
               * Line unfolding causes error messages to report the wrong line.
             . 
             This package is meant to grow to a full-fledged data definition, printer and
             parser for the iCalendar format.  But that will probably take some time.  So,
             if you've come here because you need this, please e-mail me (Eelco Lempsink).

Category:        Text
License:         BSD3
License-file:    LICENSE
Copyright:       (c) Tupil
Author:          Eelco Lempsink <eml+hackage@tupil.com>
Maintainer:      Clint Adams <clint@debian.org>
Build-Type:      Simple
Cabal-Version:   >=1.10

Library
  build-depends:   base >= 4 && < 5
                 , parsec >=3 && <4
  exposed-modules: Text.ICalendar.Parser
  default-language: Haskell98

source-repository head
  type:     git
  location: git://git.debian.org/users/clint/iCalendar-Haskell.git