expat 2.6.0-ok5 source package in openKylin

Changelog

expat (2.6.0-ok5) nile; urgency=medium

  * 不检查symbols文件内容

 -- liwenjun <email address hidden>  Fri, 08 Aug 2025 21:23:27 +0800

Upload details

Uploaded by:
liwenjun
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
openKylin Developers
Architectures:
any
Section:
text
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile.bedrock release main text

Downloads

File Size SHA-256 Checksum
expat_2.6.0-ok5.tar.xz 5.0 MiB f8d2b2403991b08885c43408f520b4c209e2c0bf919e43ec1924c194e4997a09
expat_2.6.0-ok5.dsc 1.6 KiB 8e7e00da231ac9dc424fed3b277578cadf3cb37c9d40e1c65161aeca2b483dd5

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.

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-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.