metadata.xml 680 B

1234567891011121314151617
  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>haskell@gentoo.org</email>
  6. </maintainer>
  7. <longdescription>
  8. Epic is a simple functional language which compiles to
  9. reasonably efficient C code, using the Boehm-Demers-Weiser
  10. garbage collector (&lt;http://www.hpl.hp.com/personal/Hans_Boehm/gc/&gt;).
  11. It is intended as a compiler back end, and is currently used
  12. as a back end for Epigram (&lt;http://www.e-pig.org&gt;) and Idris
  13. (&lt;http://idris-lang.org/&gt;).
  14. It can be invoked either as a library or an application.
  15. </longdescription>
  16. </pkgmetadata>