summaryrefslogtreecommitdiff
path: root/dev-haskell/arithmoi/metadata.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /dev-haskell/arithmoi/metadata.xml
reinit the tree, so we can have metadata
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>