summaryrefslogtreecommitdiff
path: root/dev-haskell/arithmoi/metadata.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/arithmoi/metadata.xml')
-rw-r--r--dev-haskell/arithmoi/metadata.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-haskell/arithmoi/metadata.xml b/dev-haskell/arithmoi/metadata.xml
new file mode 100644
index 000000000000..c32026c57e0a
--- /dev/null
+++ b/dev-haskell/arithmoi/metadata.xml
@@ -0,0 +1,22 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>haskell@gentoo.org</email>
+ <name>Gentoo Haskell</name>
+ </maintainer>
+ <longdescription>
+ A library of basic functionality needed for
+ number-theoretic calculations. The aim of this library
+ is to provide efficient implementations of the functions.
+ Primes and related things (totients, factorisation),
+ powers (integer roots and tests, modular exponentiation),
+ integer logarithms.
+ Note: Requires GHC &gt;= 6.12 with the integer-gmp package
+ for efficiency. Portability is on the to-do list (with
+ low priority, however).
+ </longdescription>
+ <upstream>
+ <remote-id type="github">cartazio/arithmoi</remote-id>
+ </upstream>
+</pkgmetadata>