blob: 542f0f29d034fd91f1660de618682a82968883e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>no-herd</herd>
<maintainer>
<email>iluxa@gentoo.org</email>
</maintainer>
<longdescription>
CPPSERV is C++ Application Server that provides Java Servlet-like API to
C++ programmers. It also contains CSP (C++ Server Pages) parser, borrowed
from cxxsp project. CPPSERV is a stand-alone application server, that
uses web server front-end to provide actual HTTP processing. Currently
available frontends are for Apache2 and ligttpd.
</longdescription>
</pkgmetadata>
|