summaryrefslogtreecommitdiff
blob: 1ecf95f56befe590520341f90f8b687061e686ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>haskell</herd>
	<longdescription>
		A binary serialization library, similar to binary, that introduces an isolate
		primitive for parser isolation, and replaces the asynchronous errors with a
		user-handleable Either type.  Similar to binary in performance, but uses a
		strict ByteString instead of a lazy ByteString, thus restricting it to
		operating on finite inputs.
	</longdescription>
</pkgmetadata>