dev-ada: gnat_201* use flags are now global
[gentoo.git] / dev-ada / xmlada / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4         <maintainer type="project">
5                 <email>ada@gentoo.org</email>
6         </maintainer>
7         <use>
8                 <flag name="shared">Build shared library</flag>
9                 <flag name="static-pic">Build static library with pic code</flag>
10         </use>
11         <longdescription lang="en">
12                 XML/Ada is a set of modules that provide a simple manipulation of XML
13                 streams. It supports the whole XML 1.1 specifications, and can parse
14                 any file that follows this standard (including the contents of the DTD,
15                 although no validation of the document is done based on those).
16
17                 It also provides support for a number of other standard associated
18                 with XML, like SAX, DOM and XML schemas.
19
20                 In addition, it includes a module to manipulate Unicode streams, since
21                 this is required by the XML standard.
22         </longdescription>
23 </pkgmetadata>