metadata.xml 1.4 KB

1234567891011121314151617181920212223242526272829303132
  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. CLISP is a Common Lisp implementation. It mostly supports the Lisp
  10. described in the ANSI Common Lisp standard. It includes an
  11. interpreter, a compiler, almost all of CLOS, a foreign language
  12. interface and a socket interface. An X11 interface is available
  13. through CLX and Garnet. Command line editing is provided by readline.
  14. CLISP runs on microcomputers (OS/2, Windows 95/98/NT/2000/XP, Amiga
  15. 500-4000, Acorn RISC PC) as well as on Unix workstations (GNU/Linux,
  16. BSD, SVR4, Sun4, DEC Alpha OSF, HP-UX, NeXTstep, SGI, AIX, Sun3 and
  17. others) and needs only 2 MB of RAM. The user interface comes in
  18. German, English, French, Spanish, Dutch and Russian, and can be
  19. changed at run time.
  20. </longdescription>
  21. <use>
  22. <flag name="hyperspec">Use local hyperspec instead of online version</flag>
  23. <flag name="new-clx">Build CLISP with support for the NEW-CLX module which is a
  24. C binding to the Xorg libraries</flag>
  25. <flag name="pari">Build CLISP with support for the PARI Computer Algebra System</flag>
  26. <flag name="svm">Build CLISP with support for the Support Vector Machine module</flag>
  27. </use>
  28. <upstream>
  29. <remote-id type="sourceforge">clisp</remote-id>
  30. </upstream>
  31. </pkgmetadata>