summaryrefslogtreecommitdiff
blob: c579bd84d55233b7aa674688c2ca97cc963635fd (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 "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>haskell</herd>
	<use>
		<flag name="buildtests">Build the executable to run unit tests.</flag>
	</use>
	<longdescription>
		hslogger is a logging framework for Haskell, roughly similar to
		Python's logging module.
		
		hslogger lets each log message have a priority and source be associated
		with it.  The programmer can then define global handlers that route
		or filter messages based on the priority and source.  hslogger also
		has a syslog handler built in.
	</longdescription>
	<upstream>
		<remote-id type="github">jgoerzen/hslogger</remote-id>
	</upstream>
</pkgmetadata>