21 lines
755 B
XML
21 lines
755 B
XML
<?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>
|
|
This library provides a powerful but simple way to measure the
|
|
performance of Haskell code. It provides both a framework for
|
|
executing and analysing benchmarks and a set of driver functions
|
|
that makes it easy to build and run benchmarks, and to analyse their
|
|
results.
|
|
|
|
The fastest way to get started is to read the documentation and
|
|
examples in the Criterion.Main module.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">bos/criterion</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|