mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
17 lines
604 B
XML
17 lines
604 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>haskell@gentoo.org</email>
|
|
<name>Gentoo Haskell</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="semirings">Derive semiring instances</flag>
|
|
</use>
|
|
<longdescription>
|
|
<https://en.wikipedia.org/wiki/Modular_arithmetic Modular arithmetic>,
|
|
promoting moduli to the type level, with an emphasis on performance.
|
|
Originally part of <https://hackage.haskell.org/package/arithmoi arithmoi> package.
|
|
</longdescription>
|
|
</pkgmetadata>
|