X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=parse-time-string%2FREADME;fp=parse-time-string%2FREADME;h=300ff1fbbbb6ad639ea06edc19dc199c3bf77559;hb=5102da65c4c797d2a79eb5384b0e0c47176a31f0;hp=0000000000000000000000000000000000000000;hpb=f8950c6020708b2c530426c777785197411959cb;p=obsolete%2Fnotmuch-old diff --git a/parse-time-string/README b/parse-time-string/README new file mode 100644 index 00000000..300ff1fb --- /dev/null +++ b/parse-time-string/README @@ -0,0 +1,9 @@ +PARSE TIME STRING +================= + +parse_time_string() is a date/time parser originally written for +notmuch by Jani Nikula . However, there is nothing +notmuch specific in it, and it should be kept reusable for other +projects, and ready to be packaged on its own as needed. Please do not +add dependencies on or references to anything notmuch specific. The +parser should only depend on the C library.