wok diff expat/description.txt @ rev 25465

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 01 08:33:11 2022 +0000 (19 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/expat/description.txt	Sat Oct 01 08:33:11 2022 +0000
     1.3 @@ -0,0 +1,3 @@
     1.4 +This package contains the runtime, shared library of expat, the C library for
     1.5 +parsing XML. Expat is a stream-oriented parser in which an application registers
     1.6 +handlers for things the parser might find in the XML document (like start tags).