expat 2.7.4-ok2 source package in openKylin

Changelog

expat (2.7.4-ok2) huanghe; urgency=medium

  * rebuild real version for openKylin.

 -- liwenjun <email address hidden>  Fri, 17 Jul 2026 09:22:39 +0800

Upload details

Uploaded by:
liwenjun
Sponsored by:
Cibot
Uploaded to:
Huanghe V3.0
Original maintainer:
zhaokexin
Architectures:
any
Section:
text
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main text

Downloads

File Size SHA-256 Checksum
expat_2.7.4.orig.tar.xz 5.0 MiB e1572d67c2ee22ded7b4dae8fa2b96bbdb4fd26e91aed3ceaf97208df6759cb9
expat_2.7.4-ok2.debian.tar.xz 5.9 KiB bd22846de40d0f93468c6ff08d7ce39bfbeb0cc76883c1209648c969b8ecff50
expat_2.7.4-ok2.dsc 1.7 KiB 768e91f62dfc4cb831817bd75acf6c97ed4d8bf9bf1e38db3b8f5cf0e9fa819c

Available diffs

View changes file

Binary packages built by this source

expat: XML parsing C library - example application

 This package contains xmlwf, an example application of expat, the C
 library for parsing XML. The arguments to xmlwf are one or more
 files which are each to be checked for XML well-formedness.

expat-dbgsym: debug symbols for expat
libexpat1: XML parsing C library - runtime library

 This package contains the runtime, shared library of expat, the C
 library for parsing XML. Expat is a stream-oriented parser in
 which an application registers handlers for things the parser
 might find in the XML document (like start tags).

libexpat1-dbgsym: debug symbols for libexpat1
libexpat1-dev: XML parsing C library - development kit

 This package contains the header file and development libraries of
 expat, the C library for parsing XML. Expat is a stream oriented XML
 parser. This means that you register handlers with the parser prior
 to starting the parse. These handlers are called when the parser
 discovers the associated structures in the document being parsed. A
 start tag is an example of the kind of structures for which you may
 register handlers.

libexpat1-udeb: XML parsing C library - runtime library

 This package contains the runtime, shared library of expat, the C
 library for parsing XML.