summaryrefslogtreecommitdiff
path: root/README.rst
blob: 3ed85309fc608182c0ff530278236c858708ff0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
description
-------------------------------------------------------------------------------

*Caldr*: read / write icalendar (RFC 2445) files.

Converts between ics and the remind(1) format.

dependencies
-------------------------------------------------------------------------------

- A Lua interpreter; tested on 5.3;
- *lpeg*;
- *cjson*;
- *luaposix* (optional).

See ``misc/nix-lua-shell.nix`` for nix script that builds a working
environment.