You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-haskell/criterion/metadata.xml

25 lines
873 B

<?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>
<use>
<flag name="embed-data-files">Embed the data files in the binary for a relocatable executable</flag>
</use>
<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>