You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-haskell/snap-server/metadata.xml

25 lines
1.1 KiB

<?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>