metadata.xml 1.0 KB

12345678910111213141516171819202122
  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>scheme@gentoo.org</email>
  6. <name>Gentoo Scheme Project</name>
  7. </maintainer>
  8. <longdescription lang="en">
  9. Guile is a library designed to help programmers create flexible applications. Using Guile in an application allows programmers to write plug-ins, or modules (there are many names, but the concept is essentially the same) and users to use them to have an application fit their needs.
  10. </longdescription>
  11. <use>
  12. <flag name="debug-freelist">Include garbage collector freelist debugging
  13. code</flag>
  14. <flag name="debug-malloc">Include malloc debugging code</flag>
  15. <flag name="deprecated">Enable deprecated features</flag>
  16. <flag name="discouraged"> (implied by deprecated) enable merely discouraged
  17. features</flag>
  18. <flag name="networking">Include networking interfaces</flag>
  19. <flag name="regex"> Include regular expression interfaces</flag>
  20. </use>
  21. </pkgmetadata>