metadata.xml 721 B

123456789101112131415161718
  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>common-lisp@gentoo.org</email>
  6. <name>Gentoo Common Lisp Project</name>
  7. </maintainer>
  8. <longdescription>
  9. GCL is the official Common Lisp for the GNU project. Its design
  10. makes use of the system's C compiler to compile to native object
  11. code, providing for both good performance and facile portability.
  12. </longdescription>
  13. <use>
  14. <flag name="ansi">Build a GCL with ANSI support (else build a traditional CLtL1 image)</flag>
  15. <flag name="athena">Build xgcl - an interface to <pkg>x11-libs/libXaw</pkg></flag>
  16. </use>
  17. </pkgmetadata>