cron-0.1.1: Cron datatypes and Attoparsec parser

The cron package

Cron data structure and Attoparsec parser. The idea is to embed it in larger systems which want to roll their own scheduled tasks in a format that people are used to. System.Cron is where all the interesting datatypes live. You will also find scheduleMatches, which you can use to compare a time against a CronSchedule to see if an action needs to be performed. System.Cron.Parser is where you will find the parsers cronSchedule, crontabEntry and cronTab. To parse individual schedules up to full crontab files.

Properties

Versions0.1.0, 0.1.1
Dependenciesattoparsec (0.10.*), base (4.*), text (0.11.*), time (≥1.4)
LicenseMIT
CopyrightCopyright: (c) 2012 Michael Xavier
AuthorMichael Xavier <michael@michaelxavier.net>
MaintainerMichael Xavier <michael@michaelxavier.net>
Stabilityexperimental
CategoryText, Parsing, System
Home pagehttp://github.com/michaelxavier/cron
Bug trackerhttp://github.com/michaelxavier/cron/issues
Source repositorygit clone https://github.com/michaelxavier/cron
Upload dateSun Sep 16 07:17:35 UTC 2012
Uploaded byMichaelXavier
Built onghc-7.6

Modules

Downloads