summaryrefslogtreecommitdiff
blob: b62940cb976c84e98c6a44bfcf675826fe188d29 (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://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>haskell</herd>
	<longdescription>
		This library provides simple read-only access to the
		local computer's networking configuration. It is
		currently capable of getting a list of all the network
		interfaces and their respective IPv4, IPv6 and MAC
		addresses.
		
		network-info has been tested and is known to work on
		Ubuntu 10.10, FreeBSD 9.0, Mac OS X 10.6.4 and Windows
		XP/7. It probably works on other flavours of Linux,
		OS X, FreeBSD and Windows as well.
	</longdescription>
	<upstream>
		<remote-id type="github">jystic/network-info</remote-id>
	</upstream>
</pkgmetadata>