summaryrefslogtreecommitdiff
blob: 7245e3dd0db72da2a4954b454ddc0fd68a71fb79 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>haskell</herd>
	<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>