metadata.xml 881 B

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>sci@gentoo.org</email>
  6. <name>Gentoo Science Project</name>
  7. </maintainer>
  8. <longdescription lang="en">
  9. The Genetic Algorithm Utility Library is a
  10. flexible programming library designed to aid in the development of
  11. applications that use genetic, or evolutionary, algorithms. It
  12. provides data structures and functions for handling and manipulation
  13. of the data required for serial and parallel evolutionary
  14. algorithms. Additional stochastic algorithms are provided for
  15. comparison to the genetic algorithms. Much of the functionality is
  16. also available through a simple S-Lang interface.
  17. </longdescription>
  18. <upstream>
  19. <remote-id type="sourceforge">gaul</remote-id>
  20. </upstream>
  21. </pkgmetadata>