13 lines
502 B
XML
13 lines
502 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 package provides efficient cryptographic hash implementations for
|
|
strict and lazy bytestrings. For now, CRC32 and Adler32 are supported;
|
|
they are implemented as FFI bindings to efficient code from zlib.
|
|
</longdescription>
|
|
</pkgmetadata>
|