summaryrefslogtreecommitdiff
blob: a5f192cb9e92e4d26ae66b548e8e767a7031d86b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer>
		<email>haskell@gentoo.org</email>
		<name>Gentoo Haskell</name>
	</maintainer>
	<longdescription>
		Simple network library for all your connection need.
		
		Features: Really simple to use, SSL/TLS, SOCKS.
		
		This library provides a very simple api to create sockets
		to a destination with the choice of SSL/TLS, and SOCKS.
	</longdescription>
	<upstream>
		<remote-id type="github">vincenthz/hs-connection</remote-id>
	</upstream>
</pkgmetadata>