metadata.xml 771 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>sci@gentoo.org</email>
  6. <name>Gentoo Science Project</name>
  7. </maintainer>
  8. <longdescription lang="en">
  9. The Template Numerical Toolkit (TNT) is a collection of interfaces and
  10. reference implementations of numerical objects useful for scientific
  11. computing in C++. The toolkit defines interfaces for basic data
  12. structures, such as multidimensional arrays and sparse matrices, commonly
  13. used in numerical applications. The goal of this package is to provide
  14. reusable software components that address many of the portability and
  15. maintenance problems with C++ codes.
  16. </longdescription>
  17. </pkgmetadata>