blob: 6b0f50e8e8e8ce56b149f58f157f26975edcfe35 [file] [log] [blame]
<?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>
Abstract class to manipulate sequence of bytes
The use case of this class is abstracting manipulation of
types that are just wrapping a bytestring with stronger and
more meaniful name.
Usual definition is of the form: newtype MyType = MyType ByteString
</longdescription>
<upstream>
<remote-id type="github">vincenthz/hs-byteable</remote-id>
</upstream>
</pkgmetadata>