diff options
Diffstat (limited to 'sci-libs/tnt/metadata.xml')
-rw-r--r-- | sci-libs/tnt/metadata.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sci-libs/tnt/metadata.xml b/sci-libs/tnt/metadata.xml new file mode 100644 index 000000000000..9ccc7507adaa --- /dev/null +++ b/sci-libs/tnt/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>sci</herd> +<longdescription lang="en"> + The Template Numerical Toolkit (TNT) is a collection of interfaces and + reference implementations of numerical objects useful for scientific + computing in C++. The toolkit defines interfaces for basic data + structures, such as multidimensional arrays and sparse matrices, commonly + used in numerical applications. The goal of this package is to provide + reusable software components that address many of the portability and + maintenance problems with C++ codes. +</longdescription> +</pkgmetadata> |