diff options
Diffstat (limited to 'sci-libs/libint/metadata.xml')
-rw-r--r-- | sci-libs/libint/metadata.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sci-libs/libint/metadata.xml b/sci-libs/libint/metadata.xml new file mode 100644 index 000000000000..1f2039c47812 --- /dev/null +++ b/sci-libs/libint/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"> + libint is two things: + 1. a library of C/C++ functions for efficient evaluation of several + kinds of two-body molecular integrals over Gaussian functions; + 2. the optimizing compiler that generates a Libint library. +</longdescription> + <upstream> + <remote-id type="github">evaleev/libint</remote-id> + </upstream> +</pkgmetadata> |