diff options
Diffstat (limited to 'source/l/libical/README')
-rw-r--r-- | source/l/libical/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/source/l/libical/README b/source/l/libical/README new file mode 100644 index 00000000..6075373a --- /dev/null +++ b/source/l/libical/README @@ -0,0 +1,9 @@ +libical is an Open Source (MPL/LGPL) implementation of the IETF's +iCalendar Calendaring and Scheduling protocols. (RFC 2445, 2446, and +2447). It parses iCal components and provides C/C++/Python/Java APIs +for manipulating the component properties, parameters, and +subcomponents. + +By default c++ and python bindings are enabled. Java bindings can be +enabled by passing JAVA=yes to the script but require the jdk from +/extra to be installed.
\ No newline at end of file |