aboutsummaryrefslogtreecommitdiff
blob: 5a993f1aa89a7f5b577a82cfb13c780cefe8e6ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>vowstar@gmail.com</email>
		<name>Huang Rui</name>
	</maintainer>
	<upstream>
		<remote-id type="github">nitroshare/qhttpengine</remote-id>
	</upstream>
	<longdescription lang="en">
	QHttpEngine provides a simple set of classes for developing HTTP server
	applications in Qt. The design goals of QHttpEngine include:
	Reliability - extremely exhaustive test suite ensures that bugs are caught
	as soon as they are introduced.
	Flexibility - classes are designed for easy integration with existing Qt
	code.
	Simplicity - everything is intentionally kept as simple as possible.
	Usability - documentation is provided for all classes.
	All of QHttpEngine's functionality is included in a single monolithic
	library.
	</longdescription>
</pkgmetadata>