expat 2.7.4-ok1 source package in openKylin

Changelog

expat (2.7.4-ok1) nile; urgency=medium

  * Import upstream 2.7.4

 -- zhaokexin <email address hidden>  Fri, 17 Apr 2026 15:31:40 +0800

Upload details

Uploaded by:
zhaokexin
Sponsored by:
Cibot
Uploaded to:
Huanghe V3.0
Original maintainer:
openKylin Developers
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.gz 8.0 MiB 8900ca7d6853d5b7d9e214f55a0a8d4657fd98982c88c9889cc77118297b5159
expat_2.7.4-ok1.debian.tar.xz 5.3 KiB ca444c6cda25d972e69aaedc1d1934f12a5d4655e15dc9215d5a8099b5a56740
expat_2.7.4-ok1.dsc 1.8 KiB 1d4431888c981f22f07c86aec58ebc7a6b6bd422e94cf7f297a6a37f37d7ba47

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.