blob: 41214e5346c9614edd1007297fe1a2148e571105 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>haskell</herd>
<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>
|