metadata.xml 1013 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <maintainer type="person">
  5. <email>tupone@gentoo.org</email>
  6. <name>Tupone Alfredo</name>
  7. </maintainer>
  8. <use>
  9. <flag name="shared">Build gnat_util shared library</flag>
  10. <flag name="static">Build gnat_util static library</flag>
  11. <flag name="static-pic">Build gnat_util static library with pic code</flag>
  12. </use>
  13. <longdescription lang="en">
  14. Gnat_Util is a library uniting a number of GNAT sources that are used by
  15. different tools. At the moment Gnat_Util provides GNAT sources needed by ASIS,
  16. GNATCOLL and Gprbuild. Its main purpose is allowing to simultaneously use
  17. tools like ASIS and GNATCOLL (and other ones based on GNAT sources, if they
  18. are to come), which would normally cause name conflicts between the same GNAT
  19. sources that they use. Building both of them using same set of sources that
  20. is Gnat_Util solves this problem.
  21. </longdescription>
  22. </pkgmetadata>