C library for parsing and manipulating ISO8601 dates/times.
Go to file
Laurence Withers 6a64114854 Bump vesion 2006-11-10 12:11:08 +00:00
scripts Initial import 2006-10-14 20:10:01 +01:00
src Fix bugs, finish parser 2006-10-16 00:33:01 +01:00
.gitignore Initial import 2006-10-14 20:10:01 +01:00
COPYING Initial import 2006-10-14 20:10:01 +01:00
README Initial import 2006-10-14 20:10:01 +01:00
libiso8601.kdevelop Initial import 2006-10-14 20:10:01 +01:00
libiso8601.kdevelop.filelist Initial import 2006-10-14 20:10:01 +01:00
make.sh Initial import 2006-10-14 20:10:01 +01:00
run-test.sh Initial import 2006-10-14 20:10:01 +01:00
version Bump vesion 2006-11-10 12:11:08 +00:00

README

libiso8601
========================================================================
(c)2006, Laurence Withers, <l@lwithers.me.uk>.
Released under the GNU GPLv2. See file COPYING or 
http://www.gnu.org/copyleft/gpl.html for details.

Really Quick Instructions
-------------------------

To build: ./make.sh
To install: ./make.sh install
    (you might want to set PREFIX, by default it's /usr/local)

@TODO@