C library for parsing and manipulating ISO8601 dates/times.
Go to file
Laurence Withers d1fd6453b8 Further WIP 2006-10-14 22:43:06 +01:00
scripts Initial import 2006-10-14 20:10:01 +01:00
src Further WIP 2006-10-14 22:43:06 +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 Initial import 2006-10-14 20:10:01 +01: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@