summaryrefslogtreecommitdiff
path: root/dev-haskell/snap-server/metadata.xml
blob: 475be8193364ae86c316dde942be65564c614c19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>haskell@gentoo.org</email>
		<name>Gentoo Haskell</name>
	</maintainer>
	<use>
		<flag name="debug">Enable support for debugging.</flag>
		<flag name="openssl">Enable https support using the HsOpenSSL library.</flag>
		<flag name="pong-server">Build a server that just returns "PONG". Normally useful only for benchmarks.</flag>
		<flag name="test-server">Build the blackbox testserver</flag>
	</use>
	<longdescription>
		Snap is a simple and fast web development framework and server written in
		Haskell. For more information or to download the latest version, you can
		visit the Snap project website at &lt;http://snapframework.com/&gt;.
		
		The Snap HTTP server is a high performance web server library written in
		Haskell. Together with the @snap-core@ library upon which it depends, it
		provides a clean and efficient Haskell programming interface to the HTTP
		protocol.
	</longdescription>
</pkgmetadata>