summaryrefslogtreecommitdiff
blob: 99051a85ca652782a1e68a0e104f55f6d67f218f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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>