wok-current diff expat/description.txt @ rev 21582

Use python-setuptools as bdeps (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun May 19 19:45:04 2019 +0200 (2019-05-19)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/expat/description.txt	Sun May 19 19:45:04 2019 +0200
     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).