mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
27 lines
987 B
XML
27 lines
987 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>ada@gentoo.org</email>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="shared">Build shared library</flag>
|
|
<flag name="static-pic">Build static library with pic code</flag>
|
|
</use>
|
|
<longdescription lang="en">
|
|
XML/Ada is a set of modules that provide a simple manipulation of XML
|
|
streams. It supports the whole XML 1.1 specifications, and can parse
|
|
any file that follows this standard (including the contents of the DTD,
|
|
although no validation of the document is done based on those).
|
|
|
|
It also provides support for a number of other standard associated
|
|
with XML, like SAX, DOM and XML schemas.
|
|
|
|
In addition, it includes a module to manipulate Unicode streams, since
|
|
this is required by the XML standard.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">adacore/xmlada</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|