summaryrefslogtreecommitdiff
path: root/dev-haskell/binary/metadata.xml
blob: 567d569c6a58be74b76c153d73eb5605af95051b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
 <maintainer type="project">
  <email>haskell@gentoo.org</email>
  <name>Gentoo Haskell</name>
 </maintainer>
 <longdescription>
		Efficient, pure binary serialisation using lazy ByteStrings.
		Haskell values may be encoded to and from binary formats,
		written to disk as binary, or sent over the network.
		Serialisation speeds of over 1 G\/sec have been observed,
		so this library should be suitable for high performance
		scenarios.
	</longdescription>
 <upstream>
  <remote-id type="github">kolmodin/binary</remote-id>
 </upstream>
 <origin>gentoo-staging</origin>
</pkgmetadata>